Searched refs:ethnl_update_bool32 (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/ethtool/ |
H A D | pause.c | 173 ethnl_update_bool32(¶ms.autoneg, tb[ETHTOOL_A_PAUSE_AUTONEG], &mod); in ethnl_set_pause() 174 ethnl_update_bool32(¶ms.rx_pause, tb[ETHTOOL_A_PAUSE_RX], &mod); in ethnl_set_pause() 175 ethnl_update_bool32(¶ms.tx_pause, tb[ETHTOOL_A_PAUSE_TX], &mod); in ethnl_set_pause()
|
H A D | eee.c | 169 ethnl_update_bool32(&eee.eee_enabled, tb[ETHTOOL_A_EEE_ENABLED], &mod); in ethnl_set_eee() 170 ethnl_update_bool32(&eee.tx_lpi_enabled, in ethnl_set_eee()
|
H A D | coalesce.c | 280 ethnl_update_bool32(&coalesce.use_adaptive_rx_coalesce, in ethnl_set_coalesce() 282 ethnl_update_bool32(&coalesce.use_adaptive_tx_coalesce, in ethnl_set_coalesce()
|
H A D | netlink.h | 115 * ethnl_update_bool32() - update u32 used as bool from NLA_U8 attribute 125 static inline void ethnl_update_bool32(u32 *dst, const struct nlattr *attr, in ethnl_update_bool32() function
|
/kernel/linux/linux-6.6/net/ethtool/ |
H A D | pause.c | 193 ethnl_update_bool32(¶ms.autoneg, tb[ETHTOOL_A_PAUSE_AUTONEG], &mod); in ethnl_set_pause() 194 ethnl_update_bool32(¶ms.rx_pause, tb[ETHTOOL_A_PAUSE_RX], &mod); in ethnl_set_pause() 195 ethnl_update_bool32(¶ms.tx_pause, tb[ETHTOOL_A_PAUSE_TX], &mod); in ethnl_set_pause()
|
H A D | eee.c | 148 ethnl_update_bool32(&eee.eee_enabled, tb[ETHTOOL_A_EEE_ENABLED], &mod); in ethnl_set_eee() 149 ethnl_update_bool32(&eee.tx_lpi_enabled, in ethnl_set_eee()
|
H A D | coalesce.c | 321 ethnl_update_bool32(&coalesce.use_adaptive_rx_coalesce, in __ethnl_set_coalesce() 323 ethnl_update_bool32(&coalesce.use_adaptive_tx_coalesce, in __ethnl_set_coalesce()
|
H A D | netlink.h | 115 * ethnl_update_bool32() - update u32 used as bool from NLA_U8 attribute 125 static inline void ethnl_update_bool32(u32 *dst, const struct nlattr *attr, in ethnl_update_bool32() function
|
Completed in 5 milliseconds