Searched refs:phy_set_asym_pause (Results 1 – 17 of 17) sorted by relevance
| /linux/drivers/net/ethernet/asix/ |
| 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/drivers/net/ethernet/apm/xgene/ |
| A D | xgene_enet_ethtool.c | 308 phy_set_asym_pause(phydev, pp->rx_pause, pp->tx_pause); in xgene_set_pauseparam()
|
| /linux/drivers/net/ethernet/freescale/dpaa/ |
| A D | dpaa_ethtool.c | 194 phy_set_asym_pause(phydev, epause->rx_pause, epause->tx_pause); in dpaa_set_pauseparam()
|
| /linux/drivers/net/ethernet/ti/ |
| A D | am65-cpsw-ethtool.c | 490 phy_set_asym_pause(salve->phy, salve->rx_pause, salve->tx_pause); in am65_cpsw_set_pauseparam()
|
| A D | cpsw_new.c | 1177 phy_set_asym_pause(cpsw->slaves[slave_no].phy, in cpsw_set_pauseparam()
|
| /linux/drivers/net/phy/ |
| A D | phy_device.c | 2745 void phy_set_asym_pause(struct phy_device *phydev, bool rx, bool tx) in phy_set_asym_pause() function 2756 EXPORT_SYMBOL(phy_set_asym_pause);
|
| A D | phylink.c | 1856 phy_set_asym_pause(pl->phydev, pause->rx_pause, in phylink_ethtool_set_pauseparam()
|
| /linux/include/linux/ |
| A D | phy.h | 1671 void phy_set_asym_pause(struct phy_device *phydev, bool rx, bool tx);
|
| /linux/drivers/net/ethernet/freescale/ |
| A D | gianfar_ethtool.c | 469 phy_set_asym_pause(phydev, epause->rx_pause, epause->tx_pause); in gfar_spauseparam()
|
| /linux/drivers/net/ethernet/faraday/ |
| A D | ftgmac100.c | 1235 phy_set_asym_pause(phydev, pause->rx_pause, pause->tx_pause); in ftgmac100_set_pauseparam()
|
| /linux/drivers/net/ethernet/socionext/ |
| A D | sni_ave.c | 472 phy_set_asym_pause(phydev, pause->rx_pause, pause->tx_pause); in ave_ethtool_set_pauseparam()
|
| /linux/drivers/net/ethernet/realtek/ |
| A D | r8169_main.c | 1905 phy_set_asym_pause(tp->phydev, data->rx_pause, data->tx_pause); in rtl8169_set_pauseparam()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| A D | hclge_main.c | 11022 phy_set_asym_pause(phydev, rx_en, tx_en); in hclge_set_flowctrl_adv()
|
| /linux/drivers/net/ethernet/broadcom/ |
| A D | tg3.c | 12504 phy_set_asym_pause(phydev, epause->rx_pause, epause->tx_pause); in tg3_set_pauseparam()
|
| /linux/ |
| A D | vmlinux.symvers | 6526 0x00000000 phy_set_asym_pause vmlinux EXPORT_SYMBOL
|
| A D | System.map | 35843 ffff800010946e20 T phy_set_asym_pause
|
| A D | .tmp_System.map | 35843 ffff800010946e20 T phy_set_asym_pause
|
Completed in 392 milliseconds