Home
last modified time | relevance | path

Searched refs:wanted_features (Results 1 – 12 of 12) sorted by relevance

/drivers/net/bonding/
Dbond_options.c805 bond->dev->wanted_features |= BOND_XFRM_FEATURES; in bond_set_xfrm_features()
807 bond->dev->wanted_features &= ~BOND_XFRM_FEATURES; in bond_set_xfrm_features()
818 bond->dev->wanted_features |= BOND_TLS_FEATURES; in bond_set_tls_features()
820 bond->dev->wanted_features &= ~BOND_TLS_FEATURES; in bond_set_tls_features()
/drivers/net/ethernet/intel/iavf/
Diavf_main.c3923 if (netdev->wanted_features) { in iavf_process_config()
3924 if (!(netdev->wanted_features & NETIF_F_TSO) || in iavf_process_config()
3927 if (!(netdev->wanted_features & NETIF_F_TSO6) || in iavf_process_config()
3930 if (!(netdev->wanted_features & NETIF_F_TSO_ECN)) in iavf_process_config()
3932 if (!(netdev->wanted_features & NETIF_F_GRO)) in iavf_process_config()
3934 if (!(netdev->wanted_features & NETIF_F_GSO)) in iavf_process_config()
/drivers/net/
Dveth.c1005 return !!(dev->wanted_features & NETIF_F_GRO); in veth_gro_requested()
1617 dev->wanted_features &= ~NETIF_F_GRO; in veth_disable_gro()
Dtun.c2859 tun->dev->wanted_features &= ~TUN_USER_FEATURES; in set_offload()
2860 tun->dev->wanted_features |= features; in set_offload()
/drivers/net/hyperv/
Dnetvsc_drv.c1979 vf_netdev->wanted_features = features; in netvsc_set_features()
2417 vf_netdev->wanted_features = ndev->features; in netvsc_register_vf()
/drivers/net/ethernet/mellanox/mlx5/core/
Den_rep.c1021 netdev->wanted_features |= NETIF_F_HW_TC; in mlx5e_uplink_rep_enable()
/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum.c1082 netdev_features_t wanted_features, in mlxsw_sp_handle_feature() argument
1086 netdev_features_t changes = wanted_features ^ dev->features; in mlxsw_sp_handle_feature()
1087 bool enable = !!(wanted_features & feature); in mlxsw_sp_handle_feature()
/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_main.c2253 dev->wanted_features |= NETIF_F_GRO; in cxgb_siocdevprivate()
2255 dev->wanted_features &= ~NETIF_F_GRO; in cxgb_siocdevprivate()
/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c3547 if (dev->wanted_features & NETIF_F_HW_VLAN_CTAG_RX) in mlx4_en_reset_config()
/drivers/net/ethernet/ibm/
Dibmvnic.c4515 tmp & adapter->netdev->wanted_features; in send_control_ip_offload()
/drivers/s390/net/
Dqeth_core_main.c6844 dev->wanted_features |= NETIF_F_HW_VLAN_CTAG_FILTER; in qeth_enable_hw_features()
/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c1379 dev->wanted_features = dev->features; in mvpp2_bm_update_mtu()