Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/arcmsr/
Darcmsr.h857 struct CommandControlBlock{ struct
859 struct list_head list; /*x32: 8byte, x64: 16byte*/
860 struct scsi_cmnd *pcmd; /*8 bytes pointer of linux scsi command */
861 struct AdapterControlBlock *acb; /*x32: 4byte, x64: 8byte*/
862 uint32_t cdb_phyaddr; /*x32: 4byte, x64: 4byte*/
863 uint32_t arc_cdb_size; /*x32:4byte,x64:4byte*/
864 uint16_t ccb_flags; /*x32: 2byte, x64: 2byte*/
870 uint16_t startdone; /*x32:2byte,x32:2byte*/
875 uint32_t smid;
878 uint32_t reserved[4]; /*16 byte*/
[all …]