Searched refs:notify_port_event (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/scsi/libsas/ |
D | sas_event.c | 129 ha->notify_port_event(sas_phy, PORTE_BROADCAST_RCVD); in sas_enable_revalidation() 195 sas_ha->notify_port_event = sas_notify_port_event; in sas_init_events()
|
/Linux-v4.19/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-v4.19/drivers/scsi/pm8001/ |
D | pm8001_hwi.c | 3267 pm8001_ha->sas->notify_port_event(sas_phy, PORTE_BYTES_DMAED); in pm8001_bytes_dmaed() 3852 sas_ha->notify_port_event(sas_phy, PORTE_LINK_RESET_ERR); in mpi_hw_event() 3864 sas_ha->notify_port_event(sas_phy, PORTE_BROADCAST_RCVD); in mpi_hw_event() 3879 sas_ha->notify_port_event(sas_phy, PORTE_BROADCAST_RCVD); in mpi_hw_event() 3888 sas_ha->notify_port_event(sas_phy, PORTE_LINK_RESET_ERR); in mpi_hw_event() 3898 sas_ha->notify_port_event(sas_phy, PORTE_LINK_RESET_ERR); in mpi_hw_event() 3908 sas_ha->notify_port_event(sas_phy, PORTE_LINK_RESET_ERR); in mpi_hw_event() 3918 sas_ha->notify_port_event(sas_phy, PORTE_LINK_RESET_ERR); in mpi_hw_event() 3930 sas_ha->notify_port_event(sas_phy, PORTE_BROADCAST_RCVD); in mpi_hw_event() 3942 sas_ha->notify_port_event(sas_phy, PORTE_HARD_RESET); in mpi_hw_event() [all …]
|
D | pm80xx_hwi.c | 3221 sas_ha->notify_port_event(sas_phy, PORTE_LINK_RESET_ERR); in mpi_hw_event() 3233 sas_ha->notify_port_event(sas_phy, PORTE_BROADCAST_RCVD); in mpi_hw_event() 3248 sas_ha->notify_port_event(sas_phy, PORTE_BROADCAST_RCVD); in mpi_hw_event() 3287 sas_ha->notify_port_event(sas_phy, PORTE_BROADCAST_RCVD); in mpi_hw_event() 3299 sas_ha->notify_port_event(sas_phy, PORTE_HARD_RESET); in mpi_hw_event() 3306 sas_ha->notify_port_event(sas_phy, PORTE_LINK_RESET_ERR); in mpi_hw_event() 3316 sas_ha->notify_port_event(sas_phy, PORTE_LINK_RESET_ERR); in mpi_hw_event() 3325 sas_ha->notify_port_event(sas_phy, PORTE_LINK_RESET_ERR); in mpi_hw_event()
|
/Linux-v4.19/include/scsi/ |
D | libsas.h | 406 int (*notify_port_event)(struct asd_sas_phy *, enum port_event); member
|
/Linux-v4.19/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-v4.19/drivers/scsi/mvsas/ |
D | mv_sas.c | 281 mvi->sas->notify_port_event(sas_phy, in mvs_bytes_dmaed() 1929 sas_ha->notify_port_event(sas_phy, in mvs_work_queue()
|
/Linux-v4.19/Documentation/scsi/ |
D | libsas.txt | 157 void (*notify_port_event)(struct sas_phy *, enum port_event);
|
/Linux-v4.19/drivers/scsi/hisi_sas/ |
D | hisi_sas_main.c | 546 sas_ha->notify_port_event(sas_phy, PORTE_BYTES_DMAED); in hisi_sas_bytes_dmaed() 1207 sas_ha->notify_port_event(sas_phy, in hisi_sas_rescan_topology()
|
D | hisi_sas_v1_hw.c | 1475 sha->notify_port_event(sas_phy, PORTE_BROADCAST_RCVD); in int_bcast_v1_hw()
|
D | hisi_sas_v3_hw.c | 1296 sas_ha->notify_port_event(sas_phy, PORTE_BROADCAST_RCVD); in phy_bcast_v3_hw()
|
D | hisi_sas_v2_hw.c | 2850 sas_ha->notify_port_event(sas_phy, PORTE_BROADCAST_RCVD); in phy_bcast_v2_hw()
|