Searched defs:CommandControlBlock (Results 1 – 1 of 1) sorted by relevance
955 struct CommandControlBlock{ struct957 struct list_head list; /*x32: 8byte, x64: 16byte*/959 struct AdapterControlBlock *acb; /*x32: 4byte, x64: 8byte*/960 unsigned long cdb_phyaddr; /*x32: 4byte, x64: 8byte*/961 uint32_t arc_cdb_size; /*x32:4byte,x64:4byte*/962 uint16_t ccb_flags; /*x32: 2byte, x64: 2byte*/968 uint16_t startdone; /*x32:2byte,x32:2byte*/973 uint32_t smid;976 uint32_t reserved[3]; /*12 byte*/979 uint32_t reserved[8]; /*32 byte*/[all …]
Completed in 17 milliseconds