Searched refs:ethnl_bitset_size (Results 1 – 6 of 6) sorted by relevance
/linux/net/ethtool/ |
H A D | eee.c | 54 ret = ethnl_bitset_size(eee->advertised, eee->supported, in eee_reply_size() 61 ret = ethnl_bitset_size(eee->lp_advertised, NULL, in eee_reply_size()
|
H A D | bitset.h | 11 int ethnl_bitset_size(const unsigned long *val, const unsigned long *mask,
|
H A D | features.c | 168 ret = ethnl_bitset_size(wanted, wanted_mask, NETDEV_FEATURE_COUNT, in features_send_reply() 173 ret = ethnl_bitset_size(active, active_mask, NETDEV_FEATURE_COUNT, in features_send_reply()
|
H A D | linkmodes.c | 75 ret = ethnl_bitset_size(ksettings->link_modes.advertising, in linkmodes_reply_size() 83 ret = ethnl_bitset_size(ksettings->link_modes.lp_advertising, in linkmodes_reply_size()
|
H A D | bitset.c | 739 int ethnl_bitset_size(const unsigned long *val, const unsigned long *mask, in ethnl_bitset_size() function 848 int ethnl_bitset_size(const unsigned long *val, const unsigned long *mask, in ethnl_bitset_size() function
|
H A D | fec.c | 150 ret = ethnl_bitset_size(data->fec_link_modes, NULL, in fec_reply_size()
|