Searched refs:netdev_increment_features (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/net/ |
H A D | net_failover.c | 390 netdev_increment_features(vlan_features, in net_failover_compute_features() 394 netdev_increment_features(enc_features, in net_failover_compute_features() 406 netdev_increment_features(vlan_features, in net_failover_compute_features() 410 netdev_increment_features(enc_features, in net_failover_compute_features()
|
H A D | macvlan.c | 1117 features = netdev_increment_features(lowerdev_features, features, mask); in macvlan_fix_features()
|
/openbmc/linux/net/hsr/ |
H A D | hsr_device.c | 194 features = netdev_increment_features(features, in hsr_features_recompute()
|
/openbmc/linux/net/bridge/ |
H A D | br_if.c | 558 features = netdev_increment_features(features, in br_features_recompute()
|
/openbmc/linux/drivers/net/team/ |
H A D | team.c | 1003 vlan_features = netdev_increment_features(vlan_features, in __team_compute_features() 1007 netdev_increment_features(enc_features, in __team_compute_features() 2027 features = netdev_increment_features(features, in team_fix_features()
|
/openbmc/linux/drivers/net/bonding/ |
H A D | bond_main.c | 1454 features = netdev_increment_features(features, in bond_fix_features() 1498 vlan_features = netdev_increment_features(vlan_features, in bond_compute_features() 1501 enc_features = netdev_increment_features(enc_features, in bond_compute_features() 1506 xfrm_features = netdev_increment_features(xfrm_features, in bond_compute_features() 1511 mpls_features = netdev_increment_features(mpls_features, in bond_compute_features()
|
/openbmc/linux/drivers/net/ipvlan/ |
H A D | ipvlan_main.c | 245 features = netdev_increment_features(ipvlan->phy_dev->features, in ipvlan_fix_features()
|
/openbmc/linux/include/linux/ |
H A D | netdevice.h | 4979 netdev_features_t netdev_increment_features(netdev_features_t all, 4989 return netdev_increment_features(features, NETIF_F_ALL_TSO, mask); in netdev_add_tso_features()
|
/openbmc/linux/net/core/ |
H A D | dev.c | 11385 netdev_features_t netdev_increment_features(netdev_features_t all, in netdev_increment_features() function 11401 EXPORT_SYMBOL(netdev_increment_features);
|