Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/
Daq_main.c155 if (!(features & NETIF_F_NTUPLE)) { in aq_ndev_set_features()
156 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()
/kernel/linux/linux-5.10/include/linux/
Dnetdev_features.h122 #define NETIF_F_NTUPLE __NETIF_F(NTUPLE) macro
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_arfs.c148 if (!(priv->netdev->hw_features & NETIF_F_NTUPLE)) in mlx5e_arfs_destroy_tables()
330 if (!(priv->netdev->hw_features & NETIF_F_NTUPLE)) in mlx5e_arfs_create_tables()
Den_fs.c1585 priv->netdev->hw_features &= ~NETIF_F_NTUPLE; in mlx5e_create_flow_steering()
Den_ethtool.c462 arfs_enabled = priv->netdev->features & NETIF_F_NTUPLE; in mlx5e_ethtool_set_channels()
/kernel/linux/linux-5.10/drivers/net/ethernet/cadence/
Dmacb_main.c3069 if (!(netdev->features & NETIF_F_NTUPLE)) in gem_enable_flow_filters()
3460 gem_enable_flow_filters(bp, !!(features & NETIF_F_NTUPLE)); in macb_set_rxflow_feature()
3478 if (changed & NETIF_F_NTUPLE) in macb_set_features()
3792 dev->hw_features |= NETIF_F_NTUPLE; in macb_init()
4744 if (netdev->hw_features & NETIF_F_NTUPLE) in macb_suspend()
4811 if (netdev->hw_features & NETIF_F_NTUPLE) in macb_resume()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dipoib.c336 priv->netdev->hw_features &= ~NETIF_F_NTUPLE; in mlx5i_create_flow_steering()
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
Dhw_atl2.c47 NETIF_F_NTUPLE | \
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_a0.c42 NETIF_F_NTUPLE | \
Dhw_atl_b0.c46 NETIF_F_NTUPLE | \
/kernel/linux/linux-5.10/net/ethtool/
Dioctl.c266 NETIF_F_HW_VLAN_CTAG_TX | NETIF_F_NTUPLE | \
279 if (dev->features & NETIF_F_NTUPLE) in __ethtool_get_flags()
301 features |= NETIF_F_NTUPLE; in __ethtool_set_flags()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
Dice_main.c2947 NETIF_F_NTUPLE | in ice_set_netdev_features()
5160 if ((features & NETIF_F_NTUPLE) && in ice_set_features()
5161 !(netdev->features & NETIF_F_NTUPLE)) { in ice_set_features()
5164 } else if (!(features & NETIF_F_NTUPLE) && in ice_set_features()
5165 (netdev->features & NETIF_F_NTUPLE)) { in ice_set_features()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
Dsiena.c1092 NETIF_F_RXHASH | NETIF_F_NTUPLE),
Defx_common.c217 if (net_dev->features & ~data & NETIF_F_NTUPLE) { in efx_set_features()
Drx_common.c815 if (efx->type->offload_features & NETIF_F_NTUPLE) { in efx_probe_filters()
Def100_nic.c690 NETIF_F_HIGHDMA | NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_NTUPLE | \
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c1613 if ((changed & NETIF_F_NTUPLE) && h->ae_algo->ops->enable_fd) { in hns3_nic_set_features()
1614 enable = !!(features & NETIF_F_NTUPLE); in hns3_nic_set_features()
2353 netdev->hw_features |= NETIF_F_NTUPLE; in hns3_set_default_feature()
2354 netdev->features |= NETIF_F_NTUPLE; in hns3_set_default_feature()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/
Defx.c1701 if (efx->type->offload_features & NETIF_F_NTUPLE) { in ef4_probe_filters()
2198 if (net_dev->features & ~data & NETIF_F_NTUPLE) { in ef4_set_features()
Dfalcon.c2901 .offload_features = NETIF_F_IP_CSUM | NETIF_F_RXHASH | NETIF_F_NTUPLE,
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/
Dqede_main.c808 hw_features |= NETIF_F_NTUPLE; in qede_init_ndev()
2375 edev->ndev->features &= ~NETIF_F_NTUPLE; in qede_load()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/
Digc_main.c3951 if (!(changed & (NETIF_F_RXALL | NETIF_F_NTUPLE))) in igc_set_features()
3954 if (!(features & NETIF_F_NTUPLE)) in igc_set_features()
5134 netdev->hw_features |= NETIF_F_NTUPLE; in igc_probe()
Digc_ethtool.c1268 if (!(netdev->hw_features & NETIF_F_NTUPLE)) { in igc_ethtool_add_nfc_rule()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c9815 bp->dev->hw_features &= ~NETIF_F_NTUPLE; in __bnxt_open_nic()
10498 if ((features & NETIF_F_NTUPLE) && !bnxt_rfs_capable(bp)) in bnxt_fix_features()
10499 features &= ~NETIF_F_NTUPLE; in bnxt_fix_features()
10548 if (features & NETIF_F_NTUPLE) in bnxt_set_features()
11412 dev->hw_features &= ~NETIF_F_NTUPLE; in bnxt_set_dflt_rfs()
11413 dev->features &= ~NETIF_F_NTUPLE; in bnxt_set_dflt_rfs()
11416 dev->hw_features |= NETIF_F_NTUPLE; in bnxt_set_dflt_rfs()
11419 dev->features |= NETIF_F_NTUPLE; in bnxt_set_dflt_rfs()
12486 bp->dev->features |= NETIF_F_NTUPLE; in bnxt_init_dflt_ring_mode()
/kernel/linux/linux-5.10/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()
3301 netdev->hw_features |= NETIF_F_NTUPLE; in igb_probe()
5050 if (adapter->netdev->features & NETIF_F_NTUPLE) in igb_vlan_promisc_enable()

12