/linux/drivers/net/ethernet/aquantia/atlantic/ |
A D | aq_main.c | 155 if (!(features & NETIF_F_NTUPLE)) { in aq_ndev_set_features() 156 if (aq_nic->ndev->features & NETIF_F_NTUPLE) { in aq_ndev_set_features()
|
A D | aq_filters.c | 239 if (!(aq_nic->ndev->features & NETIF_F_NTUPLE)) { in aq_rule_is_not_support()
|
/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
A D | otx2_vf.c | 476 bool ntuple_enabled = !!(features & NETIF_F_NTUPLE); in otx2vf_set_features() 479 if (changed & NETIF_F_NTUPLE) { in otx2vf_set_features() 663 netdev->hw_features |= NETIF_F_NTUPLE; in otx2vf_probe()
|
A D | otx2_pf.c | 1861 bool ntuple = !!(features & NETIF_F_NTUPLE); in otx2_set_features() 1873 if ((changed & NETIF_F_NTUPLE) && !ntuple) in otx2_set_features() 1876 if ((changed & NETIF_F_NTUPLE) && ntuple) { in otx2_set_features() 1898 if ((changed & NETIF_F_NTUPLE) && ntuple && in otx2_set_features() 1906 (netdev->features & NETIF_F_NTUPLE) && !(changed & NETIF_F_NTUPLE)) { in otx2_set_features() 2724 netdev->hw_features |= NETIF_F_NTUPLE; in otx2_probe()
|
A D | otx2_ethtool.c | 653 bool ntuple = !!(dev->features & NETIF_F_NTUPLE); in otx2_get_rxnfc() 686 bool ntuple = !!(dev->features & NETIF_F_NTUPLE); in otx2_set_rxnfc()
|
/linux/include/linux/ |
A D | netdev_features.h | 128 #define NETIF_F_NTUPLE __NETIF_F(NTUPLE) macro
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | en_arfs.c | 184 if (!(priv->netdev->hw_features & NETIF_F_NTUPLE)) in mlx5e_arfs_destroy_tables() 361 if (!(priv->netdev->hw_features & NETIF_F_NTUPLE)) in mlx5e_arfs_create_tables()
|
A D | en_main.c | 3782 err |= MLX5E_HANDLE_FEATURE(NETIF_F_NTUPLE, set_feature_arfs); in mlx5e_set_features() 3805 features &= ~NETIF_F_NTUPLE; in mlx5e_fix_uplink_rep_features() 3806 if (netdev->features & NETIF_F_NTUPLE) in mlx5e_fix_uplink_rep_features() 4846 netdev->hw_features |= NETIF_F_NTUPLE; in mlx5e_build_nic_netdev()
|
A D | en_fs.c | 1280 priv->netdev->hw_features &= ~NETIF_F_NTUPLE; in mlx5e_create_flow_steering()
|
/linux/drivers/net/ethernet/cadence/ |
A D | macb_main.c | 3235 if (!(netdev->features & NETIF_F_NTUPLE)) in gem_enable_flow_filters() 3626 gem_enable_flow_filters(bp, !!(features & NETIF_F_NTUPLE)); in macb_set_rxflow_feature() 3644 if (changed & NETIF_F_NTUPLE) in macb_set_features() 3969 dev->hw_features |= NETIF_F_NTUPLE; in macb_init() 4948 if (netdev->hw_features & NETIF_F_NTUPLE) in macb_suspend() 5015 if (netdev->hw_features & NETIF_F_NTUPLE) in macb_resume()
|
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
A D | hw_atl2.c | 47 NETIF_F_NTUPLE | \
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
A D | ipoib.c | 329 priv->netdev->hw_features &= ~NETIF_F_NTUPLE; in mlx5i_create_flow_steering()
|
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
A D | hw_atl_a0.c | 42 NETIF_F_NTUPLE | \
|
A D | hw_atl_b0.c | 46 NETIF_F_NTUPLE | \
|
/linux/drivers/net/ethernet/sfc/ |
A D | siena.c | 1092 NETIF_F_RXHASH | NETIF_F_NTUPLE),
|
A D | rx_common.c | 815 if (efx->type->offload_features & NETIF_F_NTUPLE) { in efx_probe_filters()
|
A D | efx_common.c | 217 if (net_dev->features & ~data & NETIF_F_NTUPLE) { in efx_set_features()
|
A D | ef100_nic.c | 702 NETIF_F_HIGHDMA | NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_NTUPLE | \
|
/linux/net/ethtool/ |
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/sfc/falcon/ |
A D | efx.c | 1697 if (efx->type->offload_features & NETIF_F_NTUPLE) { in ef4_probe_filters() 2194 if (net_dev->features & ~data & NETIF_F_NTUPLE) { in ef4_set_features()
|
/linux/drivers/net/ethernet/intel/ice/ |
A D | ice_main.c | 3229 NETIF_F_NTUPLE | in ice_set_netdev_features() 5640 if ((features & NETIF_F_NTUPLE) && in ice_set_features() 5641 !(netdev->features & NETIF_F_NTUPLE)) { in ice_set_features() 5644 } else if (!(features & NETIF_F_NTUPLE) && in ice_set_features() 5645 (netdev->features & NETIF_F_NTUPLE)) { in ice_set_features()
|
/linux/drivers/net/ethernet/hisilicon/hns3/ |
A D | hns3_enet.c | 2330 if ((changed & NETIF_F_NTUPLE) && h->ae_algo->ops->enable_fd) { in hns3_nic_set_features() 2331 enable = !!(features & NETIF_F_NTUPLE); in hns3_nic_set_features() 3147 netdev->features |= NETIF_F_NTUPLE; in hns3_set_default_feature() 3170 NETIF_F_HW_VLAN_CTAG_RX | NETIF_F_GRO_HW | NETIF_F_NTUPLE | in hns3_set_default_feature()
|
/linux/drivers/net/ethernet/qlogic/qede/ |
A D | qede_main.c | 797 hw_features |= NETIF_F_NTUPLE; in qede_init_ndev() 2386 edev->ndev->features &= ~NETIF_F_NTUPLE; in qede_load()
|
/linux/drivers/net/ethernet/broadcom/bnxt/ |
A D | bnxt.c | 10207 bp->dev->hw_features &= ~NETIF_F_NTUPLE; in __bnxt_open_nic() 10918 if ((features & NETIF_F_NTUPLE) && !bnxt_rfs_capable(bp)) in bnxt_fix_features() 10919 features &= ~NETIF_F_NTUPLE; in bnxt_fix_features() 10968 if (features & NETIF_F_NTUPLE) in bnxt_set_features() 11984 dev->hw_features &= ~NETIF_F_NTUPLE; in bnxt_set_dflt_rfs() 11985 dev->features &= ~NETIF_F_NTUPLE; in bnxt_set_dflt_rfs() 11988 dev->hw_features |= NETIF_F_NTUPLE; in bnxt_set_dflt_rfs() 11991 dev->features |= NETIF_F_NTUPLE; in bnxt_set_dflt_rfs() 13120 bp->dev->features |= NETIF_F_NTUPLE; in bnxt_init_dflt_ring_mode()
|
/linux/drivers/net/ethernet/intel/igc/ |
A D | igc_main.c | 4943 if (!(changed & (NETIF_F_RXALL | NETIF_F_NTUPLE))) in igc_set_features() 4946 if (!(features & NETIF_F_NTUPLE)) in igc_set_features() 6352 netdev->hw_features |= NETIF_F_NTUPLE; in igc_probe()
|