Home
last modified time | relevance | path

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

/openbmc/linux/net/ethtool/
H A Dfeatures.c95 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()
187 wanted_mask, NETDEV_FEATURE_COUNT, in features_send_reply()
192 active_mask, NETDEV_FEATURE_COUNT, in features_send_reply()
270 NETDEV_FEATURE_COUNT); in ethnl_set_features()
272 NETDEV_FEATURE_COUNT); in ethnl_set_features()
274 NETDEV_FEATURE_COUNT); in ethnl_set_features()
276 NETDEV_FEATURE_COUNT); in ethnl_set_features()
[all …]
H A Dcommon.h9 #define ETHTOOL_DEV_FEATURE_WORDS DIV_ROUND_UP(NETDEV_FEATURE_COUNT, 32)
24 netdev_features_strings[NETDEV_FEATURE_COUNT][ETH_GSTRING_LEN];
H A Dcommon.c11 const char netdev_features_strings[NETDEV_FEATURE_COUNT][ETH_GSTRING_LEN] = {
/openbmc/linux/include/linux/
H A Dnetdev_features.h101 /**/NETDEV_FEATURE_COUNT enumerator
189 NETDEV_FEATURE_COUNT); \
199 #define NETIF_F_ETHTOOL_BITS ((__NETIF_F_BIT(NETDEV_FEATURE_COUNT - 1) | \
200 (__NETIF_F_BIT(NETDEV_FEATURE_COUNT - 1) - 1)) & \
/openbmc/linux/net/core/
H A Ddev.c10122 NETDEV_FEATURE_COUNT); in register_netdevice()