Searched refs:NETDEV_FEATURE_COUNT (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/ethtool/ |
D | features.c | 48 all_features = GENMASK_ULL(NETDEV_FEATURE_COUNT - 1, 0); in features_prepare_data() 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() 95 data->all, NETDEV_FEATURE_COUNT, in features_fill_reply() 100 NULL, NETDEV_FEATURE_COUNT, in features_fill_reply() 105 NULL, NETDEV_FEATURE_COUNT, in features_fill_reply() 110 data->nochange, NULL, NETDEV_FEATURE_COUNT, in features_fill_reply() 136 const unsigned int words = BITS_TO_LONGS(NETDEV_FEATURE_COUNT); in ethnl_features_to_bitmap() [all …]
|
D | common.h | 9 #define ETHTOOL_DEV_FEATURE_WORDS DIV_ROUND_UP(NETDEV_FEATURE_COUNT, 32) 18 netdev_features_strings[NETDEV_FEATURE_COUNT][ETH_GSTRING_LEN];
|
D | common.c | 10 const char netdev_features_strings[NETDEV_FEATURE_COUNT][ETH_GSTRING_LEN] = {
|
/kernel/linux/linux-5.10/include/linux/ |
D | netdev_features.h | 95 /**/NETDEV_FEATURE_COUNT enumerator 178 NETDEV_FEATURE_COUNT); \ 188 #define NETIF_F_ETHTOOL_BITS ((__NETIF_F_BIT(NETDEV_FEATURE_COUNT - 1) | \ 189 (__NETIF_F_BIT(NETDEV_FEATURE_COUNT - 1) - 1)) & \
|
/kernel/linux/linux-5.10/net/core/ |
D | dev.c | 10011 NETDEV_FEATURE_COUNT); in register_netdevice()
|
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
D | hispark_taurus.patch | 364333 @@ -78,6 +78,7 @@ static const char netdev_features_strings[NETDEV_FEATURE_COUNT][ETH_GSTRING_LEN]
|