Lines Matching refs:reset_phy
2180 bnx2_init_5709s_phy(struct bnx2 *bp, int reset_phy)
2195 if (reset_phy)
2230 bnx2_init_5708s_phy(struct bnx2 *bp, int reset_phy)
2234 if (reset_phy)
2288 bnx2_init_5706s_phy(struct bnx2 *bp, int reset_phy)
2290 if (reset_phy)
2326 bnx2_init_copper_phy(struct bnx2 *bp, int reset_phy)
2330 if (reset_phy)
2385 bnx2_init_phy(struct bnx2 *bp, int reset_phy)
2413 rc = bnx2_init_5706s_phy(bp, reset_phy);
2415 rc = bnx2_init_5708s_phy(bp, reset_phy);
2417 rc = bnx2_init_5709s_phy(bp, reset_phy);
2420 rc = bnx2_init_copper_phy(bp, reset_phy);
5514 bnx2_init_nic(struct bnx2 *bp, int reset_phy)
5522 bnx2_init_phy(bp, reset_phy);