Home
last modified time | relevance | path

Searched refs:reset_phy (Results 1 – 14 of 14) sorted by relevance

/drivers/net/igb/
Digb.h336 if (hw->phy.ops.reset_phy) in igb_reset_phy()
337 return hw->phy.ops.reset_phy(hw); in igb_reset_phy()
De1000_82575.c198 phy->ops.reset_phy = igb_phy_hw_reset_sgmii_82575; in igb_get_invariants_82575()
202 phy->ops.reset_phy = igb_phy_hw_reset; in igb_get_invariants_82575()
De1000_hw.h433 s32 (*reset_phy)(struct e1000_hw *); member
De1000_phy.c452 ret_val = hw->phy.ops.reset_phy(hw); in igb_copper_link_setup_igp()
/drivers/net/e1000e/
D82571.c1398 .reset_phy = e1000e_phy_hw_reset_generic,
1415 .reset_phy = e1000e_phy_hw_reset_generic,
1432 .reset_phy = e1000e_phy_hw_reset_generic,
Dhw.h739 s32 (*reset_phy)(struct e1000_hw *); member
De1000.h499 return hw->phy.ops.reset_phy(hw); in e1000_phy_hw_reset()
Des2lan.c1394 .reset_phy = e1000e_phy_hw_reset_generic,
Dich8lan.c2587 .reset_phy = e1000_phy_hw_reset_ich8lan,
/drivers/net/
Dbnx2.c1979 bnx2_init_5709s_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_5709s_phy() argument
1994 if (reset_phy) in bnx2_init_5709s_phy()
2029 bnx2_init_5708s_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_5708s_phy() argument
2033 if (reset_phy) in bnx2_init_5708s_phy()
2087 bnx2_init_5706s_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_5706s_phy() argument
2089 if (reset_phy) in bnx2_init_5706s_phy()
2125 bnx2_init_copper_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_copper_phy() argument
2129 if (reset_phy) in bnx2_init_copper_phy()
2178 bnx2_init_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_phy() argument
2204 rc = bnx2_init_5706s_phy(bp, reset_phy); in bnx2_init_phy()
[all …]
Dns83820.c127 static int reset_phy = 0; variable
2130 if (reset_phy) {
2336 module_param(reset_phy, int, 0);
2337 MODULE_PARM_DESC(reset_phy, "Set to 1 to reset the PHY on startup");
Dtg3.c4671 static int tg3_restart_hw(struct tg3 *tp, int reset_phy) in tg3_restart_hw() argument
4677 err = tg3_init_hw(tp, reset_phy); in tg3_restart_hw()
6524 static int tg3_reset_hw(struct tg3 *tp, int reset_phy) in tg3_reset_hw() argument
6539 if (reset_phy && in tg3_reset_hw()
7227 static int tg3_init_hw(struct tg3 *tp, int reset_phy) in tg3_init_hw() argument
7233 return tg3_reset_hw(tp, reset_phy); in tg3_init_hw()
/drivers/net/arm/
Dat91_ether.c373 static void reset_phy(struct net_device *dev)
/drivers/net/sfc/
Dfalcon.c2592 int reset_phy = (method == RESET_TYPE_INVISIBLE ? in falcon_reset_hw() local
2596 EXT_PHY_RST_CTL, reset_phy, in falcon_reset_hw()