Home
last modified time | relevance | path

Searched refs:ADVERTISED_Autoneg (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/axgbe/
H A Daxgbe_phy.h145 #define ADVERTISED_Autoneg (1 << 6) macro
H A Daxgbe_phy_impl.c469 pdata->phy.advertising &= ~ADVERTISED_Autoneg; in axgbe_phy_sfp_phy_settings()
485 pdata->phy.advertising |= ADVERTISED_Autoneg; in axgbe_phy_sfp_phy_settings()
870 pdata->phy.lp_advertising |= ADVERTISED_Autoneg; in axgbe_phy_an73_redrv_outcome()
940 pdata->phy.lp_advertising |= ADVERTISED_Autoneg; in axgbe_phy_an73_outcome()
996 pdata->phy.lp_advertising |= ADVERTISED_Autoneg; in axgbe_phy_an37_sgmii_outcome()
H A Daxgbe_mdio.c1215 if (pdata->phy.advertising & ADVERTISED_Autoneg) { in axgbe_phy_init()
/dpdk/drivers/net/bnx2x/
H A Dbnx2x.h718 #define ADVERTISED_Autoneg (1 << 9) macro