Searched defs:CommandList (Results 1 – 1 of 1) sorted by relevance
429 struct CommandList { struct430 struct CommandListHeader Header; argument431 struct RequestBlock Request;432 struct ErrDescriptor ErrDesc;433 struct SGDescriptor SG[SG_ENTRIES_IN_CMD];435 u32 busaddr; /* physical addr of this record */436 struct ErrorInfo *err_info; /* pointer to the allocated mem */437 struct ctlr_info *h;438 int cmd_type;439 long cmdindex;[all …]