Lines Matching refs:phy_port
974 return (bp->phy_port == PORT_FIBRE) ? "SerDes" : in bnx2_xceiver_str()
1861 if (bp->phy_port == PORT_TP) in bnx2_set_default_remote_link()
2004 old_port = bp->phy_port; in bnx2_remote_phy_event()
2006 bp->phy_port = PORT_FIBRE; in bnx2_remote_phy_event()
2008 bp->phy_port = PORT_TP; in bnx2_remote_phy_event()
2010 if (old_port != bp->phy_port) in bnx2_remote_phy_event()
2393 rc = bnx2_setup_phy(bp, bp->phy_port); in bnx2_init_phy()
3879 if (bp->phy_port == PORT_TP) { in bnx2_set_power_state()
3889 bnx2_setup_phy(bp, bp->phy_port); in bnx2_set_power_state()
3904 if (bp->phy_port == PORT_TP) in bnx2_set_power_state()
4615 bp->phy_port = PORT_FIBRE; in bnx2_init_fw_cap()
4617 bp->phy_port = PORT_TP; in bnx2_init_fw_cap()
4735 old_port = bp->phy_port; in bnx2_reset_chip()
4738 old_port != bp->phy_port) in bnx2_reset_chip()
6671 } else if (bp->phy_port == PORT_FIBRE) in bnx2_get_settings()
6694 cmd->port = bp->phy_port; in bnx2_get_settings()
6735 if (cmd->port != bp->phy_port && in bnx2_set_settings()
6742 if (!netif_running(dev) && cmd->port != bp->phy_port) in bnx2_set_settings()
6926 rc = bnx2_setup_remote_phy(bp, bp->phy_port); in bnx2_nway_reset()
7185 bnx2_setup_phy(bp, bp->phy_port); in bnx2_set_pauseparam()
8145 bp->phy_port = PORT_TP; in bnx2_init_board()
8147 bp->phy_port = PORT_FIBRE; in bnx2_init_board()