Lines Matching refs:phy_port
996 return (bp->phy_port == PORT_FIBRE) ? "SerDes" : in bnx2_xceiver_str()
1893 if (bp->phy_port == PORT_TP) in bnx2_set_default_remote_link()
2040 old_port = bp->phy_port; in bnx2_remote_phy_event()
2042 bp->phy_port = PORT_FIBRE; in bnx2_remote_phy_event()
2044 bp->phy_port = PORT_TP; in bnx2_remote_phy_event()
2046 if (old_port != bp->phy_port) in bnx2_remote_phy_event()
2428 rc = bnx2_setup_phy(bp, bp->phy_port); in bnx2_init_phy()
3965 if (bp->phy_port == PORT_TP) { in bnx2_setup_wol()
3975 bnx2_setup_phy(bp, bp->phy_port); in bnx2_setup_wol()
3990 if (bp->phy_port == PORT_TP) { in bnx2_setup_wol()
4741 bp->phy_port = PORT_FIBRE; in bnx2_init_fw_cap()
4743 bp->phy_port = PORT_TP; in bnx2_init_fw_cap()
4861 old_port = bp->phy_port; in bnx2_reset_chip()
4864 old_port != bp->phy_port) in bnx2_reset_chip()
6894 } else if (bp->phy_port == PORT_FIBRE) in bnx2_get_settings()
6917 cmd->port = bp->phy_port; in bnx2_get_settings()
6963 if (cmd->port != bp->phy_port && in bnx2_set_settings()
6970 if (!netif_running(dev) && cmd->port != bp->phy_port) in bnx2_set_settings()
7157 rc = bnx2_setup_remote_phy(bp, bp->phy_port); in bnx2_nway_reset()
7421 bnx2_setup_phy(bp, bp->phy_port); in bnx2_set_pauseparam()
8362 bp->phy_port = PORT_TP; in bnx2_init_board()
8364 bp->phy_port = PORT_FIBRE; in bnx2_init_board()