Lines Matching defs:CommandList
418 struct CommandList { struct
419 struct CommandListHeader Header; argument
420 struct RequestBlock Request;
421 struct ErrDescriptor ErrDesc;
422 struct SGDescriptor SG[SG_ENTRIES_IN_CMD];
424 u32 busaddr; /* physical addr of this record */
425 struct ErrorInfo *err_info; /* pointer to the allocated mem */
426 struct ctlr_info *h;
427 int cmd_type;
428 long cmdindex;
429 struct completion *waiting;
430 struct scsi_cmnd *scsi_cmd;
431 struct work_struct work;
442 struct hpsa_scsi_dev_t *phys_disk;
444 int abort_pending;
445 struct hpsa_scsi_dev_t *reset_pending;
446 atomic_t refcount; /* Must be last to avoid memset in hpsa_cmd_init() */