Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dnetdev_features.h121 #define NETIF_F_NTUPLE __NETIF_F(NTUPLE) macro
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_arfs.c160 if (!(priv->netdev->hw_features & NETIF_F_NTUPLE)) in mlx5e_arfs_destroy_tables()
349 if (!(priv->netdev->hw_features & NETIF_F_NTUPLE)) in mlx5e_arfs_create_tables()
Den_ethtool.c361 arfs_enabled = priv->netdev->features & NETIF_F_NTUPLE; in mlx5e_ethtool_set_channels()
Den_fs.c1503 priv->netdev->hw_features &= ~NETIF_F_NTUPLE; in mlx5e_create_flow_steering()
Den_main.c3684 err |= MLX5E_HANDLE_FEATURE(NETIF_F_NTUPLE, set_feature_arfs); in mlx5e_set_features()
4690 netdev->hw_features |= NETIF_F_NTUPLE; in mlx5e_build_nic_netdev()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dipoib.c264 priv->netdev->hw_features &= ~NETIF_F_NTUPLE; in mlx5i_create_flow_steering()
/Linux-v4.19/net/core/
Dethtool.c334 NETIF_F_HW_VLAN_CTAG_TX | NETIF_F_NTUPLE | \
347 if (dev->features & NETIF_F_NTUPLE) in __ethtool_get_flags()
369 features |= NETIF_F_NTUPLE; in __ethtool_set_flags()
Ddev.c3958 !(dev->features & NETIF_F_NTUPLE)) in set_rps_cpu()
/Linux-v4.19/drivers/net/ethernet/cadence/
Dmacb_main.c2964 if (netdev->features & NETIF_F_NTUPLE) in gem_add_flow_filter()
3185 if ((changed & NETIF_F_NTUPLE) && macb_is_gem(bp)) { in macb_set_features()
3186 bool turn_on = features & NETIF_F_NTUPLE; in macb_set_features()
3468 dev->hw_features |= NETIF_F_NTUPLE; in macb_init()
/Linux-v4.19/drivers/net/ethernet/sfc/
Dsiena.c1083 NETIF_F_RXHASH | NETIF_F_NTUPLE),
Defx.c1837 if (efx->type->offload_features & NETIF_F_NTUPLE) { in efx_probe_filters()
2359 if (net_dev->features & ~data & NETIF_F_NTUPLE) { in efx_set_features()
Def10.c6574 NETIF_F_NTUPLE)
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Defx.c1704 if (efx->type->offload_features & NETIF_F_NTUPLE) { in ef4_probe_filters()
2201 if (net_dev->features & ~data & NETIF_F_NTUPLE) { in ef4_set_features()
Dfalcon.c2904 .offload_features = NETIF_F_IP_CSUM | NETIF_F_RXHASH | NETIF_F_NTUPLE,
/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c6986 bp->dev->hw_features &= ~NETIF_F_NTUPLE; in __bnxt_open_nic()
7508 if ((features & NETIF_F_NTUPLE) && !bnxt_rfs_capable(bp)) in bnxt_fix_features()
7509 features &= ~NETIF_F_NTUPLE; in bnxt_fix_features()
7564 if (features & NETIF_F_NTUPLE) in bnxt_set_features()
8779 bp->dev->features |= NETIF_F_NTUPLE; in bnxt_init_dflt_ring_mode()
9003 dev->hw_features |= NETIF_F_NTUPLE; in bnxt_init_one()
9006 dev->features |= NETIF_F_NTUPLE; in bnxt_init_one()
/Linux-v4.19/drivers/net/ethernet/intel/igb/
Digb_main.c2459 if (!(changed & (NETIF_F_RXALL | NETIF_F_NTUPLE))) in igb_set_features()
2462 if (!(features & NETIF_F_NTUPLE)) { in igb_set_features()
3173 netdev->hw_features |= NETIF_F_NTUPLE; in igb_probe()
4882 if (adapter->netdev->features & NETIF_F_NTUPLE) in igb_vlan_promisc_enable()
Digb_ethtool.c2919 if (!(netdev->hw_features & NETIF_F_NTUPLE)) in igb_add_ethtool_nfc_entry()
/Linux-v4.19/drivers/net/ethernet/qlogic/qede/
Dqede_main.c787 hw_features |= NETIF_F_NTUPLE; in qede_init_ndev()
/Linux-v4.19/drivers/net/ethernet/cisco/enic/
Denic_main.c2973 netdev->hw_features |= NETIF_F_NTUPLE; in enic_probe()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c3471 dev->hw_features |= NETIF_F_NTUPLE; in mlx4_en_init_netdev()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c9614 if ((features & NETIF_F_NTUPLE) || (features & NETIF_F_HW_TC)) { in ixgbe_set_features()
10638 netdev->hw_features |= NETIF_F_NTUPLE | in ixgbe_probe()
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_main.c11329 if (features & NETIF_F_NTUPLE) { in i40e_set_ntuple()
11947 netdev->hw_features |= NETIF_F_NTUPLE | NETIF_F_HW_TC; in i40e_config_netdev()