Home
last modified time | relevance | path

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

12

/linux-5.19.10/drivers/net/ethernet/aquantia/atlantic/
Daq_main.c170 if (!(features & NETIF_F_NTUPLE)) { in aq_ndev_set_features()
171 if (aq_nic->ndev->features & NETIF_F_NTUPLE) { in aq_ndev_set_features()
Daq_filters.c239 if (!(aq_nic->ndev->features & NETIF_F_NTUPLE)) { in aq_rule_is_not_support()
/linux-5.19.10/include/linux/
Dnetdev_features.h128 #define NETIF_F_NTUPLE __NETIF_F(NTUPLE) macro
/linux-5.19.10/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.c1738 bool ntuple = !!(features & NETIF_F_NTUPLE); in otx2_handle_ntuple_tc_features()
1741 if ((changed & NETIF_F_NTUPLE) && !ntuple) in otx2_handle_ntuple_tc_features()
1744 if ((changed & NETIF_F_NTUPLE) && ntuple) { in otx2_handle_ntuple_tc_features()
1766 if ((changed & NETIF_F_NTUPLE) && ntuple && in otx2_handle_ntuple_tc_features()
1774 (netdev->features & NETIF_F_NTUPLE) && !(changed & NETIF_F_NTUPLE)) { in otx2_handle_ntuple_tc_features()
Dotx2_ethtool.c719 bool ntuple = !!(dev->features & NETIF_F_NTUPLE); in otx2_get_rxnfc()
752 bool ntuple = !!(dev->features & NETIF_F_NTUPLE); in otx2_set_rxnfc()
Dotx2_vf.c651 netdev->hw_features |= NETIF_F_NTUPLE; in otx2vf_probe()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_arfs.c184 if (!(priv->netdev->hw_features & NETIF_F_NTUPLE)) in mlx5e_arfs_destroy_tables()
361 if (!(priv->netdev->hw_features & NETIF_F_NTUPLE)) in mlx5e_arfs_create_tables()
Den_main.c3846 err |= MLX5E_HANDLE_FEATURE(NETIF_F_NTUPLE, set_feature_arfs); in mlx5e_set_features()
3869 features &= ~NETIF_F_NTUPLE; in mlx5e_fix_uplink_rep_features()
3870 if (netdev->features & NETIF_F_NTUPLE) in mlx5e_fix_uplink_rep_features()
4942 netdev->hw_features |= NETIF_F_NTUPLE; in mlx5e_build_nic_netdev()
Den_fs.c1280 priv->netdev->hw_features &= ~NETIF_F_NTUPLE; in mlx5e_create_flow_steering()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dipoib.c335 priv->netdev->hw_features &= ~NETIF_F_NTUPLE; in mlx5i_create_flow_steering()
/linux-5.19.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
Dhw_atl2.c47 NETIF_F_NTUPLE | \
/linux-5.19.10/drivers/net/ethernet/cadence/
Dmacb_main.c3343 if (!(netdev->features & NETIF_F_NTUPLE)) in gem_enable_flow_filters()
3734 gem_enable_flow_filters(bp, !!(features & NETIF_F_NTUPLE)); in macb_set_rxflow_feature()
3752 if (changed & NETIF_F_NTUPLE) in macb_set_features()
4079 dev->hw_features |= NETIF_F_NTUPLE; in macb_init()
5104 if (netdev->hw_features & NETIF_F_NTUPLE) in macb_suspend()
5173 if (netdev->hw_features & NETIF_F_NTUPLE) in macb_resume()
/linux-5.19.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_a0.c42 NETIF_F_NTUPLE | \
Dhw_atl_b0.c46 NETIF_F_NTUPLE | \
/linux-5.19.10/drivers/net/ethernet/sfc/siena/
Dsiena.c1103 NETIF_F_RXHASH | NETIF_F_NTUPLE),
Drx_common.c808 if (efx->type->offload_features & NETIF_F_NTUPLE) { in efx_siena_probe_filters()
Defx_common.c218 if (net_dev->features & ~data & NETIF_F_NTUPLE) { in efx_siena_set_features()
/linux-5.19.10/net/ethtool/
Dioctl.c292 NETIF_F_HW_VLAN_CTAG_TX | NETIF_F_NTUPLE | \
305 if (dev->features & NETIF_F_NTUPLE) in __ethtool_get_flags()
327 features |= NETIF_F_NTUPLE; in __ethtool_set_flags()
/linux-5.19.10/drivers/net/ethernet/sfc/
Defx_common.c218 if (net_dev->features & ~data & NETIF_F_NTUPLE) { in efx_set_features()
Drx_common.c802 if (efx->type->offload_features & NETIF_F_NTUPLE) { in efx_probe_filters()
Def100_nic.c710 NETIF_F_HIGHDMA | NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_NTUPLE | \
/linux-5.19.10/drivers/net/ethernet/intel/ice/
Dice_main.c3337 NETIF_F_NTUPLE | in ice_set_netdev_features()
5986 if ((features & NETIF_F_NTUPLE) && in ice_set_features()
5987 !(netdev->features & NETIF_F_NTUPLE)) { in ice_set_features()
5990 } else if (!(features & NETIF_F_NTUPLE) && in ice_set_features()
5991 (netdev->features & NETIF_F_NTUPLE)) { in ice_set_features()
8221 if (vsi->netdev->features & NETIF_F_NTUPLE) { in ice_remove_q_channels()
/linux-5.19.10/drivers/net/ethernet/sfc/falcon/
Defx.c1692 if (efx->type->offload_features & NETIF_F_NTUPLE) { in ef4_probe_filters()
2188 if (net_dev->features & ~data & NETIF_F_NTUPLE) { in ef4_set_features()
/linux-5.19.10/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c2428 if ((changed & NETIF_F_NTUPLE) && h->ae_algo->ops->enable_fd) { in hns3_nic_set_features()
2429 enable = !!(features & NETIF_F_NTUPLE); in hns3_nic_set_features()
3278 netdev->features |= NETIF_F_NTUPLE; in hns3_set_default_feature()
3301 NETIF_F_HW_VLAN_CTAG_RX | NETIF_F_GRO_HW | NETIF_F_NTUPLE | in hns3_set_default_feature()
/linux-5.19.10/drivers/net/ethernet/qlogic/qede/
Dqede_main.c858 hw_features |= NETIF_F_NTUPLE; in qede_init_ndev()
2446 edev->ndev->features &= ~NETIF_F_NTUPLE; in qede_load()

12