Lines Matching refs:reset_phy
2187 bnx2_init_5709s_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_5709s_phy() argument
2202 if (reset_phy) in bnx2_init_5709s_phy()
2237 bnx2_init_5708s_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_5708s_phy() argument
2241 if (reset_phy) in bnx2_init_5708s_phy()
2295 bnx2_init_5706s_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_5706s_phy() argument
2297 if (reset_phy) in bnx2_init_5706s_phy()
2333 bnx2_init_copper_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_copper_phy() argument
2337 if (reset_phy) in bnx2_init_copper_phy()
2392 bnx2_init_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_phy() argument
2420 rc = bnx2_init_5706s_phy(bp, reset_phy); in bnx2_init_phy()
2422 rc = bnx2_init_5708s_phy(bp, reset_phy); in bnx2_init_phy()
2424 rc = bnx2_init_5709s_phy(bp, reset_phy); in bnx2_init_phy()
2427 rc = bnx2_init_copper_phy(bp, reset_phy); in bnx2_init_phy()
5538 bnx2_init_nic(struct bnx2 *bp, int reset_phy) in bnx2_init_nic() argument
5546 bnx2_init_phy(bp, reset_phy); in bnx2_init_nic()