/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | fs.h | 166 netdev->hw_features & NETIF_F_NTUPLE; in mlx5e_fs_has_arfs() 172 netdev->features & NETIF_F_NTUPLE; in mlx5e_fs_want_arfs()
|
/linux/include/linux/ |
H A D | netdev_features.h | 124 #define NETIF_F_NTUPLE __NETIF_F(NTUPLE) macro
|
/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_common.c | 2021 bool ntuple = !!(features & NETIF_F_NTUPLE); in otx2_handle_ntuple_tc_features() 2024 if ((changed & NETIF_F_NTUPLE) && !ntuple) in otx2_handle_ntuple_tc_features() 2027 if ((changed & NETIF_F_NTUPLE) && ntuple) { in otx2_handle_ntuple_tc_features() 2041 if ((changed & NETIF_F_NTUPLE) && ntuple && in otx2_handle_ntuple_tc_features()
|
H A D | otx2_ethtool.c | 732 bool ntuple = !!(dev->features & NETIF_F_NTUPLE); in otx2_get_rxnfc() 763 bool ntuple = !!(dev->features & NETIF_F_NTUPLE); in otx2_set_rxnfc()
|
H A D | otx2_vf.c | 705 netdev->hw_features |= NETIF_F_NTUPLE; in otx2vf_probe()
|
/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_main.c | 4689 if ((netdev->features & NETIF_F_NTUPLE) ^ (features & NETIF_F_NTUPLE)) { in iavf_set_features() 4690 if (features & NETIF_F_NTUPLE) in iavf_set_features() 5046 features &= ~NETIF_F_NTUPLE; in iavf_fix_features() 5280 netdev->hw_features |= NETIF_F_NTUPLE; in iavf_process_config() 5281 netdev->features |= NETIF_F_NTUPLE; in iavf_process_config()
|
/linux/drivers/net/ethernet/wangxun/ngbe/ |
H A D | ngbe_main.c | 685 netdev->hw_features |= NETIF_F_NTUPLE | NETIF_F_HW_TC; in ngbe_probe()
|
/linux/drivers/net/ethernet/wangxun/txgbe/ |
H A D | txgbe_main.c | 799 netdev->hw_features |= NETIF_F_NTUPLE | NETIF_F_HW_TC; in txgbe_probe()
|
/linux/drivers/net/ethernet/meta/fbnic/ |
H A D | fbnic_netdev.c | 737 netdev->features |= NETIF_F_NTUPLE; in fbnic_netdev_alloc()
|
/linux/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_filters.c | 239 if (!(aq_nic->ndev->features & NETIF_F_NTUPLE)) { in aq_rule_is_not_support()
|
/linux/drivers/net/ethernet/cadence/ |
H A D | macb_main.c | 3624 if (!(netdev->features & NETIF_F_NTUPLE)) in gem_enable_flow_filters() 4044 gem_enable_flow_filters(bp, !!(features & NETIF_F_NTUPLE)); in macb_set_rxflow_feature() 4062 if (changed & NETIF_F_NTUPLE) in macb_set_features() 4400 dev->hw_features |= NETIF_F_NTUPLE; in macb_init() 5537 if (netdev->hw_features & NETIF_F_NTUPLE) in macb_suspend() 5609 if (netdev->hw_features & NETIF_F_NTUPLE) in macb_resume()
|
/linux/drivers/net/ethernet/sfc/ |
H A D | rx_common.c | 761 if (efx->type->offload_features & NETIF_F_NTUPLE) { in efx_probe_filters()
|
H A D | efx_common.c | 214 if (net_dev->features & ~data & NETIF_F_NTUPLE) { in efx_set_features()
|
H A D | ef100_nic.c | 1220 NETIF_F_HIGHDMA | NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_NTUPLE | \
|
/linux/drivers/net/ethernet/sfc/siena/ |
H A D | rx_common.c | 750 if (efx->type->offload_features & NETIF_F_NTUPLE) { in efx_siena_probe_filters()
|
H A D | efx_common.c | 218 if (net_dev->features & ~data & NETIF_F_NTUPLE) { in efx_siena_set_features()
|
/linux/drivers/net/ethernet/google/gve/ |
H A D | gve_ethtool.c | 792 if (!(netdev->features & NETIF_F_NTUPLE)) in gve_set_rxnfc()
|
H A D | gve_main.c | 2119 if ((netdev->features & NETIF_F_NTUPLE) && !(features & NETIF_F_NTUPLE)) { in gve_set_features()
|
H A D | gve_adminq.c | 1017 priv->dev->hw_features |= NETIF_F_NTUPLE; in gve_enable_supported_features()
|
/linux/net/ethtool/ |
H A D | ioctl.c | 291 NETIF_F_HW_VLAN_CTAG_TX | NETIF_F_NTUPLE | \ 304 if (dev->features & NETIF_F_NTUPLE) in __ethtool_get_flags() 326 features |= NETIF_F_NTUPLE; in __ethtool_set_flags()
|
/linux/drivers/net/ethernet/qlogic/qede/ |
H A 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/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_main.c | 4420 err |= MLX5E_HANDLE_FEATURE(NETIF_F_NTUPLE, set_feature_arfs); in mlx5e_set_features() 4446 features &= ~NETIF_F_NTUPLE; in mlx5e_fix_uplink_rep_features() 4447 if (netdev->features & NETIF_F_NTUPLE) in mlx5e_fix_uplink_rep_features() 5784 netdev->hw_features |= NETIF_F_NTUPLE; in mlx5e_build_nic_netdev() 5786 netdev->features |= NETIF_F_NTUPLE; in mlx5e_build_nic_netdev()
|
H A D | en_fs.c | 1317 netdev->hw_features &= ~NETIF_F_NTUPLE; in mlx5e_create_flow_steering()
|
/linux/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_enet.c | 2446 if ((changed & NETIF_F_NTUPLE) && h->ae_algo->ops->enable_fd) { in hns3_nic_set_features() 2447 enable = !!(features & NETIF_F_NTUPLE); in hns3_nic_set_features() 3336 netdev->features |= NETIF_F_NTUPLE; in hns3_set_default_feature() 3358 NETIF_F_HW_VLAN_CTAG_RX | NETIF_F_GRO_HW | NETIF_F_NTUPLE | in hns3_set_default_feature()
|
/linux/drivers/net/ethernet/wangxun/libwx/ |
H A D | wx_lib.c | 2940 switch (features & NETIF_F_NTUPLE) { in wx_set_features() 2941 case NETIF_F_NTUPLE: in wx_set_features()
|