Lines Matching refs:reset_phy
2181 bnx2_init_5709s_phy(struct bnx2 *bp, int reset_phy)
2196 if (reset_phy)
2231 bnx2_init_5708s_phy(struct bnx2 *bp, int reset_phy)
2235 if (reset_phy)
2289 bnx2_init_5706s_phy(struct bnx2 *bp, int reset_phy)
2291 if (reset_phy)
2327 bnx2_init_copper_phy(struct bnx2 *bp, int reset_phy)
2331 if (reset_phy)
2386 bnx2_init_phy(struct bnx2 *bp, int reset_phy)
2414 rc = bnx2_init_5706s_phy(bp, reset_phy);
2416 rc = bnx2_init_5708s_phy(bp, reset_phy);
2418 rc = bnx2_init_5709s_phy(bp, reset_phy);
2421 rc = bnx2_init_copper_phy(bp, reset_phy);
5530 bnx2_init_nic(struct bnx2 *bp, int reset_phy)
5538 bnx2_init_phy(bp, reset_phy);