Searched refs:phy_set_asym_pause (Results 1 – 12 of 12) sorted by relevance
/drivers/net/ethernet/apm/xgene/ |
D | xgene_enet_ethtool.c | 308 phy_set_asym_pause(phydev, pp->rx_pause, pp->tx_pause); in xgene_set_pauseparam()
|
/drivers/net/ethernet/freescale/dpaa/ |
D | dpaa_ethtool.c | 194 phy_set_asym_pause(phydev, epause->rx_pause, epause->tx_pause); in dpaa_set_pauseparam()
|
/drivers/net/ethernet/ti/ |
D | am65-cpsw-ethtool.c | 490 phy_set_asym_pause(salve->phy, salve->rx_pause, salve->tx_pause); in am65_cpsw_set_pauseparam()
|
D | cpsw_new.c | 1180 phy_set_asym_pause(cpsw->slaves[slave_no].phy, in cpsw_set_pauseparam()
|
/drivers/net/phy/ |
D | phy_device.c | 2778 void phy_set_asym_pause(struct phy_device *phydev, bool rx, bool tx) in phy_set_asym_pause() function 2789 EXPORT_SYMBOL(phy_set_asym_pause);
|
D | phylink.c | 1805 phy_set_asym_pause(pl->phydev, pause->rx_pause, in phylink_ethtool_set_pauseparam()
|
/drivers/net/ethernet/freescale/ |
D | gianfar_ethtool.c | 469 phy_set_asym_pause(phydev, epause->rx_pause, epause->tx_pause); in gfar_spauseparam()
|
/drivers/net/ethernet/faraday/ |
D | ftgmac100.c | 1238 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/realtek/ |
D | r8169_main.c | 1942 phy_set_asym_pause(tp->phydev, data->rx_pause, data->tx_pause); in rtl8169_set_pauseparam()
|
/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_main.c | 10997 phy_set_asym_pause(phydev, rx_en, tx_en); in hclge_set_flowctrl_adv()
|
/drivers/net/ethernet/broadcom/ |
D | tg3.c | 12550 phy_set_asym_pause(phydev, epause->rx_pause, epause->tx_pause); in tg3_set_pauseparam()
|