/openbmc/linux/include/linux/ |
H A D | mii.h | 127 if (ethadv & ADVERTISED_Pause) in ethtool_adv_to_mii_adv_t() 183 result |= ADVERTISED_Pause; in mii_adv_to_ethtool_adv_t() 325 if (ethadv & ADVERTISED_Pause) in ethtool_adv_to_mii_adv_x() 350 result |= ADVERTISED_Pause; in mii_adv_to_ethtool_adv_x()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | aq100x.c | 184 if (advertise_map & ADVERTISED_Pause) in aq100x_advertise()
|
H A D | t3_hw.c | 411 if (advert & ADVERTISED_Pause) in t3_phy_advertise() 434 if (advert & ADVERTISED_Pause) in t3_phy_advertise_fiber() 1304 lc->advertising &= ~(ADVERTISED_Asym_Pause | ADVERTISED_Pause); in t3_link_start() 1308 lc->advertising |= ADVERTISED_Pause; in t3_link_start()
|
/openbmc/linux/drivers/net/ethernet/atheros/alx/ |
H A D | ethtool.c | 157 advertising |= ADVERTISED_Pause; in alx_get_link_ksettings()
|
H A D | hw.c | 698 if (ethadv_cfg & ADVERTISED_Pause) in ethadv_to_hw_cfg() 738 adv |= ADVERTISED_Pause; in alx_setup_speed_duplex()
|
/openbmc/linux/drivers/net/ethernet/sfc/falcon/ |
H A D | mdio_10g.c | 281 if (efx->link_advertising & ADVERTISED_Pause) in ef4_mdio_an_reconfigure()
|
H A D | efx.c | 929 if (advertising & ADVERTISED_Pause) in ef4_link_set_advertising() 943 efx->link_advertising |= (ADVERTISED_Pause | in ef4_link_set_wanted_fc() 946 efx->link_advertising &= ~(ADVERTISED_Pause | in ef4_link_set_wanted_fc()
|
/openbmc/u-boot/include/linux/ |
H A D | ethtool.h | 600 #define ADVERTISED_Pause (1 << 13) macro
|
/openbmc/u-boot/drivers/usb/eth/ |
H A D | lan7x.c | 238 ADVERTISED_Pause | in lan7x_eth_phylib_config_start()
|
/openbmc/linux/drivers/net/ |
H A D | sungem_phy.c | 487 if (advertise & ADVERTISED_Pause) in bcm54xx_setup_aneg() 763 if (advertise & ADVERTISED_Pause) in marvell_setup_aneg()
|
H A D | mdio.c | 163 result |= ADVERTISED_Pause; in mdio45_get_an()
|
/openbmc/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | phy.c | 1057 ~(ADVERTISED_Pause | ADVERTISED_Asym_Pause); in e1000_phy_setup_autoneg() 1072 (ADVERTISED_Pause | ADVERTISED_Asym_Pause); in e1000_phy_setup_autoneg() 1081 phy->autoneg_advertised &= ~ADVERTISED_Pause; in e1000_phy_setup_autoneg() 1090 (ADVERTISED_Pause | ADVERTISED_Asym_Pause); in e1000_phy_setup_autoneg()
|
/openbmc/linux/drivers/net/ethernet/ibm/emac/ |
H A D | phy.c | 142 if (advertise & ADVERTISED_Pause) in genmii_setup_aneg()
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | efx_common.c | 469 efx->link_advertising[0] |= (ADVERTISED_Pause | in efx_link_set_wanted_fc() 472 efx->link_advertising[0] &= ~(ADVERTISED_Pause | in efx_link_set_wanted_fc()
|
H A D | mcdi_port_common.c | 62 if (advertising[0] & ADVERTISED_Pause) in efx_link_set_advertising() 391 rmtadv |= ADVERTISED_Pause; in efx_mcdi_phy_check_fcntl()
|
/openbmc/linux/drivers/net/ethernet/sfc/siena/ |
H A D | efx_common.c | 473 efx->link_advertising[0] |= (ADVERTISED_Pause | in efx_siena_link_set_wanted_fc() 476 efx->link_advertising[0] &= ~(ADVERTISED_Pause | in efx_siena_link_set_wanted_fc()
|
H A D | mcdi_port_common.c | 63 if (advertising[0] & ADVERTISED_Pause) in efx_siena_link_set_advertising() 392 rmtadv |= ADVERTISED_Pause; in efx_mcdi_phy_check_fcntl()
|
/openbmc/linux/drivers/net/phy/ |
H A D | dp83822.c | 115 ADVERTISED_Pause | ADVERTISED_Asym_Pause)
|
H A D | dp83869.c | 67 ADVERTISED_Pause | \
|
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_ethtool.c | 343 advertising |= ADVERTISED_Pause; in stmmac_ethtool_get_link_ksettings() 347 lp_advertising |= ADVERTISED_Pause; in stmmac_ethtool_get_link_ksettings()
|
/openbmc/u-boot/drivers/net/ |
H A D | zynq_gem.c | 362 priv->phydev->supported &= supported | ADVERTISED_Pause | in zynq_phy_init()
|
/openbmc/u-boot/drivers/net/phy/ |
H A D | phy.c | 62 if (advertise & ADVERTISED_Pause) in genphy_config_advert()
|
/openbmc/linux/drivers/net/ethernet/intel/igb/ |
H A D | igb_ethtool.c | 195 advertising &= ~(ADVERTISED_Pause | in igb_get_link_ksettings() 200 advertising |= ADVERTISED_Pause; in igb_get_link_ksettings() 203 advertising |= (ADVERTISED_Pause | in igb_get_link_ksettings() 210 advertising &= ~(ADVERTISED_Pause | in igb_get_link_ksettings()
|
/openbmc/linux/include/uapi/linux/ |
H A D | ethtool.h | 1855 #define ADVERTISED_Pause __ETHTOOL_LINK_MODE_LEGACY_MASK(Pause) macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | ethtool.h | 1913 #define ADVERTISED_Pause __ETHTOOL_LINK_MODE_LEGACY_MASK(Pause) macro
|