Searched refs:linkmode_set_pause (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/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); variable
|
H A D | phy_device.c | 2648 linkmode_set_pause(phydev->advertising, tx, rx); in phy_set_asym_pause()
|
H A D | phylink.c | 1651 * See the comments for linkmode_set_pause(), wrt the deficiencies in phylink_ethtool_set_pauseparam() 1663 linkmode_set_pause(config->advertising, pause->tx_pause, in phylink_ethtool_set_pauseparam()
|
/kernel/linux/linux-6.6/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); variable
|
H A D | phy_device.c | 2833 linkmode_set_pause(phydev->advertising, tx, rx); in phy_set_asym_pause()
|
H A D | phylink.c | 2601 * See the comments for linkmode_set_pause(), wrt the deficiencies in phylink_ethtool_set_pauseparam() 2613 linkmode_set_pause(config->advertising, pause->tx_pause, in phylink_ethtool_set_pauseparam()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | linkmode.h | 101 void linkmode_set_pause(unsigned long *advertisement, bool tx, bool rx);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | linkmode.h | 96 void linkmode_set_pause(unsigned long *advertisement, bool tx, bool rx);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.c | 3130 linkmode_set_pause(mac->advertising, tx_en, rx_en); in hclge_update_pause_advertising()
|
Completed in 34 milliseconds