Searched defs:CommandList (Results 1 – 1 of 1) sorted by relevance
418 struct CommandList { struct419 struct CommandListHeader Header; argument420 struct RequestBlock Request;421 struct ErrDescriptor ErrDesc;422 struct SGDescriptor SG[SG_ENTRIES_IN_CMD];424 u32 busaddr; /* physical addr of this record */425 struct ErrorInfo *err_info; /* pointer to the allocated mem */426 struct ctlr_info *h;427 int cmd_type;428 long cmdindex;[all …]