Searched refs:wanted_features (Results 1 – 15 of 15) sorted by relevance
129 setting = "on" if feature in cfg.wanted_features else "off"185 cfg.wanted_features = set()187 cfg.wanted_features.add(f["name"])
40 netdev_features_t wanted_features
5260 if (netdev->wanted_features) { in iavf_process_config()5261 if (!(netdev->wanted_features & NETIF_F_TSO) || in iavf_process_config()5264 if (!(netdev->wanted_features & NETIF_F_TSO6) || in iavf_process_config()5267 if (!(netdev->wanted_features & NETIF_F_TSO_ECN)) in iavf_process_config()5269 if (!(netdev->wanted_features & NETIF_F_GRO)) in iavf_process_config()5271 if (!(netdev->wanted_features & NETIF_F_GSO)) in iavf_process_config()
887 bond->dev->wanted_features |= BOND_XFRM_FEATURES; in bond_set_xfrm_features()889 bond->dev->wanted_features &= ~BOND_XFRM_FEATURES; in bond_set_xfrm_features()
1108 return !!(dev->wanted_features & NETIF_F_GRO); in veth_gro_requested()1790 dev->wanted_features &= ~NETIF_F_GRO; in veth_disable_gro()
1916 vf_netdev->wanted_features = features; in netvsc_set_features()2363 vf_netdev->wanted_features = ndev->features; in netvsc_register_vf()
2089 netdev->wanted_features &= ~NETIF_F_HW_VLAN_CTAG_RX; in nfp_net_fix_features()2094 netdev->wanted_features &= ~NETIF_F_HW_VLAN_STAG_RX; in nfp_net_fix_features()
1118 netdev_features_t wanted_features, in mlxsw_sp_handle_feature() argument1122 netdev_features_t changes = wanted_features ^ dev->features; in mlxsw_sp_handle_feature()1123 bool enable = !!(wanted_features & feature); in mlxsw_sp_handle_feature()
2243 dev->wanted_features |= NETIF_F_GRO; in cxgb_siocdevprivate()2245 dev->wanted_features &= ~NETIF_F_GRO; in cxgb_siocdevprivate()
2238 netdev_features_t wanted_features; member5409 return (dev->features & ~dev->hw_features) | dev->wanted_features; in netdev_get_wanted_features()
1829 dev->wanted_features &= ~NETIF_F_LRO; in netif_disable_lro()1852 dev->wanted_features &= ~NETIF_F_GRO_HW; in dev_disable_gro_hw()10832 if (!(upper->wanted_features & feature) in netdev_sync_upper_features()10856 lower->wanted_features &= ~feature; in netdev_sync_lower_features()11381 dev->wanted_features = dev->features & dev->hw_features; in register_netdevice()
3551 if (dev->wanted_features & NETIF_F_HW_VLAN_CTAG_RX) in mlx4_en_reset_config()
5287 tmp & adapter->netdev->wanted_features; in send_control_ip_offload()
6781 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()