Home
last modified time | relevance | path

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

/linux-4.1.27/net/hsr/
Dhsr_device.c219 features = netdev_increment_features(features, in hsr_features_recompute()
/linux-4.1.27/net/bridge/
Dbr_if.c424 features = netdev_increment_features(features, in br_features_recompute()
/linux-4.1.27/drivers/net/bonding/
Dbond_main.c1049 features = netdev_increment_features(features, in bond_fix_features()
1083 vlan_features = netdev_increment_features(vlan_features, in bond_compute_features()
1086 enc_features = netdev_increment_features(enc_features, in bond_compute_features()
/linux-4.1.27/include/linux/
Dnetdevice.h3666 netdev_features_t netdev_increment_features(netdev_features_t all,
3676 return netdev_increment_features(features, NETIF_F_ALL_TSO, mask); in netdev_add_tso_features()
/linux-4.1.27/drivers/net/team/
Dteam.c981 vlan_features = netdev_increment_features(vlan_features, in __team_compute_features()
1933 features = netdev_increment_features(features, in team_fix_features()
/linux-4.1.27/drivers/net/
Dmacvlan.c961 features = netdev_increment_features(lowerdev_features, features, mask); in macvlan_fix_features()
/linux-4.1.27/net/core/
Ddev.c7200 netdev_features_t netdev_increment_features(netdev_features_t all, in netdev_increment_features() function
7216 EXPORT_SYMBOL(netdev_increment_features);