Go to the documentation of this file.
22 #ifndef SCSI_BSG_ISCSI_H
23 #define SCSI_BSG_ISCSI_H
29 #include <scsi/scsi.h>
36 #define ISCSI_DEFAULT_BSG_TIMEOUT (10 * HZ)
44 #define ISCSI_BSG_CLS_MASK 0xF0000000
45 #define ISCSI_BSG_HST_MASK 0x80000000
48 #define ISCSI_BSG_HST_VENDOR (ISCSI_BSG_HST_MASK | 0x000000FF)