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

/linux-master/net/ethtool/
H A Dbitset.h14 int ethnl_bitset32_size(const u32 *val, const u32 *mask, unsigned int nbits,
H A Dtsinfo.c67 ret = ethnl_bitset32_size(&ts_info->so_timestamping, NULL,
75 ret = ethnl_bitset32_size(&ts_info->tx_types, NULL,
83 ret = ethnl_bitset32_size(&ts_info->rx_filters, NULL,
H A Dfeatures.c62 ret = ethnl_bitset32_size(data->hw, data->all, NETDEV_FEATURE_COUNT,
67 ret = ethnl_bitset32_size(data->wanted, NULL, NETDEV_FEATURE_COUNT,
72 ret = ethnl_bitset32_size(data->active, NULL, NETDEV_FEATURE_COUNT,
77 ret = ethnl_bitset32_size(data->nochange, NULL, NETDEV_FEATURE_COUNT,
H A Ddebug.c50 return ethnl_bitset32_size(&data->msg_mask, NULL, NETIF_MSG_CLASS_COUNT,
H A Dprivflags.c95 return ethnl_bitset32_size(&data->priv_flags, &all_flags,
H A Dwol.c55 len = ethnl_bitset32_size(&data->wol.wolopts, &data->wol.supported,
H A Dbitset.c159 * ethnl_bitset32_size() - Calculate size of bitset nested attribute
171 int ethnl_bitset32_size(const u32 *val, const u32 *mask, unsigned int nbits, function
726 ret = ethnl_bitset32_size(val32, mask32, nbits, names, compact);
812 return ethnl_bitset32_size((const u32 *)val, (const u32 *)mask, nbits,
H A Dtunnels.c25 size = ethnl_bitset32_size(&types, NULL, __ETHTOOL_UDP_TUNNEL_TYPE_CNT,

Completed in 200 milliseconds