Searched refs:ethnl_update_bool (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/net/ethtool/ |
D | mm.c | 199 ethnl_update_bool(&cfg.verify_enabled, tb[ETHTOOL_A_MM_VERIFY_ENABLED], in ethnl_set_mm() 202 ethnl_update_bool(&cfg.tx_enabled, tb[ETHTOOL_A_MM_TX_ENABLED], &mod); in ethnl_set_mm() 203 ethnl_update_bool(&cfg.pmac_enabled, tb[ETHTOOL_A_MM_PMAC_ENABLED], in ethnl_set_mm()
|
D | eee.c | 146 ethnl_update_bool(&eee.eee_enabled, tb[ETHTOOL_A_EEE_ENABLED], &mod); in ethnl_set_eee() 147 ethnl_update_bool(&eee.tx_lpi_enabled, tb[ETHTOOL_A_EEE_TX_LPI_ENABLED], in ethnl_set_eee()
|
D | netlink.h | 152 static inline void ethnl_update_bool(bool *dst, const struct nlattr *attr, in ethnl_update_bool() function
|