Home
last modified time | relevance | path

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

/linux-6.1.9/net/ethtool/
Dioctl.c291 #define ETH_ALL_FEATURES (NETIF_F_LRO | NETIF_F_HW_VLAN_CTAG_RX | \ macro
332 changed = (features ^ dev->features) & ETH_ALL_FEATURES; in __ethtool_set_flags()