Lines Matching defs:sas_ha_struct
384 struct sas_ha_struct { struct
386 struct sas_ha_event ha_events[HA_NUM_EVENTS];
387 unsigned long pending;
389 struct list_head defer_q; /* work queued while draining */
390 struct mutex drain_mutex;
391 unsigned long state;
392 spinlock_t lock;
393 int eh_active;
394 wait_queue_head_t eh_wait_q;
418 void (*notify_ha_event)(struct sas_ha_struct *, enum ha_event); argument
428 #define SHOST_TO_SAS_HA(_shost) (*(struct sas_ha_struct **)(_shost)->hostdata) argument