Searched refs:ethnl_bitset32_size (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/net/ethtool/ |
D | tsinfo.c | 57 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()
|
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()
|
D | eee.c | 61 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()
|
D | bitset.h | 14 int ethnl_bitset32_size(const u32 *val, const u32 *mask, unsigned int nbits,
|
D | debug.c | 50 return ethnl_bitset32_size(&data->msg_mask, NULL, NETIF_MSG_CLASS_COUNT, in debug_reply_size()
|
D | bitset.c | 171 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()
|
D | wol.c | 54 len = ethnl_bitset32_size(&data->wol.wolopts, &data->wol.supported, in wol_reply_size()
|
D | privflags.c | 95 return ethnl_bitset32_size(&data->priv_flags, &all_flags, in privflags_reply_size()
|
D | tunnels.c | 25 size = ethnl_bitset32_size(&types, NULL, __ETHTOOL_UDP_TUNNEL_TYPE_CNT, in ethnl_udp_table_reply_size()
|