Home
last modified time | relevance | path

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

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