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