Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dhpsa_cmd.h418 struct CommandList { struct
419 struct CommandListHeader Header; argument
420 struct RequestBlock Request;
421 struct ErrDescriptor ErrDesc;
422 struct SGDescriptor SG[SG_ENTRIES_IN_CMD];
424 u32 busaddr; /* physical addr of this record */
425 struct ErrorInfo *err_info; /* pointer to the allocated mem */
426 struct ctlr_info *h;
427 int cmd_type;
428 long cmdindex;
[all …]