Home
last modified time | relevance | path

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

/kernel/linux/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 …]
/kernel/linux/linux-6.6/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 …]