Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/
H A Def10.c1337 netdev_features_t tun_feats, tso_feats; in efx_ef10_init_nic() local
1388 tun_feats = NETIF_F_GSO_UDP_TUNNEL | NETIF_F_GSO_GRE | in efx_ef10_init_nic()
1397 if (!(net_dev->hw_features & tun_feats)) in efx_ef10_init_nic()
1398 net_dev->features |= tun_feats; in efx_ef10_init_nic()
1399 net_dev->hw_enc_features |= tun_feats | tso_feats; in efx_ef10_init_nic()
1400 net_dev->hw_features |= tun_feats; in efx_ef10_init_nic()
1402 net_dev->hw_enc_features &= ~(tun_feats | tso_feats); in efx_ef10_init_nic()
1403 net_dev->hw_features &= ~tun_feats; in efx_ef10_init_nic()
1404 net_dev->features &= ~tun_feats; in efx_ef10_init_nic()