Lines Matching defs:CommandList
281 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;
292 struct list_head list;
293 struct request *rq;
294 struct completion *waiting;
295 void *scsi_cmd;
309 u8 pad[COMMANDLIST_PAD];