Lines Matching refs:phy_port
978 return (bp->phy_port == PORT_FIBRE) ? "SerDes" : in bnx2_xceiver_str()
1875 if (bp->phy_port == PORT_TP) in bnx2_set_default_remote_link()
2022 old_port = bp->phy_port; in bnx2_remote_phy_event()
2024 bp->phy_port = PORT_FIBRE; in bnx2_remote_phy_event()
2026 bp->phy_port = PORT_TP; in bnx2_remote_phy_event()
2028 if (old_port != bp->phy_port) in bnx2_remote_phy_event()
2410 rc = bnx2_setup_phy(bp, bp->phy_port); in bnx2_init_phy()
3947 if (bp->phy_port == PORT_TP) { in bnx2_setup_wol()
3957 bnx2_setup_phy(bp, bp->phy_port); in bnx2_setup_wol()
3972 if (bp->phy_port == PORT_TP) { in bnx2_setup_wol()
4723 bp->phy_port = PORT_FIBRE; in bnx2_init_fw_cap()
4725 bp->phy_port = PORT_TP; in bnx2_init_fw_cap()
4843 old_port = bp->phy_port; in bnx2_reset_chip()
4846 old_port != bp->phy_port) in bnx2_reset_chip()
6876 } else if (bp->phy_port == PORT_FIBRE) in bnx2_get_settings()
6899 cmd->port = bp->phy_port; in bnx2_get_settings()
6945 if (cmd->port != bp->phy_port && in bnx2_set_settings()
6952 if (!netif_running(dev) && cmd->port != bp->phy_port) in bnx2_set_settings()
7139 rc = bnx2_setup_remote_phy(bp, bp->phy_port); in bnx2_nway_reset()
7403 bnx2_setup_phy(bp, bp->phy_port); in bnx2_set_pauseparam()
8339 bp->phy_port = PORT_TP; in bnx2_init_board()
8341 bp->phy_port = PORT_FIBRE; in bnx2_init_board()