Home
last modified time | relevance | path

Searched defs:command_t3_entry (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/scsi/qla4xxx/
Dql4_fw.h957 struct command_t3_entry { struct
958 struct qla4_header hdr; /* 00-03 */
960 uint32_t handle; /* 04-07 */
961 uint16_t target; /* 08-09 */
962 uint16_t connection_id; /* 0A-0B */
964 uint8_t control_flags; /* 0C */
981 uint8_t state_flags; /* 0D */
982 uint8_t cmdRefNum; /* 0E */
983 uint8_t reserved1; /* 0F */
984 uint8_t cdb[IOCB_MAX_CDB_LEN]; /* 10-1F */
[all …]