Lines Matching defs:CommandList
425 struct CommandList { struct
426 struct CommandListHeader Header; argument
427 struct RequestBlock Request;
428 struct ErrDescriptor ErrDesc;
429 struct SGDescriptor SG[SG_ENTRIES_IN_CMD];
431 u32 busaddr; /* physical addr of this record */
432 struct ErrorInfo *err_info; /* pointer to the allocated mem */
433 struct ctlr_info *h;
434 int cmd_type;
435 long cmdindex;
436 struct completion *waiting;
437 struct scsi_cmnd *scsi_cmd;
438 struct work_struct work;
449 struct hpsa_scsi_dev_t *phys_disk;
451 int abort_pending;
452 struct hpsa_scsi_dev_t *device;
453 atomic_t refcount; /* Must be last to avoid memset in hpsa_cmd_init() */