Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/
H A Daq_main.c152 if (!(features & NETIF_F_NTUPLE)) { in aq_ndev_set_features()
153 if (aq_nic->ndev->features & NETIF_F_NTUPLE) { in aq_ndev_set_features()
H A Daq_filters.c239 if (!(aq_nic->ndev->features & NETIF_F_NTUPLE)) { in aq_rule_is_not_support()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdev_features.h122 #define NETIF_F_NTUPLE __NETIF_F(NTUPLE) macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A 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()
H A Den_fs.c1585 priv->netdev->hw_features &= ~NETIF_F_NTUPLE; in mlx5e_create_flow_steering()
H A Den_ethtool.c462 arfs_enabled = priv->netdev->features & NETIF_F_NTUPLE; in mlx5e_ethtool_set_channels()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cadence/
H A Dmacb_main.c3100 if (!(netdev->features & NETIF_F_NTUPLE)) in gem_enable_flow_filters()
3491 gem_enable_flow_filters(bp, !!(features & NETIF_F_NTUPLE)); in macb_set_rxflow_feature()
3509 if (changed & NETIF_F_NTUPLE) in macb_set_features()
3823 dev->hw_features |= NETIF_F_NTUPLE; in macb_init()
4775 if (netdev->hw_features & NETIF_F_NTUPLE) in macb_suspend()
4842 if (netdev->hw_features & NETIF_F_NTUPLE) in macb_resume()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib.c336 priv->netdev->hw_features &= ~NETIF_F_NTUPLE; in mlx5i_create_flow_steering()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2.c47 NETIF_F_NTUPLE | \
/OK3568_Linux_fs/kernel/net/ethtool/
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_a0.c42 NETIF_F_NTUPLE | \
H A Dhw_atl_b0.c46 NETIF_F_NTUPLE | \
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_main.c2951 NETIF_F_NTUPLE | in ice_set_netdev_features()
5164 if ((features & NETIF_F_NTUPLE) && in ice_set_features()
5165 !(netdev->features & NETIF_F_NTUPLE)) { in ice_set_features()
5168 } else if (!(features & NETIF_F_NTUPLE) && in ice_set_features()
5169 (netdev->features & NETIF_F_NTUPLE)) { in ice_set_features()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Dsiena.c1092 NETIF_F_RXHASH | NETIF_F_NTUPLE),
H A Defx_common.c217 if (net_dev->features & ~data & NETIF_F_NTUPLE) { in efx_set_features()
H A Drx_common.c818 if (efx->type->offload_features & NETIF_F_NTUPLE) { in efx_probe_filters()
H A Def100_nic.c690 NETIF_F_HIGHDMA | NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_NTUPLE | \
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/
H A 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()
H A Dfalcon.c2901 .offload_features = NETIF_F_IP_CSUM | NETIF_F_RXHASH | NETIF_F_NTUPLE,
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qede/
H A Dqede_main.c808 hw_features |= NETIF_F_NTUPLE; in qede_init_ndev()
2375 edev->ndev->features &= ~NETIF_F_NTUPLE; in qede_load()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igc/
H A Digc_main.c3952 if (!(changed & (NETIF_F_RXALL | NETIF_F_NTUPLE))) in igc_set_features()
3955 if (!(features & NETIF_F_NTUPLE)) in igc_set_features()
5134 netdev->hw_features |= NETIF_F_NTUPLE; in igc_probe()
H A Digc_ethtool.c1268 if (!(netdev->hw_features & NETIF_F_NTUPLE)) { in igc_ethtool_add_nfc_rule()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c9819 bp->dev->hw_features &= ~NETIF_F_NTUPLE; in __bnxt_open_nic()
10502 if ((features & NETIF_F_NTUPLE) && !bnxt_rfs_capable(bp)) in bnxt_fix_features()
10503 features &= ~NETIF_F_NTUPLE; in bnxt_fix_features()
10552 if (features & NETIF_F_NTUPLE) in bnxt_set_features()
11416 dev->hw_features &= ~NETIF_F_NTUPLE; in bnxt_set_dflt_rfs()
11417 dev->features &= ~NETIF_F_NTUPLE; in bnxt_set_dflt_rfs()
11420 dev->hw_features |= NETIF_F_NTUPLE; in bnxt_set_dflt_rfs()
11423 dev->features |= NETIF_F_NTUPLE; in bnxt_set_dflt_rfs()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A 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()
5060 if (adapter->netdev->features & NETIF_F_NTUPLE) in igb_vlan_promisc_enable()

12