Home
last modified time | relevance | path

Searched defs:CommandList (Results 1 – 1 of 1) sorted by relevance

/drivers/scsi/
Dhpsa_cmd.h389 struct CommandList { struct
390 struct CommandListHeader Header; argument
391 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 …]