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