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