Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dnetdev_features.h166 #define NETIF_F_ETHTOOL_BITS ((__NETIF_F_BIT(NETDEV_FEATURE_COUNT - 1) | \ macro
/Linux-v4.19/net/core/
Dethtool.c198 if (valid & ~NETIF_F_ETHTOOL_BITS) in ethtool_set_features()