Home
last modified time | relevance | path

Searched refs:netdev_increment_features (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/drivers/net/
Dnet_failover.c393 netdev_increment_features(vlan_features, in net_failover_compute_features()
397 netdev_increment_features(enc_features, in net_failover_compute_features()
409 netdev_increment_features(vlan_features, in net_failover_compute_features()
413 netdev_increment_features(enc_features, in net_failover_compute_features()
Dmacvlan.c1063 features = netdev_increment_features(lowerdev_features, features, mask); in macvlan_fix_features()
/Linux-v5.4/net/hsr/
Dhsr_device.c209 features = netdev_increment_features(features, in hsr_features_recompute()
/Linux-v5.4/net/bridge/
Dbr_if.c547 features = netdev_increment_features(features, in br_features_recompute()
/Linux-v5.4/drivers/net/team/
Dteam.c991 vlan_features = netdev_increment_features(vlan_features, in __team_compute_features()
995 netdev_increment_features(enc_features, in __team_compute_features()
2006 features = netdev_increment_features(features, in team_fix_features()
/Linux-v5.4/drivers/net/bonding/
Dbond_main.c1067 features = netdev_increment_features(features, in bond_fix_features()
1106 vlan_features = netdev_increment_features(vlan_features, in bond_compute_features()
1109 enc_features = netdev_increment_features(enc_features, in bond_compute_features()
1113 mpls_features = netdev_increment_features(mpls_features, in bond_compute_features()
/Linux-v5.4/include/linux/
Dnetdevice.h4473 netdev_features_t netdev_increment_features(netdev_features_t all,
4483 return netdev_increment_features(features, NETIF_F_ALL_TSO, mask); in netdev_add_tso_features()
/Linux-v5.4/net/core/
Ddev.c9901 netdev_features_t netdev_increment_features(netdev_features_t all, in netdev_increment_features() function
9917 EXPORT_SYMBOL(netdev_increment_features);