Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/
H A Dnet_failover.c394 netdev_increment_features(vlan_features, in net_failover_compute_features()
398 netdev_increment_features(enc_features, in net_failover_compute_features()
410 netdev_increment_features(vlan_features, in net_failover_compute_features()
414 netdev_increment_features(enc_features, in net_failover_compute_features()
H A Dmacvlan.c1081 features = netdev_increment_features(lowerdev_features, features, mask); in macvlan_fix_features()
/OK3568_Linux_fs/kernel/net/hsr/
H A Dhsr_device.c197 features = netdev_increment_features(features, in hsr_features_recompute()
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_if.c549 features = netdev_increment_features(features, in br_features_recompute()
/OK3568_Linux_fs/kernel/drivers/net/bonding/
H A Dbond_main.c1343 features = netdev_increment_features(features, in bond_fix_features()
1386 vlan_features = netdev_increment_features(vlan_features, in bond_compute_features()
1389 enc_features = netdev_increment_features(enc_features, in bond_compute_features()
1394 xfrm_features = netdev_increment_features(xfrm_features, in bond_compute_features()
1399 mpls_features = netdev_increment_features(mpls_features, in bond_compute_features()
/OK3568_Linux_fs/kernel/drivers/net/team/
H A Dteam.c996 vlan_features = netdev_increment_features(vlan_features, in __team_compute_features()
1000 netdev_increment_features(enc_features, in __team_compute_features()
2023 features = netdev_increment_features(features, in team_fix_features()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_virtual_device922 netdev_increment_features
H A Dabi_gki_aarch64_galaxy2679 netdev_increment_features
/OK3568_Linux_fs/kernel/drivers/net/ipvlan/
H A Dipvlan_main.c243 features = netdev_increment_features(ipvlan->phy_dev->features, in ipvlan_fix_features()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdevice.h4889 netdev_features_t netdev_increment_features(netdev_features_t all,
4899 return netdev_increment_features(features, NETIF_F_ALL_TSO, mask); in netdev_add_tso_features()
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c11004 netdev_features_t netdev_increment_features(netdev_features_t all, in netdev_increment_features() function
11020 EXPORT_SYMBOL(netdev_increment_features);