Symbol: phylink_ethtool_set_pauseparam
drivers/net/ethernet/atheros/ag71xx.c
500
return phylink_ethtool_set_pauseparam(ag->phylink, pause);
drivers/net/ethernet/freescale/dpaa/dpaa_ethtool.c
117
return phylink_ethtool_set_pauseparam(mac_dev->phylink, epause);
drivers/net/ethernet/freescale/dpaa2/dpaa2-ethtool.c
181
err = phylink_ethtool_set_pauseparam(priv->mac->phylink,
drivers/net/ethernet/freescale/enetc/enetc_ethtool.c
1050
return phylink_ethtool_set_pauseparam(priv->phylink, pause);
drivers/net/ethernet/freescale/ucc_geth_ethtool.c
138
return phylink_ethtool_set_pauseparam(ugeth->phylink, pause);
drivers/net/ethernet/marvell/mvneta.c
4839
return phylink_ethtool_set_pauseparam(pp->phylink, pause);
drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c
5556
return phylink_ethtool_set_pauseparam(port->phylink, pause);
drivers/net/ethernet/mediatek/mtk_eth_soc.c
4705
return phylink_ethtool_set_pauseparam(mac->phylink, pause);
drivers/net/ethernet/meta/fbnic/fbnic_phylink.c
41
return phylink_ethtool_set_pauseparam(fbn->phylink, pause);
drivers/net/ethernet/microchip/lan743x_ethtool.c
1348
return phylink_ethtool_set_pauseparam(adapter->phylink, pause);
drivers/net/ethernet/microchip/lan966x/lan966x_ethtool.c
537
return phylink_ethtool_set_pauseparam(port->phylink, pause);
drivers/net/ethernet/microchip/sparx5/sparx5_ethtool.c
1228
return phylink_ethtool_set_pauseparam(port->phylink, pause);
drivers/net/ethernet/stmicro/stmmac/stmmac_ethtool.c
437
return phylink_ethtool_set_pauseparam(priv->phylink, pause);
drivers/net/ethernet/ti/am65-cpsw-ethtool.c
477
return phylink_ethtool_set_pauseparam(salve->phylink, pause);
drivers/net/ethernet/wangxun/libwx/wx_ethtool.c
279
return phylink_ethtool_set_pauseparam(wx->phylink, pause);
drivers/net/ethernet/xilinx/xilinx_axienet_main.c
2082
return phylink_ethtool_set_pauseparam(lp->phylink, epauseparm);
drivers/net/phy/phylink.c
3265
EXPORT_SYMBOL_GPL(phylink_ethtool_set_pauseparam);
drivers/net/usb/asix_devices.c
309
return phylink_ethtool_set_pauseparam(priv->phylink, pause);
drivers/net/usb/lan78xx.c
1861
return phylink_ethtool_set_pauseparam(dev->phylink, pause);
include/linux/phylink.h
763
int phylink_ethtool_set_pauseparam(struct phylink *,
net/dsa/user.c
1310
return phylink_ethtool_set_pauseparam(dp->pl, pause);