Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/libsas/
Dsas_dump.h28 void sas_dprint_phye(int phyid, enum phy_event pe);
Dsas_dump.c50 void sas_dprint_phye(int phyid, enum phy_event pe) in sas_dprint_phye()
Dsas_event.c137 static void notify_phy_event(struct asd_sas_phy *phy, enum phy_event event) in notify_phy_event()
/linux-3.4.99/include/scsi/
Dlibsas.h77 enum phy_event { enum
417 void (*notify_phy_event)(struct asd_sas_phy *, enum phy_event);
/linux-3.4.99/drivers/scsi/mvsas/
Dmv_sas.c1988 if (phy->phy_event & PHY_PLUG_OUT) { in mvs_work_queue()
1993 phy->phy_event &= ~PHY_PLUG_OUT; in mvs_work_queue()
2009 phy->phy_event &= ~EXP_BRCT_CHG; in mvs_work_queue()
2077 if (!(phy->phy_event & PHY_PLUG_OUT)) { in mvs_int_port()
2081 phy->phy_event |= PHY_PLUG_OUT; in mvs_int_port()
2131 if (phy->phy_event & PHY_PLUG_OUT) { in mvs_int_port()
2133 phy->phy_event &= ~PHY_PLUG_OUT; in mvs_int_port()
Dmv_sas.h236 u32 phy_event; member
/linux-3.4.99/Documentation/scsi/
Dlibsas.txt158 void (*notify_phy_event)(struct sas_phy *, enum phy_event);
/linux-3.4.99/drivers/net/ethernet/broadcom/
Dtg3.c9582 int phy_event; in tg3_timer() local
9586 phy_event = 0; in tg3_timer()
9589 phy_event = 1; in tg3_timer()
9591 phy_event = 1; in tg3_timer()
9593 if (phy_event) in tg3_timer()