Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/amd/xgbe/
Dxgbe-drv.c2274 netdev_features_t vxlan_base, vxlan_mask; in xgbe_fix_features() local
2277 vxlan_mask = vxlan_base | NETIF_F_GSO_UDP_TUNNEL_CSUM; in xgbe_fix_features()
2279 pdata->vxlan_features = features & vxlan_mask; in xgbe_fix_features()
2290 return features & ~vxlan_mask; in xgbe_fix_features()
2321 pdata->vxlan_features = features & vxlan_mask; in xgbe_fix_features()
2327 features &= ~vxlan_mask; in xgbe_fix_features()