Home
last modified time | relevance | path

Searched refs:ADVERTISED_Pause (Results 1 – 25 of 41) sorted by relevance

12

/Linux-v4.19/include/linux/
Dmii.h126 if (ethadv & ADVERTISED_Pause) in ethtool_adv_to_mii_adv_t()
154 result |= ADVERTISED_Pause; in mii_adv_to_ethtool_adv_t()
255 if (ethadv & ADVERTISED_Pause) in ethtool_adv_to_mii_adv_x()
280 result |= ADVERTISED_Pause; in mii_adv_to_ethtool_adv_x()
/Linux-v4.19/drivers/net/ethernet/freescale/dpaa/
Ddpaa_ethtool.c215 newadv = ADVERTISED_Pause | ADVERTISED_Asym_Pause; in dpaa_set_pauseparam()
220 (ADVERTISED_Pause | ADVERTISED_Asym_Pause); in dpaa_set_pauseparam()
226 phydev->advertising &= ~(ADVERTISED_Pause in dpaa_set_pauseparam()
/Linux-v4.19/drivers/net/ethernet/apm/xgene/
Dxgene_enet_ethtool.c326 newadv = oldadv & ~(ADVERTISED_Pause | ADVERTISED_Asym_Pause); in xgene_set_pauseparam()
329 newadv |= ADVERTISED_Pause | ADVERTISED_Asym_Pause; in xgene_set_pauseparam()
/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_ethtool.c307 advertising |= ADVERTISED_Pause; in stmmac_ethtool_get_link_ksettings()
311 lp_advertising |= ADVERTISED_Pause; in stmmac_ethtool_get_link_ksettings()
380 u32 mask = ADVERTISED_Autoneg | ADVERTISED_Pause; in stmmac_ethtool_set_link_ksettings()
/Linux-v4.19/drivers/net/ethernet/atheros/alx/
Dethtool.c157 advertising |= ADVERTISED_Pause; in alx_get_link_ksettings()
Dhw.c698 if (ethadv_cfg & ADVERTISED_Pause) in ethadv_to_hw_cfg()
738 adv |= ADVERTISED_Pause; in alx_setup_speed_duplex()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb3/
Daq100x.c184 if (advertise_map & ADVERTISED_Pause) in aq100x_advertise()
Dt3_hw.c410 if (advert & ADVERTISED_Pause) in t3_phy_advertise()
433 if (advert & ADVERTISED_Pause) in t3_phy_advertise_fiber()
1369 lc->advertising &= ~(ADVERTISED_Asym_Pause | ADVERTISED_Pause); in t3_link_start()
1373 lc->advertising |= ADVERTISED_Pause; in t3_link_start()
/Linux-v4.19/drivers/net/ethernet/freescale/
Dgianfar_ethtool.c523 newadv = ADVERTISED_Pause; in gfar_spauseparam()
525 newadv = ADVERTISED_Pause | ADVERTISED_Asym_Pause; in gfar_spauseparam()
539 (ADVERTISED_Pause | ADVERTISED_Asym_Pause); in gfar_spauseparam()
542 ~(ADVERTISED_Pause | ADVERTISED_Asym_Pause); in gfar_spauseparam()
Dfec_main.c2242 ndev->phydev->supported |= ADVERTISED_Pause; in fec_enet_set_pauseparam()
2243 ndev->phydev->advertising |= ADVERTISED_Pause; in fec_enet_set_pauseparam()
2245 ndev->phydev->supported &= ~ADVERTISED_Pause; in fec_enet_set_pauseparam()
2246 ndev->phydev->advertising &= ~ADVERTISED_Pause; in fec_enet_set_pauseparam()
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Dmdio_10g.c284 if (efx->link_advertising & ADVERTISED_Pause) in ef4_mdio_an_reconfigure()
Defx.c942 if (advertising & ADVERTISED_Pause) in ef4_link_set_advertising()
956 efx->link_advertising |= (ADVERTISED_Pause | in ef4_link_set_wanted_fc()
959 efx->link_advertising &= ~(ADVERTISED_Pause | in ef4_link_set_wanted_fc()
/Linux-v4.19/drivers/net/phy/
Dphy-core.c228 phydev->pause = !!(phydev->lp_advertising & ADVERTISED_Pause); in phy_resolve_aneg_linkmode()
/Linux-v4.19/drivers/net/
Dsungem_phy.c489 if (advertise & ADVERTISED_Pause) in bcm54xx_setup_aneg()
765 if (advertise & ADVERTISED_Pause) in marvell_setup_aneg()
Dmdio.c166 result |= ADVERTISED_Pause; in mdio45_get_an()
/Linux-v4.19/drivers/net/ethernet/ibm/emac/
Dphy.c141 if (advertise & ADVERTISED_Pause) in genmii_setup_aneg()
Dcore.c2111 (ADVERTISED_Pause | in emac_ethtool_set_link_ksettings()
2134 (dev->phy.advertising & (ADVERTISED_Pause | ADVERTISED_Asym_Pause))) in emac_ethtool_get_pauseparam()
2798 adv |= ADVERTISED_Pause | ADVERTISED_Asym_Pause; in emac_init_phy()
/Linux-v4.19/drivers/net/ethernet/socionext/
Dsni_ave.c464 phydev->advertising &= ~(ADVERTISED_Pause | ADVERTISED_Asym_Pause); in ave_ethtool_set_pauseparam()
466 phydev->advertising |= ADVERTISED_Pause | ADVERTISED_Asym_Pause; in ave_ethtool_set_pauseparam()
1128 if (phydev->advertising & ADVERTISED_Pause) in ave_phy_adjust_link()
/Linux-v4.19/include/uapi/linux/
Dethtool.h1531 #define ADVERTISED_Pause __ETHTOOL_LINK_MODE_LEGACY_MASK(Pause) macro
/Linux-v4.19/drivers/net/ethernet/intel/igb/
Digb_ethtool.c194 advertising &= ~(ADVERTISED_Pause | in igb_get_link_ksettings()
199 advertising |= ADVERTISED_Pause; in igb_get_link_ksettings()
202 advertising |= (ADVERTISED_Pause | in igb_get_link_ksettings()
209 advertising &= ~(ADVERTISED_Pause | in igb_get_link_ksettings()
/Linux-v4.19/drivers/net/ethernet/freescale/fman/
Dmac.c397 if (phy_dev->advertising & ADVERTISED_Pause) in fman_get_pause_cfg()
/Linux-v4.19/drivers/net/ethernet/faraday/
Dftgmac100.c1224 phydev->advertising &= ~ADVERTISED_Pause; in ftgmac100_set_pauseparam()
1228 phydev->advertising |= ADVERTISED_Pause; in ftgmac100_set_pauseparam()
/Linux-v4.19/drivers/net/ethernet/sfc/
Defx.c993 if (advertising[0] & ADVERTISED_Pause) in efx_link_set_advertising()
1015 efx->link_advertising[0] |= (ADVERTISED_Pause | in efx_link_set_wanted_fc()
1018 efx->link_advertising[0] &= ~(ADVERTISED_Pause | in efx_link_set_wanted_fc()
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/
Dhns3_ethtool.c612 if (flowctrl_adv & ADVERTISED_Pause) in hns3_get_link_ksettings()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ethtool.c316 advertising |= ADVERTISED_Pause; in ixgbe_get_link_ksettings()
319 advertising |= ADVERTISED_Pause | in ixgbe_get_link_ksettings()
326 advertising &= ~(ADVERTISED_Pause | in ixgbe_get_link_ksettings()

12