Searched refs:linkmode_set_pause (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/phy/ |
H A D | linkmode.c | 47 * 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 D | phy_device.c | 2914 linkmode_set_pause(phydev->advertising, tx, rx); in phy_set_asym_pause()
|
H A D | phylink.c | 3091 * 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 D | linkmode.h | 83 void linkmode_set_pause(unsigned long *advertisement, bool tx, bool rx);
|
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.c | 3199 linkmode_set_pause(mac->advertising, tx_en, rx_en); in hclge_update_pause_advertising()
|