Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/libsas/
Dsas_event.c124 &sas_ha->ha_events[event].work, sas_ha); in notify_ha_event()
156 INIT_SAS_WORK(&sas_ha->ha_events[i].work, sas_ha_event_fns[i]); in sas_init_events()
157 sas_ha->ha_events[i].ha = sas_ha; in sas_init_events()
/linux-4.4.14/include/scsi/
Dlibsas.h386 struct sas_ha_event ha_events[HA_NUM_EVENTS]; member