Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/ethernet/intel/iavf/
Diavf_main.c4616 #define NETIF_VLAN_OFFLOAD_FEATURES (NETIF_F_HW_VLAN_CTAG_RX | \ macro
4633 if ((netdev->features & NETIF_VLAN_OFFLOAD_FEATURES) ^ in iavf_set_features()
4634 (features & NETIF_VLAN_OFFLOAD_FEATURES)) in iavf_set_features()
/linux-6.14.4/drivers/net/ethernet/intel/ice/
Dice_main.c6256 #define NETIF_VLAN_OFFLOAD_FEATURES (NETIF_F_HW_VLAN_CTAG_RX | \ macro
6470 current_vlan_features = netdev->features & NETIF_VLAN_OFFLOAD_FEATURES; in ice_set_vlan_features()
6471 requested_vlan_features = features & NETIF_VLAN_OFFLOAD_FEATURES; in ice_set_vlan_features()