Home
last modified time | relevance | path

Searched refs:sas_ha_event (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/scsi/
Dlibsas.h365 struct sas_ha_event { struct
370 static inline struct sas_ha_event *to_sas_ha_event(struct work_struct *work) in to_sas_ha_event() argument
372 struct sas_ha_event *ev = container_of(work, typeof(*ev), work.work); in to_sas_ha_event()
386 struct sas_ha_event ha_events[HA_NUM_EVENTS];
/linux-4.1.27/drivers/scsi/libsas/
Dsas_init.c114 struct sas_ha_event *ev = to_sas_ha_event(work); in sas_hae_reset()