Home
last modified time | relevance | path

Searched refs:ethnl_update_bool (Results 1 – 2 of 2) sorted by relevance

/linux/net/ethtool/
H A Dmm.c200 ethnl_update_bool(&cfg.verify_enabled, tb[ETHTOOL_A_MM_VERIFY_ENABLED], in ethnl_set_mm()
203 ethnl_update_bool(&cfg.tx_enabled, tb[ETHTOOL_A_MM_TX_ENABLED], &mod); in ethnl_set_mm()
204 ethnl_update_bool(&cfg.pmac_enabled, tb[ETHTOOL_A_MM_PMAC_ENABLED], in ethnl_set_mm()
H A Dnetlink.h144 * ethnl_update_bool() - updateb bool used as bool from NLA_U8 attribute
154 static inline void ethnl_update_bool(bool *dst, const struct nlattr *attr,
155 static inline void ethnl_update_bool(bool *dst, const struct nlattr *attr, ethnl_update_bool() function