Searched refs:phy_set_asym_pause (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/drivers/net/ethernet/asix/ |
| H A D | ax88796c_ioctl.c | 70 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-6.15/drivers/net/ethernet/apm/xgene/ |
| H A D | xgene_enet_ethtool.c | 308 phy_set_asym_pause(phydev, pp->rx_pause, pp->tx_pause); in xgene_set_pauseparam()
|
| /linux-6.15/drivers/net/ethernet/hisilicon/hibmcge/ |
| H A D | hbg_ethtool.c | 293 phy_set_asym_pause(priv->mac.phydev, param->rx_pause, param->tx_pause); in hbg_ethtool_set_pauseparam()
|
| /linux-6.15/drivers/net/phy/ |
| H A D | phy_device.c | 2799 void phy_set_asym_pause(struct phy_device *phydev, bool rx, bool tx) in phy_set_asym_pause() function 2810 EXPORT_SYMBOL(phy_set_asym_pause);
|
| H A D | phylink.c | 3080 phy_set_asym_pause(pl->phydev, pause->rx_pause, in phylink_ethtool_set_pauseparam()
|
| /linux-6.15/include/linux/ |
| H A D | phy.h | 2037 void phy_set_asym_pause(struct phy_device *phydev, bool rx, bool tx);
|
| /linux-6.15/drivers/net/ethernet/freescale/ |
| H A D | gianfar_ethtool.c | 477 phy_set_asym_pause(phydev, epause->rx_pause, epause->tx_pause); in gfar_spauseparam()
|
| /linux-6.15/drivers/net/ethernet/faraday/ |
| H A D | ftgmac100.c | 1156 phy_set_asym_pause(phydev, pause->rx_pause, pause->tx_pause); in ftgmac100_set_pauseparam()
|
| /linux-6.15/drivers/net/ethernet/socionext/ |
| H A D | sni_ave.c | 473 phy_set_asym_pause(phydev, pause->rx_pause, pause->tx_pause); in ave_ethtool_set_pauseparam()
|
| /linux-6.15/drivers/net/ethernet/ti/ |
| H A D | cpsw_new.c | 1181 phy_set_asym_pause(cpsw->slaves[slave_no].phy, in cpsw_set_pauseparam()
|
| /linux-6.15/drivers/net/ethernet/cortina/ |
| H A D | gemini.c | 2137 phy_set_asym_pause(phydev, pparam->rx_pause, pparam->tx_pause); in gmac_set_pauseparam()
|
| /linux-6.15/drivers/net/ethernet/realtek/ |
| H A D | r8169_main.c | 2172 phy_set_asym_pause(tp->phydev, data->rx_pause, data->tx_pause); in rtl8169_set_pauseparam()
|
| /linux-6.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_main.c | 10964 phy_set_asym_pause(phydev, rx_en, tx_en); in hclge_set_flowctrl_adv()
|
| /linux-6.15/drivers/net/ethernet/broadcom/ |
| H A D | tg3.c | 12655 phy_set_asym_pause(phydev, epause->rx_pause, epause->tx_pause); in tg3_set_pauseparam()
|