Home
last modified time | relevance | path

Searched refs:NETIF_F_ETHTOOL_BITS (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
Dnetdev_features.h137 #define NETIF_F_ETHTOOL_BITS ((__NETIF_F_BIT(NETDEV_FEATURE_COUNT - 1) | \ macro
/linux-4.4.14/net/core/
Dethtool.c176 if (valid & ~NETIF_F_ETHTOOL_BITS) in ethtool_set_features()