Searched refs:tun_feats (Results 1 – 1 of 1) sorted by relevance
1310 netdev_features_t tun_feats, tso_feats; in efx_ef10_init_nic() local1361 tun_feats = NETIF_F_GSO_UDP_TUNNEL | NETIF_F_GSO_GRE | in efx_ef10_init_nic()1370 if (!(net_dev->hw_features & tun_feats)) in efx_ef10_init_nic()1371 net_dev->features |= tun_feats; in efx_ef10_init_nic()1372 net_dev->hw_enc_features |= tun_feats | tso_feats; in efx_ef10_init_nic()1373 net_dev->hw_features |= tun_feats; in efx_ef10_init_nic()1375 net_dev->hw_enc_features &= ~(tun_feats | tso_feats); in efx_ef10_init_nic()1376 net_dev->hw_features &= ~tun_feats; in efx_ef10_init_nic()1377 net_dev->features &= ~tun_feats; in efx_ef10_init_nic()