Home
last modified time | relevance | path

Searched refs:NETDEV_FEATURE_COUNT (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/net/ethtool/
H A Dfeatures.c97 data->all, NETDEV_FEATURE_COUNT, in features_fill_reply()
102 NULL, NETDEV_FEATURE_COUNT, in features_fill_reply()
107 NULL, NETDEV_FEATURE_COUNT, in features_fill_reply()
112 data->nochange, NULL, NETDEV_FEATURE_COUNT, in features_fill_reply()
189 wanted_mask, NETDEV_FEATURE_COUNT, in features_send_reply()
194 active_mask, NETDEV_FEATURE_COUNT, in features_send_reply()
273 NETDEV_FEATURE_COUNT); in ethnl_set_features()
275 NETDEV_FEATURE_COUNT); in ethnl_set_features()
277 NETDEV_FEATURE_COUNT); in ethnl_set_features()
279 NETDEV_FEATURE_COUNT); in ethnl_set_features()
[all …]
H A Dcommon.h9 #define ETHTOOL_DEV_FEATURE_WORDS DIV_ROUND_UP(NETDEV_FEATURE_COUNT, 32)
22 netdev_features_strings[NETDEV_FEATURE_COUNT][ETH_GSTRING_LEN];
H A Dcommon.c16 const char netdev_features_strings[NETDEV_FEATURE_COUNT][ETH_GSTRING_LEN] = {
/linux-6.15/include/linux/
H A Dnetdev_features.h100 /**/NETDEV_FEATURE_COUNT enumerator
186 NETDEV_FEATURE_COUNT); \
195 #define NETIF_F_ETHTOOL_BITS ((__NETIF_F_BIT(NETDEV_FEATURE_COUNT - 1) | \
196 (__NETIF_F_BIT(NETDEV_FEATURE_COUNT - 1) - 1)) & \
/linux-6.15/net/core/
H A Ddev.c10894 NETDEV_FEATURE_COUNT); in register_netdevice()