Lines Matching defs:sas_ha_struct
344 struct sas_ha_struct { struct
346 struct list_head defer_q; /* work queued while draining */
347 struct mutex drain_mutex;
348 unsigned long state;
349 spinlock_t lock;
350 int eh_active;
351 wait_queue_head_t eh_wait_q;
352 struct list_head eh_dev_q;
354 struct mutex disco_mutex;
356 struct Scsi_Host *shost;
359 char *sas_ha_name;
360 struct device *dev; /* should be set */
384 #define SHOST_TO_SAS_HA(_shost) (*(struct sas_ha_struct **)(_shost)->hostdata) argument