Lines Matching refs:reset_phy
2183 bnx2_init_5709s_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_5709s_phy() argument
2198 if (reset_phy) in bnx2_init_5709s_phy()
2233 bnx2_init_5708s_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_5708s_phy() argument
2237 if (reset_phy) in bnx2_init_5708s_phy()
2291 bnx2_init_5706s_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_5706s_phy() argument
2293 if (reset_phy) in bnx2_init_5706s_phy()
2329 bnx2_init_copper_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_copper_phy() argument
2333 if (reset_phy) in bnx2_init_copper_phy()
2388 bnx2_init_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_phy() argument
2416 rc = bnx2_init_5706s_phy(bp, reset_phy); in bnx2_init_phy()
2418 rc = bnx2_init_5708s_phy(bp, reset_phy); in bnx2_init_phy()
2420 rc = bnx2_init_5709s_phy(bp, reset_phy); in bnx2_init_phy()
2423 rc = bnx2_init_copper_phy(bp, reset_phy); in bnx2_init_phy()
5522 bnx2_init_nic(struct bnx2 *bp, int reset_phy) in bnx2_init_nic() argument
5530 bnx2_init_phy(bp, reset_phy); in bnx2_init_nic()