Home
last modified time | relevance | path

Searched defs:sas_ha_struct (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/include/scsi/
Dlibsas.h340 struct sas_ha_struct { struct
342 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); argument
380 #define SHOST_TO_SAS_HA(_shost) (*(struct sas_ha_struct **)(_shost)->hostdata) argument