Home
last modified time | relevance | path

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

/linux-3.3/drivers/scsi/
Dhpsa_cmd.h281 struct CommandList { struct
282 struct CommandListHeader Header; argument
283 struct RequestBlock Request;
284 struct ErrDescriptor ErrDesc;
285 struct SGDescriptor SG[MAXSGENTRIES];
287 u32 busaddr; /* physical addr of this record */
288 struct ErrorInfo *err_info; /* pointer to the allocated mem */
289 struct ctlr_info *h;
290 int cmd_type;
291 long cmdindex;
[all …]