Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dnetdev_features.h199 #define NETIF_F_ETHTOOL_BITS ((__NETIF_F_BIT(NETDEV_FEATURE_COUNT - 1) | \ macro
/linux-5.19.10/net/ethtool/
Dfeatures.c244 if (ethnl_bitmap_to_features(req_mask) & ~NETIF_F_ETHTOOL_BITS) { in ethnl_set_features()
Dioctl.c145 if (valid & ~NETIF_F_ETHTOOL_BITS) in ethtool_set_features()