Searched defs:CommandList (Results 1 – 1 of 1) sorted by relevance
399 struct CommandList { struct400 struct CommandListHeader Header; argument401 struct RequestBlock Request;402 struct ErrDescriptor ErrDesc;403 struct SGDescriptor SG[SG_ENTRIES_IN_CMD];405 u32 busaddr; /* physical addr of this record */406 struct ErrorInfo *err_info; /* pointer to the allocated mem */407 struct ctlr_info *h;408 int cmd_type;409 long cmdindex;[all …]