Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_phy.h145 #define ADVERTISED_Autoneg (1 << 6) macro
H A Daxgbe_phy_impl.c468 pdata->phy.advertising &= ~ADVERTISED_Autoneg; in axgbe_phy_sfp_phy_settings()
484 pdata->phy.advertising |= ADVERTISED_Autoneg; in axgbe_phy_sfp_phy_settings()
869 pdata->phy.lp_advertising |= ADVERTISED_Autoneg; in axgbe_phy_an73_redrv_outcome()
937 pdata->phy.lp_advertising |= ADVERTISED_Autoneg; in axgbe_phy_an73_outcome()
993 pdata->phy.lp_advertising |= ADVERTISED_Autoneg; in axgbe_phy_an37_sgmii_outcome()
H A Daxgbe_mdio.c1247 if (pdata->phy.advertising & ADVERTISED_Autoneg) { in axgbe_phy_init()
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.h718 #define ADVERTISED_Autoneg (1 << 9) macro