Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/amd/xgbe/
Dxgbe-drv.c967 pdata->vxlan_features; in xgbe_enable_vxlan_offloads()
969 netdev->features |= pdata->vxlan_features; in xgbe_enable_vxlan_offloads()
996 if (!pdata->vxlan_features) in xgbe_enable_vxlan_accel()
1012 if (pdata->vxlan_features) in xgbe_reset_vxlan_accel()
2280 pdata->vxlan_features = features & vxlan_mask; in xgbe_fix_features()
2283 if (!pdata->vxlan_features) in xgbe_fix_features()
2322 pdata->vxlan_features = features & vxlan_mask; in xgbe_fix_features()
Dxgbe-main.c378 pdata->vxlan_features = NETIF_F_GSO_UDP_TUNNEL | in xgbe_config_netdev()
Dxgbe.h1182 netdev_features_t vxlan_features; member