Home
last modified time | relevance | path

Searched refs:phy_set_asym_pause (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/net/ethernet/asix/
H A Dax88796c_ioctl.c70 phy_set_asym_pause(ax_local->phydev, pause->tx_pause, in ax88796c_set_pauseparam()
75 phy_set_asym_pause(ax_local->phydev, 0, 0); in ax88796c_set_pauseparam()
/linux/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_ethtool.c308 phy_set_asym_pause(phydev, pp->rx_pause, pp->tx_pause); in xgene_set_pauseparam()
/linux/drivers/net/ethernet/hisilicon/hibmcge/
H A Dhbg_ethtool.c294 phy_set_asym_pause(priv->mac.phydev, param->rx_pause, param->tx_pause); in hbg_ethtool_set_pauseparam()
/linux/drivers/net/phy/
H A Dphy_device.c3037 void phy_set_asym_pause(struct phy_device *phydev, bool rx, bool tx) in phy_set_asym_pause() function
3048 EXPORT_SYMBOL(phy_set_asym_pause);
/linux/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c477 phy_set_asym_pause(phydev, epause->rx_pause, epause->tx_pause); in gfar_spauseparam()
/linux/include/linux/
H A Dphy.h2407 void phy_set_asym_pause(struct phy_device *phydev, bool rx, bool tx);
/linux/drivers/net/ethernet/socionext/
H A Dsni_ave.c473 phy_set_asym_pause(phydev, pause->rx_pause, pause->tx_pause); in ave_ethtool_set_pauseparam()
/linux/drivers/net/ethernet/faraday/
H A Dftgmac100.c1209 phy_set_asym_pause(phydev, pause->rx_pause, pause->tx_pause); in ftgmac100_set_pauseparam()
/linux/drivers/net/usb/
H A Dsmsc95xx.c825 phy_set_asym_pause(ndev->phydev, pause_autoneg_rx, pause_autoneg_tx); in smsc95xx_set_pauseparam()
/linux/drivers/net/ethernet/cortina/
H A Dgemini.c2174 phy_set_asym_pause(phydev, pparam->rx_pause, pparam->tx_pause); in gmac_set_pauseparam()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c8700 phy_set_asym_pause(phydev, rx_en, tx_en); in hclge_set_flowctrl_adv()
/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c12632 phy_set_asym_pause(phydev, epause->rx_pause, epause->tx_pause); in tg3_set_pauseparam()