Searched refs:lower_features (Results 1 – 1 of 1) sorted by relevance
240 netdev_features_t lower_features; in nfp_repr_fix_features() local245 lower_features = lower_dev->features; in nfp_repr_fix_features()246 if (lower_features & (NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM)) in nfp_repr_fix_features()247 lower_features |= NETIF_F_HW_CSUM; in nfp_repr_fix_features()249 features = netdev_intersect_features(features, lower_features); in nfp_repr_fix_features()