Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/
Dhpsa_cmd.h429 struct CommandList { struct
430 struct CommandListHeader Header; argument
431 struct RequestBlock Request;
432 struct ErrDescriptor ErrDesc;
433 struct SGDescriptor SG[SG_ENTRIES_IN_CMD];
435 u32 busaddr; /* physical addr of this record */
436 struct ErrorInfo *err_info; /* pointer to the allocated mem */
437 struct ctlr_info *h;
438 int cmd_type;
439 long cmdindex;
[all …]