/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | fs.h | 161 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/ |
H A 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()
|
H A D | aq_filters.c | 239 if (!(aq_nic->ndev->features & NETIF_F_NTUPLE)) { in aq_rule_is_not_support()
|
/linux/include/linux/ |
H A D | netdev_features.h | 124 #define NETIF_F_NTUPLE __NETIF_F(NTUPLE) macro
|
/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_main.c | 4641 if ((netdev->features & NETIF_F_NTUPLE) ^ (features & NETIF_F_NTUPLE)) { in iavf_set_features() 4642 if (features & NETIF_F_NTUPLE) in iavf_set_features() 4998 features &= ~NETIF_F_NTUPLE; in iavf_fix_features() 5213 netdev->hw_features |= NETIF_F_NTUPLE; in iavf_process_config() 5214 netdev->features |= NETIF_F_NTUPLE; in iavf_process_config()
|
/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_ethtool.c | 723 bool ntuple = !!(dev->features & NETIF_F_NTUPLE); in otx2_get_rxnfc() 756 bool ntuple = !!(dev->features & NETIF_F_NTUPLE); in otx2_set_rxnfc()
|
/linux/drivers/net/ethernet/wangxun/ngbe/ |
H A D | ngbe_main.c | 593 netdev->hw_features |= NETIF_F_NTUPLE | NETIF_F_HW_TC; in ngbe_probe()
|
/linux/drivers/net/ethernet/cadence/ |
H A D | macb_main.c | 3460 if (!(netdev->features & NETIF_F_NTUPLE)) in gem_enable_flow_filters() 3872 gem_enable_flow_filters(bp, !!(features & NETIF_F_NTUPLE)); in macb_set_rxflow_feature() 3890 if (changed & NETIF_F_NTUPLE) in macb_set_features() 4221 dev->hw_features |= NETIF_F_NTUPLE; in macb_init() 5356 if (netdev->hw_features & NETIF_F_NTUPLE) in macb_suspend() 5428 if (netdev->hw_features & NETIF_F_NTUPLE) in macb_resume()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
H A D | ipoib.c | 379 priv->netdev->hw_features &= ~NETIF_F_NTUPLE; in mlx5i_create_flow_steering()
|
/linux/drivers/net/ethernet/google/gve/ |
H A D | gve_ethtool.c | 786 if (!(netdev->features & NETIF_F_NTUPLE)) in gve_set_rxnfc()
|
H A D | gve_main.c | 2104 if ((netdev->features & NETIF_F_NTUPLE) && !(features & NETIF_F_NTUPLE)) { in gve_set_features()
|
/linux/drivers/net/ethernet/sfc/siena/ |
H A D | efx_common.c | 218 if (net_dev->features & ~data & NETIF_F_NTUPLE) { in efx_siena_set_features()
|
/linux/net/ethtool/ |
H A D | ioctl.c | 290 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/mellanox/mlx5/core/ |
H A D | en_main.c | 4338 err |= MLX5E_HANDLE_FEATURE(NETIF_F_NTUPLE, set_feature_arfs); in mlx5e_set_features() 4364 features &= ~NETIF_F_NTUPLE; in mlx5e_fix_uplink_rep_features() 4365 if (netdev->features & NETIF_F_NTUPLE) in mlx5e_fix_uplink_rep_features() 5597 netdev->hw_features |= NETIF_F_NTUPLE; in mlx5e_build_nic_netdev() 5599 netdev->features |= NETIF_F_NTUPLE; in mlx5e_build_nic_netdev()
|
H A D | en_fs.c | 1313 netdev->hw_features &= ~NETIF_F_NTUPLE; in mlx5e_create_flow_steering()
|
/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/wangxun/libwx/ |
H A D | wx_lib.c | 2733 switch (features & NETIF_F_NTUPLE) { in wx_set_features() 2734 case NETIF_F_NTUPLE: in wx_set_features()
|
/linux/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_enet.c | 2435 if ((changed & NETIF_F_NTUPLE) && h->ae_algo->ops->enable_fd) { in hns3_nic_set_features() 2436 enable = !!(features & NETIF_F_NTUPLE); in hns3_nic_set_features() 3325 netdev->features |= NETIF_F_NTUPLE; in hns3_set_default_feature() 3347 NETIF_F_HW_VLAN_CTAG_RX | NETIF_F_GRO_HW | NETIF_F_NTUPLE | in hns3_set_default_feature()
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_main.c | 3627 NETIF_F_NTUPLE | in ice_set_netdev_features() 6578 if (changed & NETIF_F_NTUPLE) { in ice_set_features() 6579 bool ena = !!(features & NETIF_F_NTUPLE); in ice_set_features() 8931 if (vsi->netdev->features & NETIF_F_NTUPLE) { in ice_remove_q_channels()
|
/linux/drivers/net/ethernet/intel/igb/ |
H A D | igb_main.c | 2468 if (!(changed & (NETIF_F_RXALL | NETIF_F_NTUPLE))) in igb_set_features() 2471 if (!(features & NETIF_F_NTUPLE)) { in igb_set_features() 3320 netdev->hw_features |= NETIF_F_NTUPLE; in igb_probe() 5172 if (adapter->netdev->features & NETIF_F_NTUPLE) in igb_vlan_promisc_enable()
|
H A D | igb_ethtool.c | 2900 if (!(netdev->hw_features & NETIF_F_NTUPLE)) in igb_add_ethtool_nfc_entry()
|
/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_main.c | 5375 if (!(changed & (NETIF_F_RXALL | NETIF_F_NTUPLE))) in igc_set_features() 5378 if (!(features & NETIF_F_NTUPLE)) in igc_set_features() 7038 netdev->hw_features |= NETIF_F_NTUPLE; in igc_probe()
|
H A D | igc_ethtool.c | 1331 if (!(netdev->hw_features & NETIF_F_NTUPLE)) { in igc_ethtool_add_nfc_rule()
|
/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.c | 13271 if ((features & NETIF_F_NTUPLE) && !bnxt_rfs_capable(bp, false)) in bnxt_fix_features() 13272 features &= ~NETIF_F_NTUPLE; in bnxt_fix_features() 13331 if (features & NETIF_F_NTUPLE) in bnxt_set_features() 14446 dev->hw_features &= ~NETIF_F_NTUPLE; in bnxt_set_dflt_rfs() 14447 dev->features &= ~NETIF_F_NTUPLE; in bnxt_set_dflt_rfs() 14450 dev->hw_features |= NETIF_F_NTUPLE; in bnxt_set_dflt_rfs() 14453 dev->features |= NETIF_F_NTUPLE; in bnxt_set_dflt_rfs()
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_netdev.c | 3419 dev->hw_features |= NETIF_F_NTUPLE; in mlx4_en_init_netdev()
|