Symbol: ADVERTISED_Pause
drivers/net/ethernet/atheros/alx/ethtool.c
157
advertising |= ADVERTISED_Pause;
drivers/net/ethernet/atheros/alx/hw.c
698
if (ethadv_cfg & ADVERTISED_Pause)
drivers/net/ethernet/atheros/alx/hw.c
738
adv |= ADVERTISED_Pause;
drivers/net/ethernet/broadcom/b44.c
1837
advertising |= ADVERTISED_Pause | ADVERTISED_Asym_Pause;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c
311
lp_advertising |= ADVERTISED_Pause;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
2311
ADVERTISED_Pause);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
2316
ADVERTISED_Pause);
drivers/net/ethernet/broadcom/tg3.c
12290
advertising |= ADVERTISED_Pause;
drivers/net/ethernet/broadcom/tg3.c
12292
advertising |= ADVERTISED_Pause |
drivers/net/ethernet/broadcom/tg3.c
12354
ADVERTISED_Pause |
drivers/net/ethernet/chelsio/cxgb3/aq100x.c
184
if (advertise_map & ADVERTISED_Pause)
drivers/net/ethernet/chelsio/cxgb3/t3_hw.c
1304
lc->advertising &= ~(ADVERTISED_Asym_Pause | ADVERTISED_Pause);
drivers/net/ethernet/chelsio/cxgb3/t3_hw.c
1308
lc->advertising |= ADVERTISED_Pause;
drivers/net/ethernet/chelsio/cxgb3/t3_hw.c
411
if (advert & ADVERTISED_Pause)
drivers/net/ethernet/chelsio/cxgb3/t3_hw.c
434
if (advert & ADVERTISED_Pause)
drivers/net/ethernet/emulex/benet/be_ethtool.c
653
advertising |= ADVERTISED_Pause;
drivers/net/ethernet/ibm/emac/core.c
2111
(ADVERTISED_Pause |
drivers/net/ethernet/ibm/emac/core.c
2137
(dev->phy.advertising & (ADVERTISED_Pause | ADVERTISED_Asym_Pause)))
drivers/net/ethernet/ibm/emac/core.c
2777
adv |= ADVERTISED_Pause | ADVERTISED_Asym_Pause;
drivers/net/ethernet/ibm/emac/phy.c
142
if (advertise & ADVERTISED_Pause)
drivers/net/ethernet/intel/e1000e/phy.c
1056
~(ADVERTISED_Pause | ADVERTISED_Asym_Pause);
drivers/net/ethernet/intel/e1000e/phy.c
1071
(ADVERTISED_Pause | ADVERTISED_Asym_Pause);
drivers/net/ethernet/intel/e1000e/phy.c
1080
phy->autoneg_advertised &= ~ADVERTISED_Pause;
drivers/net/ethernet/intel/e1000e/phy.c
1089
(ADVERTISED_Pause | ADVERTISED_Asym_Pause);
drivers/net/ethernet/intel/igb/igb_ethtool.c
195
advertising &= ~(ADVERTISED_Pause |
drivers/net/ethernet/intel/igb/igb_ethtool.c
200
advertising |= ADVERTISED_Pause;
drivers/net/ethernet/intel/igb/igb_ethtool.c
203
advertising |= (ADVERTISED_Pause |
drivers/net/ethernet/intel/igb/igb_ethtool.c
210
advertising &= ~(ADVERTISED_Pause |
drivers/net/ethernet/sfc/efx_common.c
469
efx->link_advertising[0] |= (ADVERTISED_Pause |
drivers/net/ethernet/sfc/efx_common.c
472
efx->link_advertising[0] &= ~(ADVERTISED_Pause |
drivers/net/ethernet/sfc/falcon/efx.c
929
if (advertising & ADVERTISED_Pause)
drivers/net/ethernet/sfc/falcon/efx.c
943
efx->link_advertising |= (ADVERTISED_Pause |
drivers/net/ethernet/sfc/falcon/efx.c
946
efx->link_advertising &= ~(ADVERTISED_Pause |
drivers/net/ethernet/sfc/falcon/mdio_10g.c
281
if (efx->link_advertising & ADVERTISED_Pause)
drivers/net/ethernet/sfc/mcdi_port_common.c
391
rmtadv |= ADVERTISED_Pause;
drivers/net/ethernet/sfc/mcdi_port_common.c
62
if (advertising[0] & ADVERTISED_Pause)
drivers/net/ethernet/sfc/siena/efx_common.c
473
efx->link_advertising[0] |= (ADVERTISED_Pause |
drivers/net/ethernet/sfc/siena/efx_common.c
476
efx->link_advertising[0] &= ~(ADVERTISED_Pause |
drivers/net/ethernet/sfc/siena/mcdi_port_common.c
392
rmtadv |= ADVERTISED_Pause;
drivers/net/ethernet/sfc/siena/mcdi_port_common.c
63
if (advertising[0] & ADVERTISED_Pause)
drivers/net/mdio.c
163
result |= ADVERTISED_Pause;
drivers/net/phy/dp83822.c
190
ADVERTISED_Pause | ADVERTISED_Asym_Pause)
drivers/net/phy/dp83869.c
67
ADVERTISED_Pause | \
drivers/net/sungem_phy.c
487
if (advertise & ADVERTISED_Pause)
drivers/net/sungem_phy.c
763
if (advertise & ADVERTISED_Pause)
include/linux/mii.h
127
if (ethadv & ADVERTISED_Pause)
include/linux/mii.h
183
result |= ADVERTISED_Pause;
include/linux/mii.h
326
if (ethadv & ADVERTISED_Pause)
include/linux/mii.h
351
result |= ADVERTISED_Pause;