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