/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
D | ipoib.c | 375 !!(priv->netdev->hw_features & NETIF_F_NTUPLE)); in mlx5i_create_flow_steering() 379 priv->netdev->hw_features &= ~NETIF_F_NTUPLE; in mlx5i_create_flow_steering() 395 !!(priv->netdev->hw_features & NETIF_F_NTUPLE)); in mlx5i_create_flow_steering() 404 !!(priv->netdev->hw_features & NETIF_F_NTUPLE)); in mlx5i_destroy_flow_steering()
|
/Linux-v6.6/drivers/net/ethernet/aquantia/atlantic/ |
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()
|
D | aq_filters.c | 239 if (!(aq_nic->ndev->features & NETIF_F_NTUPLE)) { in aq_rule_is_not_support()
|
/Linux-v6.6/include/linux/ |
D | netdev_features.h | 128 #define NETIF_F_NTUPLE __NETIF_F(NTUPLE) macro
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_fs.c | 1317 !!(netdev->hw_features & NETIF_F_NTUPLE)); in mlx5e_create_flow_steering() 1320 netdev->hw_features &= ~NETIF_F_NTUPLE; in mlx5e_create_flow_steering() 1364 mlx5e_arfs_destroy_tables(fs, !!(netdev->hw_features & NETIF_F_NTUPLE)); in mlx5e_create_flow_steering()
|
D | en_main.c | 4087 err |= MLX5E_HANDLE_FEATURE(NETIF_F_NTUPLE, set_feature_arfs); in mlx5e_set_features() 4113 features &= ~NETIF_F_NTUPLE; in mlx5e_fix_uplink_rep_features() 4114 if (netdev->features & NETIF_F_NTUPLE) in mlx5e_fix_uplink_rep_features() 5211 netdev->hw_features |= NETIF_F_NTUPLE; in mlx5e_build_nic_netdev() 5375 mlx5e_destroy_flow_steering(priv->fs, !!(priv->netdev->hw_features & NETIF_F_NTUPLE), in mlx5e_init_nic_rx() 5392 mlx5e_destroy_flow_steering(priv->fs, !!(priv->netdev->hw_features & NETIF_F_NTUPLE), in mlx5e_cleanup_nic_rx()
|
/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_common.c | 1865 bool ntuple = !!(features & NETIF_F_NTUPLE); in otx2_handle_ntuple_tc_features() 1868 if ((changed & NETIF_F_NTUPLE) && !ntuple) in otx2_handle_ntuple_tc_features() 1871 if ((changed & NETIF_F_NTUPLE) && ntuple) { in otx2_handle_ntuple_tc_features() 1885 if ((changed & NETIF_F_NTUPLE) && ntuple && in otx2_handle_ntuple_tc_features()
|
D | otx2_ethtool.c | 730 bool ntuple = !!(dev->features & NETIF_F_NTUPLE); in otx2_get_rxnfc() 763 bool ntuple = !!(dev->features & NETIF_F_NTUPLE); in otx2_set_rxnfc()
|
D | otx2_vf.c | 648 netdev->hw_features |= NETIF_F_NTUPLE; in otx2vf_probe()
|
D | otx2_tc.c | 1274 ntuple = nic->netdev->features & NETIF_F_NTUPLE; in otx2_setup_tc_block_ingress_cb()
|
/Linux-v6.6/drivers/net/ethernet/wangxun/ngbe/ |
D | ngbe_main.c | 578 netdev->hw_features |= NETIF_F_NTUPLE | NETIF_F_HW_TC; in ngbe_probe()
|
/Linux-v6.6/drivers/net/ethernet/wangxun/txgbe/ |
D | txgbe_main.c | 635 netdev->hw_features |= NETIF_F_NTUPLE | NETIF_F_HW_TC; in txgbe_probe()
|
/Linux-v6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
D | hw_atl2.c | 47 NETIF_F_NTUPLE | \
|
/Linux-v6.6/drivers/net/ethernet/cadence/ |
D | macb_main.c | 3437 if (!(netdev->features & NETIF_F_NTUPLE)) in gem_enable_flow_filters() 3829 gem_enable_flow_filters(bp, !!(features & NETIF_F_NTUPLE)); in macb_set_rxflow_feature() 3847 if (changed & NETIF_F_NTUPLE) in macb_set_features() 4174 dev->hw_features |= NETIF_F_NTUPLE; in macb_init() 5269 if (netdev->hw_features & NETIF_F_NTUPLE) in macb_suspend() 5341 if (netdev->hw_features & NETIF_F_NTUPLE) in macb_resume()
|
/Linux-v6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
D | hw_atl_a0.c | 42 NETIF_F_NTUPLE | \
|
/Linux-v6.6/drivers/net/ethernet/sfc/siena/ |
D | siena.c | 1103 NETIF_F_RXHASH | NETIF_F_NTUPLE),
|
D | efx_common.c | 218 if (net_dev->features & ~data & NETIF_F_NTUPLE) { in efx_siena_set_features()
|
D | rx_common.c | 808 if (efx->type->offload_features & NETIF_F_NTUPLE) { in efx_siena_probe_filters()
|
/Linux-v6.6/net/ethtool/ |
D | ioctl.c | 286 NETIF_F_HW_VLAN_CTAG_TX | NETIF_F_NTUPLE | \ 299 if (dev->features & NETIF_F_NTUPLE) in __ethtool_get_flags() 321 features |= NETIF_F_NTUPLE; in __ethtool_set_flags()
|
/Linux-v6.6/drivers/net/ethernet/sfc/ |
D | efx_common.c | 214 if (net_dev->features & ~data & NETIF_F_NTUPLE) { in efx_set_features()
|
D | rx_common.c | 804 if (efx->type->offload_features & NETIF_F_NTUPLE) { in efx_probe_filters()
|
D | ef100_nic.c | 1225 NETIF_F_HIGHDMA | NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_NTUPLE | \
|
/Linux-v6.6/drivers/net/ethernet/sfc/falcon/ |
D | efx.c | 1691 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-v6.6/drivers/net/ethernet/qlogic/qede/ |
D | qede_main.c | 874 hw_features |= NETIF_F_NTUPLE; in qede_init_ndev() 2489 edev->ndev->features &= ~NETIF_F_NTUPLE; in qede_load()
|
/Linux-v6.6/drivers/net/ethernet/hisilicon/hns3/ |
D | hns3_enet.c | 2439 if ((changed & NETIF_F_NTUPLE) && h->ae_algo->ops->enable_fd) { in hns3_nic_set_features() 2440 enable = !!(features & NETIF_F_NTUPLE); in hns3_nic_set_features() 3330 netdev->features |= NETIF_F_NTUPLE; in hns3_set_default_feature() 3352 NETIF_F_HW_VLAN_CTAG_RX | NETIF_F_GRO_HW | NETIF_F_NTUPLE | in hns3_set_default_feature()
|