Searched refs:notify_port_event (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/scsi/libsas/ |
D | sas_event.c | 127 static void notify_port_event(struct asd_sas_phy *phy, enum port_event event) in notify_port_event() function 161 sas_ha->notify_port_event = notify_port_event; in sas_init_events()
|
/linux-4.1.27/drivers/scsi/aic94xx/ |
D | aic94xx_scb.c | 255 sas_ha->notify_port_event(&phy->sas_phy, PORTE_BYTES_DMAED); in asd_bytes_dmaed_tasklet() 291 sas_ha->notify_port_event(sas_phy, PORTE_LINK_RESET_ERR); in asd_link_reset_err_tasklet() 336 sas_ha->notify_port_event(sas_phy,PORTE_BROADCAST_RCVD); in asd_primitive_rcvd_tasklet() 357 sas_ha->notify_port_event(sas_phy, PORTE_HARD_RESET); in asd_primitive_rcvd_tasklet() 588 sas_ha->notify_port_event(sas_phy, PORTE_TIMER_EVENT); in escb_tasklet_complete()
|
/linux-4.1.27/drivers/scsi/pm8001/ |
D | pm8001_hwi.c | 3257 pm8001_ha->sas->notify_port_event(sas_phy, PORTE_BYTES_DMAED); in pm8001_bytes_dmaed() 3838 sas_ha->notify_port_event(sas_phy, PORTE_LINK_RESET_ERR); in mpi_hw_event() 3850 sas_ha->notify_port_event(sas_phy, PORTE_BROADCAST_RCVD); in mpi_hw_event() 3865 sas_ha->notify_port_event(sas_phy, PORTE_BROADCAST_RCVD); in mpi_hw_event() 3874 sas_ha->notify_port_event(sas_phy, PORTE_LINK_RESET_ERR); in mpi_hw_event() 3884 sas_ha->notify_port_event(sas_phy, PORTE_LINK_RESET_ERR); in mpi_hw_event() 3894 sas_ha->notify_port_event(sas_phy, PORTE_LINK_RESET_ERR); in mpi_hw_event() 3904 sas_ha->notify_port_event(sas_phy, PORTE_LINK_RESET_ERR); in mpi_hw_event() 3916 sas_ha->notify_port_event(sas_phy, PORTE_BROADCAST_RCVD); in mpi_hw_event() 3928 sas_ha->notify_port_event(sas_phy, PORTE_HARD_RESET); in mpi_hw_event() [all …]
|
D | pm80xx_hwi.c | 3138 sas_ha->notify_port_event(sas_phy, PORTE_LINK_RESET_ERR); in mpi_hw_event() 3150 sas_ha->notify_port_event(sas_phy, PORTE_BROADCAST_RCVD); in mpi_hw_event() 3165 sas_ha->notify_port_event(sas_phy, PORTE_BROADCAST_RCVD); in mpi_hw_event() 3174 sas_ha->notify_port_event(sas_phy, PORTE_LINK_RESET_ERR); in mpi_hw_event() 3184 sas_ha->notify_port_event(sas_phy, PORTE_LINK_RESET_ERR); in mpi_hw_event() 3194 sas_ha->notify_port_event(sas_phy, PORTE_LINK_RESET_ERR); in mpi_hw_event() 3204 sas_ha->notify_port_event(sas_phy, PORTE_LINK_RESET_ERR); in mpi_hw_event() 3216 sas_ha->notify_port_event(sas_phy, PORTE_BROADCAST_RCVD); in mpi_hw_event() 3228 sas_ha->notify_port_event(sas_phy, PORTE_HARD_RESET); in mpi_hw_event() 3235 sas_ha->notify_port_event(sas_phy, PORTE_LINK_RESET_ERR); in mpi_hw_event() [all …]
|
/linux-4.1.27/include/scsi/ |
D | libsas.h | 419 void (*notify_port_event)(struct asd_sas_phy *, enum port_event); member
|
/linux-4.1.27/drivers/scsi/isci/ |
D | port.c | 167 ihost->sas_ha.notify_port_event(&iphy->sas_phy, PORTE_BROADCAST_RCVD); in isci_port_bc_change_received() 226 isci_host->sas_ha.notify_port_event(&iphy->sas_phy, in isci_port_link_up()
|
/linux-4.1.27/drivers/scsi/mvsas/ |
D | mv_sas.c | 281 mvi->sas->notify_port_event(sas_phy, in mvs_bytes_dmaed() 1924 sas_ha->notify_port_event(sas_phy, in mvs_work_queue()
|
/linux-4.1.27/Documentation/scsi/ |
D | libsas.txt | 157 void (*notify_port_event)(struct sas_phy *, enum port_event);
|