Searched defs:CommandList (Results 1 – 1 of 1) sorted by relevance
389 struct CommandList { struct390 struct CommandListHeader Header; argument391 struct RequestBlock Request;392 struct ErrDescriptor ErrDesc;393 struct SGDescriptor SG[SG_ENTRIES_IN_CMD];395 u32 busaddr; /* physical addr of this record */396 struct ErrorInfo *err_info; /* pointer to the allocated mem */397 struct ctlr_info *h;398 int cmd_type;399 long cmdindex;[all …]