Home
last modified time | relevance | path

Searched refs:ethnl_bitset32_size (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/net/ethtool/
Dtsinfo.c57 ret = ethnl_bitset32_size(&ts_info->so_timestamping, NULL, in tsinfo_reply_size()
65 ret = ethnl_bitset32_size(&ts_info->tx_types, NULL, in tsinfo_reply_size()
73 ret = ethnl_bitset32_size(&ts_info->rx_filters, NULL, in tsinfo_reply_size()
Dfeatures.c62 ret = ethnl_bitset32_size(data->hw, data->all, NETDEV_FEATURE_COUNT, in features_reply_size()
67 ret = ethnl_bitset32_size(data->wanted, NULL, NETDEV_FEATURE_COUNT, in features_reply_size()
72 ret = ethnl_bitset32_size(data->active, NULL, NETDEV_FEATURE_COUNT, in features_reply_size()
77 ret = ethnl_bitset32_size(data->nochange, NULL, NETDEV_FEATURE_COUNT, in features_reply_size()
Deee.c61 ret = ethnl_bitset32_size(&eee->advertised, &eee->supported, in eee_reply_size()
67 ret = ethnl_bitset32_size(&eee->lp_advertised, NULL, in eee_reply_size()
Dbitset.h14 int ethnl_bitset32_size(const u32 *val, const u32 *mask, unsigned int nbits,
Ddebug.c50 return ethnl_bitset32_size(&data->msg_mask, NULL, NETIF_MSG_CLASS_COUNT, in debug_reply_size()
Dbitset.c171 int ethnl_bitset32_size(const u32 *val, const u32 *mask, unsigned int nbits, in ethnl_bitset32_size() function
726 ret = ethnl_bitset32_size(val32, mask32, nbits, names, compact); in ethnl_bitset_size()
812 return ethnl_bitset32_size((const u32 *)val, (const u32 *)mask, nbits, in ethnl_bitset_size()
Dwol.c54 len = ethnl_bitset32_size(&data->wol.wolopts, &data->wol.supported, in wol_reply_size()
Dprivflags.c95 return ethnl_bitset32_size(&data->priv_flags, &all_flags, in privflags_reply_size()
Dtunnels.c25 size = ethnl_bitset32_size(&types, NULL, __ETHTOOL_UDP_TUNNEL_TYPE_CNT, in ethnl_udp_table_reply_size()