Searched refs:wanted_features (Results 1 – 12 of 12) sorted by relevance
805 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()
3923 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()
1005 return !!(dev->wanted_features & NETIF_F_GRO); in veth_gro_requested()1617 dev->wanted_features &= ~NETIF_F_GRO; in veth_disable_gro()
2859 tun->dev->wanted_features &= ~TUN_USER_FEATURES; in set_offload()2860 tun->dev->wanted_features |= features; in set_offload()
1979 vf_netdev->wanted_features = features; in netvsc_set_features()2417 vf_netdev->wanted_features = ndev->features; in netvsc_register_vf()
1021 netdev->wanted_features |= NETIF_F_HW_TC; in mlx5e_uplink_rep_enable()
1082 netdev_features_t wanted_features, in mlxsw_sp_handle_feature() argument1086 netdev_features_t changes = wanted_features ^ dev->features; in mlxsw_sp_handle_feature()1087 bool enable = !!(wanted_features & feature); in mlxsw_sp_handle_feature()
2253 dev->wanted_features |= NETIF_F_GRO; in cxgb_siocdevprivate()2255 dev->wanted_features &= ~NETIF_F_GRO; in cxgb_siocdevprivate()
3547 if (dev->wanted_features & NETIF_F_HW_VLAN_CTAG_RX) in mlx4_en_reset_config()
4515 tmp & adapter->netdev->wanted_features; in send_control_ip_offload()
6844 dev->wanted_features |= NETIF_F_HW_VLAN_CTAG_FILTER; in qeth_enable_hw_features()
1379 dev->wanted_features = dev->features; in mvpp2_bm_update_mtu()