Home
last modified time | relevance | path

Searched refs:phy_event (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/libsas/
H A Dsas_event.c178 enum phy_event event, in __sas_notify_phy_event()
195 int sas_notify_phy_event_gfp(struct asd_sas_phy *phy, enum phy_event event, in sas_notify_phy_event_gfp()
208 int sas_notify_phy_event(struct asd_sas_phy *phy, enum phy_event event) in sas_notify_phy_event()
H A Dsas_internal.h81 int sas_notify_phy_event(struct asd_sas_phy *phy, enum phy_event event);
82 int sas_notify_phy_event_gfp(struct asd_sas_phy *phy, enum phy_event event,
/OK3568_Linux_fs/kernel/include/scsi/
H A Dlibsas.h55 enum phy_event { enum
706 int sas_notify_phy_event(struct asd_sas_phy *phy, enum phy_event event);
709 int sas_notify_phy_event_gfp(struct asd_sas_phy *phy, enum phy_event event,
/OK3568_Linux_fs/kernel/drivers/scsi/mvsas/
H A Dmv_sas.c1887 if (phy->phy_event & PHY_PLUG_OUT) { in mvs_work_queue()
1891 phy->phy_event &= ~PHY_PLUG_OUT; in mvs_work_queue()
1907 phy->phy_event &= ~EXP_BRCT_CHG; in mvs_work_queue()
1975 if (!(phy->phy_event & PHY_PLUG_OUT)) { in mvs_int_port()
1979 phy->phy_event |= PHY_PLUG_OUT; in mvs_int_port()
2028 if (phy->phy_event & PHY_PLUG_OUT) { in mvs_int_port()
2030 phy->phy_event &= ~PHY_PLUG_OUT; in mvs_int_port()
H A Dmv_sas.h221 u32 phy_event; member
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A Dlibsas.rst193 void sas_notify_phy_event(struct sas_phy *, enum phy_event);
195 void sas_notify_phy_event_gfp(struct sas_phy *, enum phy_event, gfp_t);
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/
H A Dtg3.c11030 int phy_event; in tg3_timer() local
11034 phy_event = 0; in tg3_timer()
11037 phy_event = 1; in tg3_timer()
11039 phy_event = 1; in tg3_timer()
11041 if (phy_event) in tg3_timer()