Searched refs:reset_phy (Results 1 – 14 of 14) sorted by relevance
/drivers/net/igb/ |
D | igb.h | 336 if (hw->phy.ops.reset_phy) in igb_reset_phy() 337 return hw->phy.ops.reset_phy(hw); in igb_reset_phy()
|
D | e1000_82575.c | 198 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()
|
D | e1000_hw.h | 433 s32 (*reset_phy)(struct e1000_hw *); member
|
D | e1000_phy.c | 452 ret_val = hw->phy.ops.reset_phy(hw); in igb_copper_link_setup_igp()
|
/drivers/net/e1000e/ |
D | 82571.c | 1398 .reset_phy = e1000e_phy_hw_reset_generic, 1415 .reset_phy = e1000e_phy_hw_reset_generic, 1432 .reset_phy = e1000e_phy_hw_reset_generic,
|
D | hw.h | 739 s32 (*reset_phy)(struct e1000_hw *); member
|
D | e1000.h | 499 return hw->phy.ops.reset_phy(hw); in e1000_phy_hw_reset()
|
D | es2lan.c | 1394 .reset_phy = e1000e_phy_hw_reset_generic,
|
D | ich8lan.c | 2587 .reset_phy = e1000_phy_hw_reset_ich8lan,
|
/drivers/net/ |
D | bnx2.c | 1979 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 …]
|
D | ns83820.c | 127 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");
|
D | tg3.c | 4671 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/ |
D | at91_ether.c | 373 static void reset_phy(struct net_device *dev)
|
/drivers/net/sfc/ |
D | falcon.c | 2592 int reset_phy = (method == RESET_TYPE_INVISIBLE ? in falcon_reset_hw() local 2596 EXT_PHY_RST_CTL, reset_phy, in falcon_reset_hw()
|