Searched refs:ethnl_put_bitset32 (Results 1 - 8 of 8) sorted by relevance

/linux-master/net/ethtool/
H A Dbitset.h20 int ethnl_put_bitset32(struct sk_buff *skb, int attrtype, const u32 *val,
H A Dtsinfo.c143 ret = ethnl_put_bitset32(skb, ETHTOOL_A_TSINFO_TIMESTAMPING,
151 ret = ethnl_put_bitset32(skb, ETHTOOL_A_TSINFO_TX_TYPES,
159 ret = ethnl_put_bitset32(skb, ETHTOOL_A_TSINFO_RX_FILTERS,
H A Dfeatures.c94 ret = ethnl_put_bitset32(skb, ETHTOOL_A_FEATURES_HW, data->hw,
99 ret = ethnl_put_bitset32(skb, ETHTOOL_A_FEATURES_WANTED, data->wanted,
104 ret = ethnl_put_bitset32(skb, ETHTOOL_A_FEATURES_ACTIVE, data->active,
109 return ethnl_put_bitset32(skb, ETHTOOL_A_FEATURES_NOCHANGE,
H A Ddebug.c61 return ethnl_put_bitset32(skb, ETHTOOL_A_DEBUG_MSGMASK, &data->msg_mask,
H A Dtunnels.c110 if (ethnl_put_bitset32(skb, ETHTOOL_A_TUNNEL_UDP_TABLE_TYPES,
132 if (ethnl_put_bitset32(skb, ETHTOOL_A_TUNNEL_UDP_TABLE_TYPES,
H A Dprivflags.c108 return ethnl_put_bitset32(skb, ETHTOOL_A_PRIVFLAGS_FLAGS,
H A Dwol.c73 ret = ethnl_put_bitset32(skb, ETHTOOL_A_WOL_MODES, &data->wol.wolopts,
H A Dbitset.c167 * ethnl_put_bitset32() call with the same arguments.
217 * ethnl_put_bitset32() - Put a bitset nest into a message
232 int ethnl_put_bitset32(struct sk_buff *skb, int attrtype, const u32 *val, function
762 ret = ethnl_put_bitset32(skb, attrtype, val32, mask32, nbits, names,
821 return ethnl_put_bitset32(skb, attrtype, (const u32 *)val,

Completed in 243 milliseconds