Lines Matching defs:CommandControlBlock
983 struct CommandControlBlock{ struct
985 struct list_head list; /*x32: 8byte, x64: 16byte*/
986 struct scsi_cmnd *pcmd; /*8 bytes pointer of linux scsi command */
987 struct AdapterControlBlock *acb; /*x32: 4byte, x64: 8byte*/
988 unsigned long cdb_phyaddr; /*x32: 4byte, x64: 8byte*/
989 uint32_t arc_cdb_size; /*x32:4byte,x64:4byte*/
990 uint16_t ccb_flags; /*x32: 2byte, x64: 2byte*/
996 uint16_t startdone; /*x32:2byte,x32:2byte*/
1001 uint32_t smid;
1004 uint32_t reserved[3]; /*12 byte*/
1007 uint32_t reserved[8]; /*32 byte*/
1010 struct ARCMSR_CDB arcmsr_cdb;