Searched defs:CommandControlBlock (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/drivers/scsi/arcmsr/ |
| D | arcmsr.h | 960 struct CommandControlBlock{ struct 962 struct list_head list; /*x32: 8byte, x64: 16byte*/ 963 struct scsi_cmnd *pcmd; /*8 bytes pointer of linux scsi command */ 964 struct AdapterControlBlock *acb; /*x32: 4byte, x64: 8byte*/ 965 unsigned long cdb_phyaddr; /*x32: 4byte, x64: 8byte*/ 966 uint32_t arc_cdb_size; /*x32:4byte,x64:4byte*/ 967 uint16_t ccb_flags; /*x32: 2byte, x64: 2byte*/ 973 uint16_t startdone; /*x32:2byte,x32:2byte*/ 978 uint32_t smid; 981 uint32_t reserved[3]; /*12 byte*/ [all …]
|
| /kernel/linux/linux-5.10/drivers/scsi/arcmsr/ |
| D | arcmsr.h | 958 struct CommandControlBlock{ struct 960 struct list_head list; /*x32: 8byte, x64: 16byte*/ 961 struct scsi_cmnd *pcmd; /*8 bytes pointer of linux scsi command */ 962 struct AdapterControlBlock *acb; /*x32: 4byte, x64: 8byte*/ 963 unsigned long cdb_phyaddr; /*x32: 4byte, x64: 8byte*/ 964 uint32_t arc_cdb_size; /*x32:4byte,x64:4byte*/ 965 uint16_t ccb_flags; /*x32: 2byte, x64: 2byte*/ 971 uint16_t startdone; /*x32:2byte,x32:2byte*/ 976 uint32_t smid; 979 uint32_t reserved[3]; /*12 byte*/ [all …]
|