Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dhpsa_cmd.h399 struct CommandList { struct
400 struct CommandListHeader Header; argument
401 struct RequestBlock Request;
402 struct ErrDescriptor ErrDesc;
403 struct SGDescriptor SG[SG_ENTRIES_IN_CMD];
405 u32 busaddr; /* physical addr of this record */
406 struct ErrorInfo *err_info; /* pointer to the allocated mem */
407 struct ctlr_info *h;
408 int cmd_type;
409 long cmdindex;
[all …]