Lines Matching refs:features
295 netdev_features_t features = TAP_FEATURES; in macvtap_handle_frame() local
315 features |= vlan->tap_features; in macvtap_handle_frame()
316 if (netif_needs_gso(skb, features)) { in macvtap_handle_frame()
317 struct sk_buff *segs = __skb_gso_segment(skb, features, false); in macvtap_handle_frame()
342 !(features & NETIF_F_ALL_CSUM) && in macvtap_handle_frame()
502 if ((dev->features & NETIF_F_HIGHDMA) && (dev->features & NETIF_F_SG)) in macvtap_open()
948 netdev_features_t features; in set_offload() local
955 features = vlan->dev->features; in set_offload()
982 features |= RX_OFFLOADS; in set_offload()
984 features &= ~RX_OFFLOADS; in set_offload()
990 vlan->set_features = features; in set_offload()