Home
last modified time | relevance | path

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

/net/ethtool/
A Dfeatures.c64 ret = ethnl_bitset32_size(data->hw, data->all, NETDEV_FEATURE_COUNT, in features_reply_size()
69 ret = ethnl_bitset32_size(data->wanted, NULL, NETDEV_FEATURE_COUNT, in features_reply_size()
74 ret = ethnl_bitset32_size(data->active, NULL, NETDEV_FEATURE_COUNT, in features_reply_size()
79 ret = ethnl_bitset32_size(data->nochange, NULL, NETDEV_FEATURE_COUNT, in features_reply_size()
A Dtsconfig.c97 ret = ethnl_bitset32_size(&data->hwtst_config.flags, in tsconfig_reply_size()
106 ret = ethnl_bitset32_size(&data->hwtst_config.tx_type, in tsconfig_reply_size()
114 ret = ethnl_bitset32_size(&data->hwtst_config.rx_filter, in tsconfig_reply_size()
A Dtsinfo.c135 ret = ethnl_bitset32_size(&ts_info->so_timestamping, NULL, in tsinfo_reply_size()
143 ret = ethnl_bitset32_size(&ts_info->tx_types, NULL, in tsinfo_reply_size()
151 ret = ethnl_bitset32_size(&ts_info->rx_filters, NULL, in tsinfo_reply_size()
A Dbitset.h14 int ethnl_bitset32_size(const u32 *val, const u32 *mask, unsigned int nbits,
A Dbitset.c171 int ethnl_bitset32_size(const u32 *val, const u32 *mask, unsigned int nbits, in ethnl_bitset32_size() function
766 ret = ethnl_bitset32_size(val32, mask32, nbits, names, compact); in ethnl_bitset_size()
852 return ethnl_bitset32_size((const u32 *)val, (const u32 *)mask, nbits, in ethnl_bitset_size()
A Ddebug.c50 return ethnl_bitset32_size(&data->msg_mask, NULL, NETIF_MSG_CLASS_COUNT, in debug_reply_size()
A Dwol.c55 len = ethnl_bitset32_size(&data->wol.wolopts, &data->wol.supported, in wol_reply_size()
A Dprivflags.c95 return ethnl_bitset32_size(&data->priv_flags, &all_flags, in privflags_reply_size()
A Dtunnels.c25 size = ethnl_bitset32_size(&types, NULL, __ETHTOOL_UDP_TUNNEL_TYPE_CNT, in ethnl_udp_table_reply_size()

Completed in 13 milliseconds