Lines Matching refs:features
344 netdev_features_t features = TAP_FEATURES; in macvtap_handle_frame() local
364 features |= vlan->tap_features; in macvtap_handle_frame()
365 if (netif_needs_gso(skb, features)) { in macvtap_handle_frame()
366 struct sk_buff *segs = __skb_gso_segment(skb, features, false); in macvtap_handle_frame()
391 !(features & NETIF_F_ALL_CSUM) && in macvtap_handle_frame()
551 if ((dev->features & NETIF_F_HIGHDMA) && (dev->features & NETIF_F_SG)) in macvtap_open()
1008 netdev_features_t features; in set_offload() local
1015 features = vlan->dev->features; in set_offload()
1042 features |= RX_OFFLOADS; in set_offload()
1044 features &= ~RX_OFFLOADS; in set_offload()
1050 vlan->set_features = features; in set_offload()