summaryrefslogtreecommitdiffstats
path: root/sys/dev/hyperv/storvsc/hv_vstorage.h
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-07-12 13:40:57 -0300
committerRenato Botelho <renato@netgate.com>2017-07-12 13:40:57 -0300
commita9101a80183bbf3e77d7fed2b9767f7eae54f1e9 (patch)
tree5313afc4a2c47fb9fc6f73107669f760aad717b1 /sys/dev/hyperv/storvsc/hv_vstorage.h
parent4b68fbd1711d1d4d2c7e77e04ffc47257366ac90 (diff)
parentdc92a5e2298774036551d0b9cdfb9a8814a6414b (diff)
downloadFreeBSD-src-a9101a80183bbf3e77d7fed2b9767f7eae54f1e9.zip
FreeBSD-src-a9101a80183bbf3e77d7fed2b9767f7eae54f1e9.tar.gz
Merge remote-tracking branch 'origin/releng/10.3' into RELENG_2_3
Diffstat (limited to 'sys/dev/hyperv/storvsc/hv_vstorage.h')
-rw-r--r--sys/dev/hyperv/storvsc/hv_vstorage.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/hyperv/storvsc/hv_vstorage.h b/sys/dev/hyperv/storvsc/hv_vstorage.h
index f2b9480..9205e35 100644
--- a/sys/dev/hyperv/storvsc/hv_vstorage.h
+++ b/sys/dev/hyperv/storvsc/hv_vstorage.h
@@ -249,9 +249,9 @@ struct vstor_packet {
/**
* SRB Status Masks (can be combined with above status codes)
*/
-#define SRB_STATUS_QUEUE_FROZEN 0x40
-#define SRB_STATUS_AUTOSENSE_VALID 0x80
-
+#define SRB_STATUS_QUEUE_FROZEN 0x40
+#define SRB_STATUS_AUTOSENSE_VALID 0x80
+#define SRB_STATUS_INVALID_LUN 0X20
/**
* Packet flags
OpenPOWER on IntegriCloud