Searched defs:sas_ha_struct (Results 1 – 1 of 1) sorted by relevance
340 struct sas_ha_struct { struct342 spinlock_t event_lock;343 struct sas_ha_event ha_events[HA_NUM_EVENTS];344 unsigned long pending;346 enum sas_ha_state state;347 spinlock_t state_lock;371 void (*notify_ha_event)(struct sas_ha_struct *, enum ha_event); argument380 #define SHOST_TO_SAS_HA(_shost) (*(struct sas_ha_struct **)(_shost)->hostdata) argument