Searched defs:CommandControlBlock (Results 1 – 1 of 1) sorted by relevance
733 struct CommandControlBlock{ struct735 struct list_head list; /*x32: 8byte, x64: 16byte*/736 struct scsi_cmnd *pcmd; /*8 bytes pointer of linux scsi command */737 struct AdapterControlBlock *acb; /*x32: 4byte, x64: 8byte*/738 uint32_t cdb_phyaddr; /*x32: 4byte, x64: 4byte*/739 uint32_t arc_cdb_size; /*x32:4byte,x64:4byte*/740 uint16_t ccb_flags; /*x32: 2byte, x64: 2byte*/746 uint16_t startdone; /*x32:2byte,x32:2byte*/753 uint32_t reserved[5]; /*24 byte*/756 uint32_t reserved; /*8 byte*/[all …]