Home
last modified time | relevance | path

Searched refs:notify_ha_event (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/scsi/libsas/
Dsas_event.c119 static void notify_ha_event(struct sas_ha_struct *sas_ha, enum ha_event event) in notify_ha_event() function
160 sas_ha->notify_ha_event = notify_ha_event; in sas_init_events()
/linux-4.4.14/include/scsi/
Dlibsas.h418 void (*notify_ha_event)(struct sas_ha_struct *, enum ha_event); member
/linux-4.4.14/Documentation/scsi/
Dlibsas.txt156 void (*notify_ha_event)(struct sas_ha_struct *, enum ha_event);
/linux-4.4.14/drivers/scsi/aic94xx/
Daic94xx_hwi.c725 sas_ha->notify_ha_event(sas_ha, HAE_RESET); in asd_chip_reset()