Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/amd/xgbe/
Dxgbe-drv.c2275 netdev_features_t vxlan_base, vxlan_mask; in xgbe_fix_features() local
2277 vxlan_base = NETIF_F_GSO_UDP_TUNNEL | NETIF_F_RX_UDP_TUNNEL_PORT; in xgbe_fix_features()
2278 vxlan_mask = vxlan_base | NETIF_F_GSO_UDP_TUNNEL_CSUM; in xgbe_fix_features()
2302 if ((features & vxlan_base) != vxlan_base) { in xgbe_fix_features()
2305 features |= vxlan_base; in xgbe_fix_features()