Home
last modified time | relevance | path

Searched refs:linkmode_set_pause (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/phy/
H A Dlinkmode.c47 * linkmode_set_pause - set the pause mode advertisement
89 void linkmode_set_pause(unsigned long *advertisement, bool tx, bool rx) in linkmode_set_pause() function
95 EXPORT_SYMBOL_GPL(linkmode_set_pause);
H A Dphy_device.c2914 linkmode_set_pause(phydev->advertising, tx, rx); in phy_set_asym_pause()
H A Dphylink.c3091 * See the comments for linkmode_set_pause(), wrt the deficiencies in phylink_ethtool_set_pauseparam()
3103 linkmode_set_pause(config->advertising, pause->tx_pause, in phylink_ethtool_set_pauseparam()
/linux/include/linux/
H A Dlinkmode.h83 void linkmode_set_pause(unsigned long *advertisement, bool tx, bool rx);
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c3199 linkmode_set_pause(mac->advertising, tx_en, rx_en); in hclge_update_pause_advertising()