Searched refs:ethnl_update_bool32 (Results 1 – 3 of 3) sorted by relevance
/linux/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 | coalesce.c | 591 ethnl_update_bool32(&coalesce.use_adaptive_rx_coalesce, in __ethnl_set_coalesce() 593 ethnl_update_bool32(&coalesce.use_adaptive_tx_coalesce, in __ethnl_set_coalesce()
|
H A D | netlink.h | 126 static inline void ethnl_update_bool32(u32 *dst, const struct nlattr *attr, in ethnl_update_bool32() function
|