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