Lines Matching refs:phy_port
994 return (bp->phy_port == PORT_FIBRE) ? "SerDes" : in bnx2_xceiver_str()
1891 if (bp->phy_port == PORT_TP) in bnx2_set_default_remote_link()
2038 old_port = bp->phy_port; in bnx2_remote_phy_event()
2040 bp->phy_port = PORT_FIBRE; in bnx2_remote_phy_event()
2042 bp->phy_port = PORT_TP; in bnx2_remote_phy_event()
2044 if (old_port != bp->phy_port) in bnx2_remote_phy_event()
2426 rc = bnx2_setup_phy(bp, bp->phy_port); in bnx2_init_phy()
3957 if (bp->phy_port == PORT_TP) { in bnx2_setup_wol()
3967 bnx2_setup_phy(bp, bp->phy_port); in bnx2_setup_wol()
3982 if (bp->phy_port == PORT_TP) { in bnx2_setup_wol()
4733 bp->phy_port = PORT_FIBRE; in bnx2_init_fw_cap()
4735 bp->phy_port = PORT_TP; in bnx2_init_fw_cap()
4869 old_port = bp->phy_port; in bnx2_reset_chip()
4872 old_port != bp->phy_port) in bnx2_reset_chip()
6902 } else if (bp->phy_port == PORT_FIBRE) in bnx2_get_link_ksettings()
6923 cmd->base.port = bp->phy_port; in bnx2_get_link_ksettings()
6974 if (cmd->base.port != bp->phy_port && in bnx2_set_link_ksettings()
6981 if (!netif_running(dev) && cmd->base.port != bp->phy_port) in bnx2_set_link_ksettings()
7170 rc = bnx2_setup_remote_phy(bp, bp->phy_port); in bnx2_nway_reset()
7438 bnx2_setup_phy(bp, bp->phy_port); in bnx2_set_pauseparam()
8358 bp->phy_port = PORT_TP; in bnx2_init_board()
8360 bp->phy_port = PORT_FIBRE; in bnx2_init_board()