Lines Matching defs:CommandList
429 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;
440 struct completion *waiting;
441 struct scsi_cmnd *scsi_cmd;
465 * the struct CommandList. argument