Searched refs:BNX2_PHY_FLAG_SERDES (Results 1 – 2 of 2) sorted by relevance
979 ((bp->phy_flags & BNX2_PHY_FLAG_SERDES) ? "Remote Copper" : in bnx2_xceiver_str()1033 if ((bp->phy_flags & BNX2_PHY_FLAG_SERDES) && in bnx2_resolve_flow_ctrl()1048 if (bp->phy_flags & BNX2_PHY_FLAG_SERDES) { in bnx2_resolve_flow_ctrl()1369 if ((bp->phy_flags & BNX2_PHY_FLAG_SERDES) && in bnx2_enable_bmsr1()1378 if ((bp->phy_flags & BNX2_PHY_FLAG_SERDES) && in bnx2_disable_bmsr1()1556 if ((bp->phy_flags & BNX2_PHY_FLAG_SERDES) && in bnx2_set_link()1580 if (bp->phy_flags & BNX2_PHY_FLAG_SERDES) { in bnx2_set_link()1594 if ((bp->phy_flags & BNX2_PHY_FLAG_SERDES) && in bnx2_set_link()1651 if (bp->phy_flags & BNX2_PHY_FLAG_SERDES) { in bnx2_phy_get_pause_adv()1659 if (bp->phy_flags & BNX2_PHY_FLAG_SERDES) { in bnx2_phy_get_pause_adv()[all …]
6846 #define BNX2_PHY_FLAG_SERDES 0x00000001 macro