Searched refs:sas_notify_port_event (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/scsi/libsas/ |
H 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);
|
H A D | sas_init.c | 406 sas_notify_port_event(first_phy, in sas_resume_insert_broadcast_ha()
|
/openbmc/linux/drivers/scsi/aic94xx/ |
H 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()
|
/openbmc/linux/drivers/scsi/pm8001/ |
H A D | pm8001_hwi.c | 3069 sas_notify_port_event(sas_phy, PORTE_BYTES_DMAED, GFP_ATOMIC); in pm8001_bytes_dmaed() 3621 sas_notify_port_event(sas_phy, PORTE_LINK_RESET_ERR, in mpi_hw_event() 3633 sas_notify_port_event(sas_phy, PORTE_BROADCAST_RCVD, in mpi_hw_event() 3647 sas_notify_port_event(sas_phy, PORTE_BROADCAST_RCVD, in mpi_hw_event() 3657 sas_notify_port_event(sas_phy, PORTE_LINK_RESET_ERR, in mpi_hw_event() 3668 sas_notify_port_event(sas_phy, PORTE_LINK_RESET_ERR, in mpi_hw_event() 3679 sas_notify_port_event(sas_phy, PORTE_LINK_RESET_ERR, in mpi_hw_event() 3690 sas_notify_port_event(sas_phy, PORTE_LINK_RESET_ERR, in mpi_hw_event() 3701 sas_notify_port_event(sas_phy, PORTE_BROADCAST_RCVD, in mpi_hw_event() 3712 sas_notify_port_event(sas_phy, PORTE_HARD_RESET, GFP_ATOMIC); in mpi_hw_event() [all …]
|
H A D | pm80xx_hwi.c | 3461 sas_notify_port_event(sas_phy, PORTE_LINK_RESET_ERR, in mpi_hw_event() 3473 sas_notify_port_event(sas_phy, PORTE_BROADCAST_RCVD, in mpi_hw_event() 3489 sas_notify_port_event(sas_phy, PORTE_BROADCAST_RCVD, in mpi_hw_event() 3532 sas_notify_port_event(sas_phy, PORTE_BROADCAST_RCVD, in mpi_hw_event() 3546 sas_notify_port_event(sas_phy, PORTE_HARD_RESET, GFP_ATOMIC); in mpi_hw_event() 3553 sas_notify_port_event(sas_phy, PORTE_LINK_RESET_ERR, in mpi_hw_event() 3565 sas_notify_port_event(sas_phy, PORTE_LINK_RESET_ERR, in mpi_hw_event() 3579 sas_notify_port_event(sas_phy, PORTE_LINK_RESET_ERR, in mpi_hw_event()
|
/openbmc/linux/include/scsi/ |
H A D | libsas.h | 741 void sas_notify_port_event(struct asd_sas_phy *phy, enum port_event event,
|
/openbmc/linux/drivers/scsi/isci/ |
H 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()
|
/openbmc/linux/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_main.c | 654 sas_notify_port_event(sas_phy, PORTE_BYTES_DMAED, gfp_flags); in hisi_sas_bytes_dmaed() 1406 sas_notify_port_event(sas_phy, in hisi_sas_rescan_topology() 2099 sas_notify_port_event(sas_phy, PORTE_BROADCAST_RCVD, GFP_ATOMIC); in hisi_sas_phy_bcast()
|
/openbmc/linux/drivers/scsi/mvsas/ |
H A D | mv_sas.c | 265 sas_notify_port_event(sas_phy, PORTE_BYTES_DMAED, gfp_flags); in mvs_bytes_dmaed() 1738 sas_notify_port_event(sas_phy, in mvs_work_queue()
|
/openbmc/linux/Documentation/scsi/ |
H A D | libsas.rst | 192 void sas_notify_port_event(struct sas_phy *, enum port_event, gfp_t);
|