Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/libsas/
Dsas_dump.h28 void sas_dprint_phye(int phyid, enum phy_event pe);
Dsas_dump.c47 void sas_dprint_phye(int phyid, enum phy_event pe) in sas_dprint_phye()
Dsas_event.c172 int sas_notify_phy_event(struct asd_sas_phy *phy, enum phy_event event) in sas_notify_phy_event()
Dsas_internal.h93 int sas_notify_phy_event(struct asd_sas_phy *phy, enum phy_event event);
/Linux-v4.19/include/scsi/
Dlibsas.h72 enum phy_event { enum
407 int (*notify_phy_event)(struct asd_sas_phy *, enum phy_event);
/Linux-v4.19/drivers/scsi/mvsas/
Dmv_sas.c1907 if (phy->phy_event & PHY_PLUG_OUT) { in mvs_work_queue()
1912 phy->phy_event &= ~PHY_PLUG_OUT; in mvs_work_queue()
1928 phy->phy_event &= ~EXP_BRCT_CHG; in mvs_work_queue()
1996 if (!(phy->phy_event & PHY_PLUG_OUT)) { in mvs_int_port()
2000 phy->phy_event |= PHY_PLUG_OUT; in mvs_int_port()
2049 if (phy->phy_event & PHY_PLUG_OUT) { in mvs_int_port()
2051 phy->phy_event &= ~PHY_PLUG_OUT; in mvs_int_port()
Dmv_sas.h240 u32 phy_event; member
/Linux-v4.19/Documentation/scsi/
Dlibsas.txt158 void (*notify_phy_event)(struct sas_phy *, enum phy_event);
/Linux-v4.19/drivers/net/ethernet/broadcom/
Dtg3.c11034 int phy_event; in tg3_timer() local
11038 phy_event = 0; in tg3_timer()
11041 phy_event = 1; in tg3_timer()
11043 phy_event = 1; in tg3_timer()
11045 if (phy_event) in tg3_timer()