Lines Matching defs:CommandList
399 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;
410 struct completion *waiting;
411 struct scsi_cmnd *scsi_cmd;
412 struct work_struct work;
423 struct hpsa_scsi_dev_t *phys_disk;
424 atomic_t refcount; /* Must be last to avoid memset in cmd_alloc */