Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c4434 #define NETIF_VLAN_OFFLOAD_FEATURES (NETIF_F_HW_VLAN_CTAG_RX | \ macro
4451 if ((netdev->features & NETIF_VLAN_OFFLOAD_FEATURES) ^ in iavf_set_features()
4452 (features & NETIF_VLAN_OFFLOAD_FEATURES)) in iavf_set_features()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_main.c5923 #define NETIF_VLAN_OFFLOAD_FEATURES (NETIF_F_HW_VLAN_CTAG_RX | \ macro
6115 current_vlan_features = netdev->features & NETIF_VLAN_OFFLOAD_FEATURES; in ice_set_vlan_features()
6116 requested_vlan_features = features & NETIF_VLAN_OFFLOAD_FEATURES; in ice_set_vlan_features()

Completed in 24 milliseconds