Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dnetdev_features.h94 /**/NETDEV_FEATURE_COUNT enumerator
158 for_each_set_bit(bit, (unsigned long *)mask_addr, NETDEV_FEATURE_COUNT)
166 #define NETIF_F_ETHTOOL_BITS ((__NETIF_F_BIT(NETDEV_FEATURE_COUNT - 1) | \
167 (__NETIF_F_BIT(NETDEV_FEATURE_COUNT - 1) - 1)) & \
/Linux-v4.19/net/core/
Dethtool.c56 #define ETHTOOL_DEV_FEATURE_WORDS ((NETDEV_FEATURE_COUNT + 31) / 32)
58 static const char netdev_features_strings[NETDEV_FEATURE_COUNT][ETH_GSTRING_LEN] = {
Ddev.c8414 NETDEV_FEATURE_COUNT); in register_netdevice()