| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | fs.h | 161 netdev->hw_features & NETIF_F_NTUPLE; in mlx5e_fs_has_arfs() 167 netdev->features & NETIF_F_NTUPLE; in mlx5e_fs_want_arfs()
|
| /linux-6.15/drivers/net/ethernet/aquantia/atlantic/ |
| H A D | aq_main.c | 168 if (!(features & NETIF_F_NTUPLE)) { in aq_ndev_set_features() 169 if (aq_nic->ndev->features & NETIF_F_NTUPLE) { in aq_ndev_set_features()
|
| H A D | aq_filters.c | 239 if (!(aq_nic->ndev->features & NETIF_F_NTUPLE)) { in aq_rule_is_not_support()
|
| /linux-6.15/include/linux/ |
| H A D | netdev_features.h | 124 #define NETIF_F_NTUPLE __NETIF_F(NTUPLE) macro
|
| /linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_common.c | 2027 bool ntuple = !!(features & NETIF_F_NTUPLE); in otx2_handle_ntuple_tc_features() 2030 if ((changed & NETIF_F_NTUPLE) && !ntuple) in otx2_handle_ntuple_tc_features() 2033 if ((changed & NETIF_F_NTUPLE) && ntuple) { in otx2_handle_ntuple_tc_features() 2047 if ((changed & NETIF_F_NTUPLE) && ntuple && in otx2_handle_ntuple_tc_features()
|
| H A D | otx2_ethtool.c | 723 bool ntuple = !!(dev->features & NETIF_F_NTUPLE); in otx2_get_rxnfc() 756 bool ntuple = !!(dev->features & NETIF_F_NTUPLE); in otx2_set_rxnfc()
|
| H A D | otx2_vf.c | 665 netdev->hw_features |= NETIF_F_NTUPLE; in otx2vf_probe()
|
| /linux-6.15/drivers/net/ethernet/wangxun/ngbe/ |
| H A D | ngbe_main.c | 611 netdev->hw_features |= NETIF_F_NTUPLE | NETIF_F_HW_TC; in ngbe_probe()
|
| /linux-6.15/drivers/net/ethernet/wangxun/txgbe/ |
| H A D | txgbe_main.c | 651 netdev->hw_features |= NETIF_F_NTUPLE | NETIF_F_HW_TC; in txgbe_probe()
|
| /linux-6.15/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_main.c | 4821 if ((netdev->features & NETIF_F_NTUPLE) ^ (features & NETIF_F_NTUPLE)) { in iavf_set_features() 4822 if (features & NETIF_F_NTUPLE) in iavf_set_features() 5178 features &= ~NETIF_F_NTUPLE; in iavf_fix_features() 5414 netdev->hw_features |= NETIF_F_NTUPLE; in iavf_process_config() 5415 netdev->features |= NETIF_F_NTUPLE; in iavf_process_config()
|
| /linux-6.15/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_netdev.c | 684 netdev->features |= NETIF_F_NTUPLE; in fbnic_netdev_alloc()
|
| /linux-6.15/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
| H A D | hw_atl2.c | 47 NETIF_F_NTUPLE | \
|
| /linux-6.15/drivers/net/ethernet/cadence/ |
| H A D | macb_main.c | 3624 if (!(netdev->features & NETIF_F_NTUPLE)) in gem_enable_flow_filters() 4044 gem_enable_flow_filters(bp, !!(features & NETIF_F_NTUPLE)); in macb_set_rxflow_feature() 4062 if (changed & NETIF_F_NTUPLE) in macb_set_features() 4393 dev->hw_features |= NETIF_F_NTUPLE; in macb_init() 5528 if (netdev->hw_features & NETIF_F_NTUPLE) in macb_suspend() 5600 if (netdev->hw_features & NETIF_F_NTUPLE) in macb_resume()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
| H A D | ipoib.c | 379 priv->netdev->hw_features &= ~NETIF_F_NTUPLE; in mlx5i_create_flow_steering()
|
| /linux-6.15/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
| H A D | hw_atl_a0.c | 42 NETIF_F_NTUPLE | \
|
| /linux-6.15/drivers/net/ethernet/sfc/siena/ |
| H A D | rx_common.c | 753 if (efx->type->offload_features & NETIF_F_NTUPLE) { in efx_siena_probe_filters()
|
| H A D | siena.c | 1103 NETIF_F_RXHASH | NETIF_F_NTUPLE),
|
| H A D | efx_common.c | 218 if (net_dev->features & ~data & NETIF_F_NTUPLE) { in efx_siena_set_features()
|
| /linux-6.15/drivers/net/ethernet/google/gve/ |
| H A D | gve_ethtool.c | 791 if (!(netdev->features & NETIF_F_NTUPLE)) in gve_set_rxnfc()
|
| /linux-6.15/drivers/net/ethernet/sfc/ |
| H A D | rx_common.c | 764 if (efx->type->offload_features & NETIF_F_NTUPLE) { in efx_probe_filters()
|
| H A D | efx_common.c | 214 if (net_dev->features & ~data & NETIF_F_NTUPLE) { in efx_set_features()
|
| H A D | ef100_nic.c | 1220 NETIF_F_HIGHDMA | NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_NTUPLE | \
|
| /linux-6.15/net/ethtool/ |
| H A D | ioctl.c | 291 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-6.15/drivers/net/ethernet/sfc/falcon/ |
| H A D | efx.c | 1691 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-6.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_main.c | 4314 err |= MLX5E_HANDLE_FEATURE(NETIF_F_NTUPLE, set_feature_arfs); in mlx5e_set_features() 4340 features &= ~NETIF_F_NTUPLE; in mlx5e_fix_uplink_rep_features() 4341 if (netdev->features & NETIF_F_NTUPLE) in mlx5e_fix_uplink_rep_features() 5577 netdev->hw_features |= NETIF_F_NTUPLE; in mlx5e_build_nic_netdev() 5579 netdev->features |= NETIF_F_NTUPLE; in mlx5e_build_nic_netdev()
|