Searched refs:phy_set_asym_pause (Results 1 – 10 of 10) sorted by relevance
/drivers/net/ethernet/apm/xgene/ |
D | xgene_enet_ethtool.c | 310 phy_set_asym_pause(phydev, pp->rx_pause, pp->tx_pause); in xgene_set_pauseparam()
|
/drivers/net/ethernet/freescale/dpaa/ |
D | dpaa_ethtool.c | 211 phy_set_asym_pause(phydev, epause->rx_pause, epause->tx_pause); in dpaa_set_pauseparam()
|
/drivers/net/phy/ |
D | phy_device.c | 2113 void phy_set_asym_pause(struct phy_device *phydev, bool rx, bool tx) in phy_set_asym_pause() function 2139 EXPORT_SYMBOL(phy_set_asym_pause);
|
D | phylink.c | 1351 phy_set_asym_pause(pl->phydev, pause->rx_pause, in phylink_ethtool_set_pauseparam()
|
/drivers/net/ethernet/freescale/ |
D | gianfar_ethtool.c | 498 phy_set_asym_pause(phydev, epause->rx_pause, epause->tx_pause); in gfar_spauseparam()
|
/drivers/net/ethernet/aurora/ |
D | nb8800.c | 934 phy_set_asym_pause(phydev, priv->pause_rx, priv->pause_tx); in nb8800_pause_adv()
|
/drivers/net/ethernet/faraday/ |
D | ftgmac100.c | 1208 phy_set_asym_pause(phydev, pause->rx_pause, pause->tx_pause); in ftgmac100_set_pauseparam()
|
/drivers/net/ethernet/socionext/ |
D | sni_ave.c | 472 phy_set_asym_pause(phydev, pause->rx_pause, pause->tx_pause); in ave_ethtool_set_pauseparam()
|
/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_main.c | 8608 phy_set_asym_pause(phydev, rx_en, tx_en); in hclge_set_flowctrl_adv()
|
/drivers/net/ethernet/broadcom/ |
D | tg3.c | 12521 phy_set_asym_pause(phydev, epause->rx_pause, epause->tx_pause); in tg3_set_pauseparam()
|