Home
last modified time | relevance | path

Searched refs:old_features (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/ethernet/netronome/nfp/
A Dnfp_net_repr.c239 netdev_features_t old_features = features; in nfp_repr_fix_features() local
250 features |= old_features & (NETIF_F_SOFT_FEATURES | NETIF_F_HW_TC); in nfp_repr_fix_features()
/linux/drivers/net/ethernet/sfc/siena/
A Defx_common.c367 netdev_features_t old_features = efx->net_dev->features; in efx_start_datapath() local
416 if (efx->net_dev->features != old_features) in efx_start_datapath()
/linux/drivers/net/ethernet/sfc/
A Defx_common.c363 netdev_features_t old_features = efx->net_dev->features; in efx_start_datapath() local
412 if (efx->net_dev->features != old_features) in efx_start_datapath()
/linux/net/8021q/
A Dvlan_dev.c647 netdev_features_t old_features = features; in vlan_dev_fix_features() local
660 features |= old_features & (NETIF_F_SOFT_FEATURES | NETIF_F_GSO_SOFTWARE); in vlan_dev_fix_features()
/linux/net/openvswitch/
A Ddatapath.c1708 u32 user_features = 0, old_features = dp->user_features; in ovs_dp_change() local
1748 !(old_features & OVS_DP_F_TC_RECIRC_SHARING)) in ovs_dp_change()
1751 (old_features & OVS_DP_F_TC_RECIRC_SHARING)) in ovs_dp_change()
/linux/net/ethtool/
A Dioctl.c3067 netdev_features_t old_features; in __dev_ethtool() local
3136 old_features = dev->features; in __dev_ethtool()
3351 if (old_features != dev->features) in __dev_ethtool()
/linux/drivers/net/ethernet/sfc/falcon/
A Defx.c589 netdev_features_t old_features = efx->net_dev->features; in ef4_start_datapath() local
640 if (efx->net_dev->features != old_features) in ef4_start_datapath()
/linux/drivers/vdpa/mlx5/net/
A Dmlx5_vnet.c2907 u64 old_features = mvdev->actual_features; in mlx5_vdpa_set_driver_features() local
2920 if (get_features(old_features) != get_features(mvdev->actual_features)) { in mlx5_vdpa_set_driver_features()
/linux/drivers/net/bonding/
A Dbond_main.c2488 netdev_features_t old_features = bond_dev->features; in __bond_release_one() local
2599 (old_features & NETIF_F_VLAN_CHALLENGED)) in __bond_release_one()

Completed in 62 milliseconds