Lines Matching refs:reset_phy
2165 bnx2_init_5709s_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_5709s_phy() argument
2180 if (reset_phy) in bnx2_init_5709s_phy()
2215 bnx2_init_5708s_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_5708s_phy() argument
2219 if (reset_phy) in bnx2_init_5708s_phy()
2273 bnx2_init_5706s_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_5706s_phy() argument
2275 if (reset_phy) in bnx2_init_5706s_phy()
2311 bnx2_init_copper_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_copper_phy() argument
2315 if (reset_phy) in bnx2_init_copper_phy()
2370 bnx2_init_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_phy() argument
2398 rc = bnx2_init_5706s_phy(bp, reset_phy); in bnx2_init_phy()
2400 rc = bnx2_init_5708s_phy(bp, reset_phy); in bnx2_init_phy()
2402 rc = bnx2_init_5709s_phy(bp, reset_phy); in bnx2_init_phy()
2405 rc = bnx2_init_copper_phy(bp, reset_phy); in bnx2_init_phy()
5504 bnx2_init_nic(struct bnx2 *bp, int reset_phy) in bnx2_init_nic() argument
5512 bnx2_init_phy(bp, reset_phy); in bnx2_init_nic()