Searched refs:sas_notify_port_event (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/drivers/scsi/libsas/ |
A D | sas_event.c | 117 sas_notify_port_event(sas_phy, in sas_enable_revalidation() 164 void sas_notify_port_event(struct asd_sas_phy *phy, enum port_event event, in sas_notify_port_event() function 189 EXPORT_SYMBOL_GPL(sas_notify_port_event);
|
A D | sas_init.c | 406 sas_notify_port_event(first_phy, in sas_resume_insert_broadcast_ha()
|
/linux-6.3-rc2/drivers/scsi/aic94xx/ |
A D | aic94xx_scb.c | 237 sas_notify_port_event(&phy->sas_phy, PORTE_BYTES_DMAED, GFP_ATOMIC); in asd_bytes_dmaed_tasklet() 273 sas_notify_port_event(sas_phy, PORTE_LINK_RESET_ERR, GFP_ATOMIC); in asd_link_reset_err_tasklet() 318 sas_notify_port_event(sas_phy, PORTE_BROADCAST_RCVD, in asd_primitive_rcvd_tasklet() 340 sas_notify_port_event(sas_phy, PORTE_HARD_RESET, in asd_primitive_rcvd_tasklet() 572 sas_notify_port_event(sas_phy, PORTE_TIMER_EVENT, GFP_ATOMIC); in escb_tasklet_complete()
|
/linux-6.3-rc2/drivers/scsi/pm8001/ |
A D | pm8001_hwi.c | 3620 sas_notify_port_event(sas_phy, PORTE_LINK_RESET_ERR, in mpi_hw_event() 3632 sas_notify_port_event(sas_phy, PORTE_BROADCAST_RCVD, in mpi_hw_event() 3646 sas_notify_port_event(sas_phy, PORTE_BROADCAST_RCVD, in mpi_hw_event() 3656 sas_notify_port_event(sas_phy, PORTE_LINK_RESET_ERR, in mpi_hw_event() 3667 sas_notify_port_event(sas_phy, PORTE_LINK_RESET_ERR, in mpi_hw_event() 3678 sas_notify_port_event(sas_phy, PORTE_LINK_RESET_ERR, in mpi_hw_event() 3689 sas_notify_port_event(sas_phy, PORTE_LINK_RESET_ERR, in mpi_hw_event() 3700 sas_notify_port_event(sas_phy, PORTE_BROADCAST_RCVD, in mpi_hw_event() 3717 sas_notify_port_event(sas_phy, PORTE_LINK_RESET_ERR, in mpi_hw_event() 3728 sas_notify_port_event(sas_phy, PORTE_LINK_RESET_ERR, in mpi_hw_event() [all …]
|
A D | pm80xx_hwi.c | 3450 sas_notify_port_event(sas_phy, PORTE_LINK_RESET_ERR, in mpi_hw_event() 3462 sas_notify_port_event(sas_phy, PORTE_BROADCAST_RCVD, in mpi_hw_event() 3476 sas_notify_port_event(sas_phy, PORTE_BROADCAST_RCVD, in mpi_hw_event() 3514 sas_notify_port_event(sas_phy, PORTE_BROADCAST_RCVD, in mpi_hw_event() 3525 sas_notify_port_event(sas_phy, PORTE_HARD_RESET, GFP_ATOMIC); in mpi_hw_event() 3531 sas_notify_port_event(sas_phy, PORTE_LINK_RESET_ERR, in mpi_hw_event() 3542 sas_notify_port_event(sas_phy, PORTE_LINK_RESET_ERR, in mpi_hw_event() 3553 sas_notify_port_event(sas_phy, PORTE_LINK_RESET_ERR, in mpi_hw_event()
|
/linux-6.3-rc2/include/scsi/ |
A D | libsas.h | 769 void sas_notify_port_event(struct asd_sas_phy *phy, enum port_event event,
|
/linux-6.3-rc2/drivers/scsi/isci/ |
A D | port.c | 167 sas_notify_port_event(&iphy->sas_phy, in isci_port_bc_change_received() 227 sas_notify_port_event(&iphy->sas_phy, in isci_port_link_up()
|
/linux-6.3-rc2/drivers/scsi/hisi_sas/ |
A D | hisi_sas_main.c | 639 sas_notify_port_event(sas_phy, PORTE_BYTES_DMAED, gfp_flags); in hisi_sas_bytes_dmaed() 1346 sas_notify_port_event(sas_phy, in hisi_sas_rescan_topology() 1991 sas_notify_port_event(sas_phy, PORTE_BROADCAST_RCVD, GFP_ATOMIC); in hisi_sas_phy_bcast()
|
/linux-6.3-rc2/drivers/scsi/mvsas/ |
A D | mv_sas.c | 265 sas_notify_port_event(sas_phy, PORTE_BYTES_DMAED, gfp_flags); in mvs_bytes_dmaed() 1743 sas_notify_port_event(sas_phy, in mvs_work_queue()
|
/linux-6.3-rc2/Documentation/scsi/ |
A D | libsas.rst | 192 void sas_notify_port_event(struct sas_phy *, enum port_event, gfp_t);
|
Completed in 34 milliseconds