Home
last modified time | relevance | path

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

/openbmc/linux/net/8021q/
H A Dvlan_dev.c669 lower_features = netdev_intersect_features((real_dev->vlan_features | in vlan_dev_fix_features()
678 features = netdev_intersect_features(features, lower_features); in vlan_dev_fix_features()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_repr.c249 features = netdev_intersect_features(features, lower_features); in nfp_repr_fix_features()
/openbmc/linux/include/linux/
H A Dnetdevice.h4941 static inline netdev_features_t netdev_intersect_features(netdev_features_t f1, in netdev_intersect_features() function
/openbmc/linux/net/core/
H A Ddev.c3550 features = netdev_intersect_features(features, in netif_skb_features()