Home
last modified time | relevance | path

Searched refs:NETIF_F_NTUPLE (Results 1 – 25 of 36) sorted by relevance

12

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dfs.h166 netdev->hw_features & NETIF_F_NTUPLE; in mlx5e_fs_has_arfs()
172 netdev->features & NETIF_F_NTUPLE; in mlx5e_fs_want_arfs()
/linux/include/linux/
H A Dnetdev_features.h124 #define NETIF_F_NTUPLE __NETIF_F(NTUPLE) macro
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.c2019 bool ntuple = !!(features & NETIF_F_NTUPLE); in otx2_handle_ntuple_tc_features()
2022 if ((changed & NETIF_F_NTUPLE) && !ntuple) in otx2_handle_ntuple_tc_features()
2025 if ((changed & NETIF_F_NTUPLE) && ntuple) { in otx2_handle_ntuple_tc_features()
2039 if ((changed & NETIF_F_NTUPLE) && ntuple && in otx2_handle_ntuple_tc_features()
H A Dotx2_vf.c695 netdev->hw_features |= NETIF_F_NTUPLE; in otx2vf_probe()
H A Dotx2_tc.c1516 ntuple = nic->netdev->features & NETIF_F_NTUPLE; in otx2_setup_tc_block_ingress_cb()
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c4689 if ((netdev->features & NETIF_F_NTUPLE) ^ (features & NETIF_F_NTUPLE)) { in iavf_set_features()
4690 if (features & NETIF_F_NTUPLE) in iavf_set_features()
5046 features &= ~NETIF_F_NTUPLE; in iavf_fix_features()
5280 netdev->hw_features |= NETIF_F_NTUPLE; in iavf_process_config()
5281 netdev->features |= NETIF_F_NTUPLE; in iavf_process_config()
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2.c47 NETIF_F_NTUPLE | \
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_netdev.c733 netdev->features |= NETIF_F_NTUPLE; in fbnic_netdev_alloc()
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_filters.c239 if (!(aq_nic->ndev->features & NETIF_F_NTUPLE)) { in aq_rule_is_not_support()
/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib.c382 priv->netdev->hw_features &= ~NETIF_F_NTUPLE; in mlx5i_create_flow_steering()
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_a0.c42 NETIF_F_NTUPLE | \
/linux/drivers/net/ethernet/google/gve/
H A Dgve_ethtool.c792 if (!(netdev->features & NETIF_F_NTUPLE)) in gve_set_rxnfc()
H A Dgve_main.c2119 if ((netdev->features & NETIF_F_NTUPLE) && !(features & NETIF_F_NTUPLE)) { in gve_set_features()
H A Dgve_adminq.c1017 priv->dev->hw_features |= NETIF_F_NTUPLE; in gve_enable_supported_features()
/linux/drivers/net/ethernet/sfc/siena/
H A Drx_common.c750 if (efx->type->offload_features & NETIF_F_NTUPLE) { in efx_siena_probe_filters()
H A Dsiena.c1103 NETIF_F_RXHASH | NETIF_F_NTUPLE),
/linux/drivers/net/ethernet/sfc/
H A Drx_common.c761 if (efx->type->offload_features & NETIF_F_NTUPLE) { in efx_probe_filters()
H A Defx_common.c214 if (net_dev->features & ~data & NETIF_F_NTUPLE) { in efx_set_features()
H A Def100_nic.c1220 NETIF_F_HIGHDMA | NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_NTUPLE | \
/linux/drivers/net/ethernet/sfc/falcon/
H A Defx.c1691 if (efx->type->offload_features & NETIF_F_NTUPLE) { in ef4_probe_filters()
2179 if (net_dev->features & ~data & NETIF_F_NTUPLE) { in ef4_set_features()
/linux/net/ethtool/
H A Dioctl.c291 NETIF_F_HW_VLAN_CTAG_TX | NETIF_F_NTUPLE | \
304 if (dev->features & NETIF_F_NTUPLE) in __ethtool_get_flags()
326 features |= NETIF_F_NTUPLE; in __ethtool_set_flags()
/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_main.c874 hw_features |= NETIF_F_NTUPLE; in qede_init_ndev()
2489 edev->ndev->features &= ~NETIF_F_NTUPLE; in qede_load()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c4403 err |= MLX5E_HANDLE_FEATURE(NETIF_F_NTUPLE, set_feature_arfs); in mlx5e_set_features()
4429 features &= ~NETIF_F_NTUPLE; in mlx5e_fix_uplink_rep_features()
4430 if (netdev->features & NETIF_F_NTUPLE) in mlx5e_fix_uplink_rep_features()
5767 netdev->hw_features |= NETIF_F_NTUPLE; in mlx5e_build_nic_netdev()
5769 netdev->features |= NETIF_F_NTUPLE; in mlx5e_build_nic_netdev()
H A Den_fs.c1317 netdev->hw_features &= ~NETIF_F_NTUPLE; in mlx5e_create_flow_steering()
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c2940 switch (features & NETIF_F_NTUPLE) { in wx_set_features()
2941 case NETIF_F_NTUPLE: in wx_set_features()

12