Searched defs:CommandList (Results 1 – 1 of 1) sorted by relevance
281 struct CommandList { struct282 struct CommandListHeader Header; argument283 struct RequestBlock Request;284 struct ErrDescriptor ErrDesc;285 struct SGDescriptor SG[MAXSGENTRIES];287 u32 busaddr; /* physical addr of this record */288 struct ErrorInfo *err_info; /* pointer to the allocated mem */289 struct ctlr_info *h;290 int cmd_type;291 long cmdindex;[all …]