Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Dhpsa_cmd.h424 struct CommandList { struct
425 struct CommandListHeader Header; argument
426 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 …]