Home
last modified time | relevance | path

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

12

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dfs.h161 netdev->hw_features & NETIF_F_NTUPLE; in mlx5e_fs_has_arfs()
167 netdev->features & NETIF_F_NTUPLE; in mlx5e_fs_want_arfs()
/linux/drivers/net/ethernet/aquantia/atlantic/
A Daq_main.c168 if (!(features & NETIF_F_NTUPLE)) { in aq_ndev_set_features()
169 if (aq_nic->ndev->features & NETIF_F_NTUPLE) { in aq_ndev_set_features()
A Daq_filters.c239 if (!(aq_nic->ndev->features & NETIF_F_NTUPLE)) { in aq_rule_is_not_support()
/linux/include/linux/
A Dnetdev_features.h124 #define NETIF_F_NTUPLE __NETIF_F(NTUPLE) macro
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_common.c1870 bool ntuple = !!(features & NETIF_F_NTUPLE); in otx2_handle_ntuple_tc_features()
1873 if ((changed & NETIF_F_NTUPLE) && !ntuple) in otx2_handle_ntuple_tc_features()
1876 if ((changed & NETIF_F_NTUPLE) && ntuple) { in otx2_handle_ntuple_tc_features()
1890 if ((changed & NETIF_F_NTUPLE) && ntuple && in otx2_handle_ntuple_tc_features()
A Dotx2_ethtool.c733 bool ntuple = !!(dev->features & NETIF_F_NTUPLE); in otx2_get_rxnfc()
766 bool ntuple = !!(dev->features & NETIF_F_NTUPLE); in otx2_set_rxnfc()
A Dotx2_vf.c663 netdev->hw_features |= NETIF_F_NTUPLE; in otx2vf_probe()
/linux/drivers/net/ethernet/wangxun/txgbe/
A Dtxgbe_main.c600 netdev->hw_features |= NETIF_F_NTUPLE | NETIF_F_HW_TC; in txgbe_probe()
/linux/drivers/net/ethernet/intel/iavf/
A Diavf_main.c4534 if ((netdev->features & NETIF_F_NTUPLE) ^ (features & NETIF_F_NTUPLE)) { in iavf_set_features()
4535 if (features & NETIF_F_NTUPLE) in iavf_set_features()
4891 features &= ~NETIF_F_NTUPLE; in iavf_fix_features()
5013 netdev->hw_features |= NETIF_F_NTUPLE; in iavf_process_config()
5014 netdev->features |= NETIF_F_NTUPLE; in iavf_process_config()
/linux/drivers/net/ethernet/wangxun/ngbe/
A Dngbe_main.c593 netdev->hw_features |= NETIF_F_NTUPLE | NETIF_F_HW_TC; in ngbe_probe()
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
A Dhw_atl2.c47 NETIF_F_NTUPLE | \
/linux/drivers/net/ethernet/cadence/
A Dmacb_main.c3467 if (!(netdev->features & NETIF_F_NTUPLE)) in gem_enable_flow_filters()
3879 gem_enable_flow_filters(bp, !!(features & NETIF_F_NTUPLE)); in macb_set_rxflow_feature()
3897 if (changed & NETIF_F_NTUPLE) in macb_set_features()
4228 dev->hw_features |= NETIF_F_NTUPLE; in macb_init()
5361 if (netdev->hw_features & NETIF_F_NTUPLE) in macb_suspend()
5433 if (netdev->hw_features & NETIF_F_NTUPLE) in macb_resume()
/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
A Dipoib.c379 priv->netdev->hw_features &= ~NETIF_F_NTUPLE; in mlx5i_create_flow_steering()
/linux/drivers/net/ethernet/google/gve/
A Dgve_ethtool.c786 if (!(netdev->features & NETIF_F_NTUPLE)) in gve_set_rxnfc()
A Dgve_main.c2073 if ((netdev->features & NETIF_F_NTUPLE) && !(features & NETIF_F_NTUPLE)) { in gve_set_features()
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
A Dhw_atl_a0.c42 NETIF_F_NTUPLE | \
/linux/drivers/net/ethernet/sfc/
A Drx_common.c761 if (efx->type->offload_features & NETIF_F_NTUPLE) { in efx_probe_filters()
A Defx_common.c214 if (net_dev->features & ~data & NETIF_F_NTUPLE) { in efx_set_features()
A Def100_nic.c1225 NETIF_F_HIGHDMA | NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_NTUPLE | \
/linux/drivers/net/ethernet/sfc/siena/
A Drx_common.c753 if (efx->type->offload_features & NETIF_F_NTUPLE) { in efx_siena_probe_filters()
A Dsiena.c1103 NETIF_F_RXHASH | NETIF_F_NTUPLE),
A Defx_common.c218 if (net_dev->features & ~data & NETIF_F_NTUPLE) { in efx_siena_set_features()
/linux/net/ethtool/
A Dioctl.c290 NETIF_F_HW_VLAN_CTAG_TX | NETIF_F_NTUPLE | \
303 if (dev->features & NETIF_F_NTUPLE) in __ethtool_get_flags()
325 features |= NETIF_F_NTUPLE; in __ethtool_set_flags()
/linux/drivers/net/ethernet/sfc/falcon/
A Defx.c1691 if (efx->type->offload_features & NETIF_F_NTUPLE) { in ef4_probe_filters()
2187 if (net_dev->features & ~data & NETIF_F_NTUPLE) { in ef4_set_features()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den_main.c4307 err |= MLX5E_HANDLE_FEATURE(NETIF_F_NTUPLE, set_feature_arfs); in mlx5e_set_features()
4333 features &= ~NETIF_F_NTUPLE; in mlx5e_fix_uplink_rep_features()
4334 if (netdev->features & NETIF_F_NTUPLE) in mlx5e_fix_uplink_rep_features()
5564 netdev->hw_features |= NETIF_F_NTUPLE; in mlx5e_build_nic_netdev()
5566 netdev->features |= NETIF_F_NTUPLE; in mlx5e_build_nic_netdev()

Completed in 96 milliseconds

12