Searched refs:wanted_features (Results 1 – 11 of 11) 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"])
903 bond->dev->wanted_features |= BOND_XFRM_FEATURES; in bond_set_xfrm_features()905 bond->dev->wanted_features &= ~BOND_XFRM_FEATURES; in bond_set_xfrm_features()
1115 return !!(dev->wanted_features & NETIF_F_GRO); in veth_gro_requested()1799 dev->wanted_features &= ~NETIF_F_GRO; in veth_disable_gro()
3043 tun->dev->wanted_features &= ~TUN_USER_FEATURES; in set_offload()3044 tun->dev->wanted_features |= features; in set_offload()
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()
1121 netdev_features_t wanted_features, in mlxsw_sp_handle_feature() argument1125 netdev_features_t changes = wanted_features ^ dev->features; in mlxsw_sp_handle_feature()1126 bool enable = !!(wanted_features & feature); in mlxsw_sp_handle_feature()
2275 netdev_features_t wanted_features; member5470 return (dev->features & ~dev->hw_features) | dev->wanted_features; in netdev_get_wanted_features()
1853 dev->wanted_features &= ~NETIF_F_LRO; in netif_disable_lro()1876 dev->wanted_features &= ~NETIF_F_GRO_HW; in dev_disable_gro_hw()10914 if (!(upper->wanted_features & feature) in netdev_sync_upper_features()10938 lower->wanted_features &= ~feature; in netdev_sync_lower_features()11464 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()
6787 dev->wanted_features |= NETIF_F_HW_VLAN_CTAG_FILTER; in qeth_enable_hw_features()