Home
last modified time | relevance | path

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

/linux-5.10/drivers/scsi/
Dhpsa_cmd.h425 struct CommandList { struct
426 struct CommandListHeader Header; argument
427 struct RequestBlock Request;
428 struct ErrDescriptor ErrDesc;
429 struct SGDescriptor SG[SG_ENTRIES_IN_CMD];
431 u32 busaddr; /* physical addr of this record */
432 struct ErrorInfo *err_info; /* pointer to the allocated mem */
433 struct ctlr_info *h;
434 int cmd_type;
435 long cmdindex;
[all …]