Searched refs:ethnl_bitset32_size (Results 1 – 9 of 9) sorted by relevance
/linux/net/ethtool/ |
H A D | features.c | 62 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()
|
H A D | tsconfig.c | 97 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()
|
H A D | bitset.h | 14 int ethnl_bitset32_size(const u32 *val, const u32 *mask, unsigned int nbits,
|
H A D | tsinfo.c | 134 ret = ethnl_bitset32_size(&ts_info->so_timestamping, NULL, in tsinfo_reply_size() 142 ret = ethnl_bitset32_size(&ts_info->tx_types, NULL, in tsinfo_reply_size() 150 ret = ethnl_bitset32_size(&ts_info->rx_filters, NULL, in tsinfo_reply_size()
|
H A D | debug.c | 50 return ethnl_bitset32_size(&data->msg_mask, NULL, NETIF_MSG_CLASS_COUNT, in debug_reply_size()
|
H A D | bitset.c | 171 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()
|
H A D | wol.c | 55 len = ethnl_bitset32_size(&data->wol.wolopts, &data->wol.supported, in wol_reply_size()
|
H A D | privflags.c | 95 return ethnl_bitset32_size(&data->priv_flags, &all_flags, in privflags_reply_size()
|
H A D | tunnels.c | 25 size = ethnl_bitset32_size(&types, NULL, __ETHTOOL_UDP_TUNNEL_TYPE_CNT, in ethnl_udp_table_reply_size()
|