Searched refs:NETIF_F_RXHASH (Results 1 – 25 of 56) sorted by relevance
123
123 #define NETIF_F_RXHASH __NETIF_F(RXHASH) macro
359 netdev->hw_features |= NETIF_F_RXHASH; in xgbe_config_netdev()
2343 rxhash = pdata->netdev_features & NETIF_F_RXHASH; in xgbe_set_features()2349 if ((features & NETIF_F_RXHASH) && !rxhash) in xgbe_set_features()2351 else if (!(features & NETIF_F_RXHASH) && rxhash) in xgbe_set_features()
218 the NETIF_F_RXHASH feature is on (active by default). This can be turned233 NETIF_F_RXHASH feature flag).
249 - If the NETIF_F_RXHASH flag is set, the 32-bit result of the hash
887 rxhash = pdata->netdev_features & NETIF_F_RXHASH; in xlgmac_set_features()892 if ((features & NETIF_F_RXHASH) && !rxhash) in xlgmac_set_features()894 else if (!(features & NETIF_F_RXHASH) && rxhash) in xlgmac_set_features()
198 netdev->hw_features |= NETIF_F_RXHASH; in xlgmac_init()
2665 if ((changed & NETIF_F_RXHASH) && netif_running(dev)) in vxge_fix_features()2666 features ^= NETIF_F_RXHASH; in vxge_fix_features()2676 if (!(changed & NETIF_F_RXHASH)) in vxge_set_features()2681 vdev->devh->config.rth_en = !!(features & NETIF_F_RXHASH); in vxge_set_features()2683 dev->features = features ^ NETIF_F_RXHASH; in vxge_set_features()2684 vdev->devh->config.rth_en = !!(dev->features & NETIF_F_RXHASH); in vxge_set_features()3418 ndev->hw_features |= NETIF_F_RXHASH; in vxge_device_register()
349 NETIF_F_RXHASH; in wil_vif_alloc()
105 netdev->hw_features |= NETIF_F_RXHASH; in mlx5i_init()
823 if (likely(netdev->features & NETIF_F_RXHASH)) in mlx5e_build_rx_skb()1282 if (likely(netdev->features & NETIF_F_RXHASH)) in mlx5i_complete_rx_cqe()
335 NETIF_F_RXHASH)349 if (dev->features & NETIF_F_RXHASH) in __ethtool_get_flags()371 features |= NETIF_F_RXHASH; in __ethtool_set_flags()
39 NETIF_F_RXHASH | \
41 NETIF_F_RXHASH | \
443 if (efx->net_dev->features & NETIF_F_RXHASH) in ef4_rx_packet_gro()
1083 NETIF_F_RXHASH | NETIF_F_NTUPLE),
432 if (efx->net_dev->features & NETIF_F_RXHASH) in efx_rx_packet_gro()
716 if (!(netdev->features & NETIF_F_RXHASH)) in nicvf_set_rxhash()2168 netdev->hw_features |= NETIF_F_RXHASH; in nicvf_probe()
251 NETIF_F_RXHASH | NETIF_F_SG | NETIF_F_LRO; in aq_nic_ndev_init()
1218 if (!(dev->features & NETIF_F_RXHASH)) in mlx4_en_check_rxfh_func()1224 if (dev->features & NETIF_F_RXHASH) in mlx4_en_check_rxfh_func()
814 ndev->vlan_features = hw_features | NETIF_F_RXHASH | NETIF_F_RXCSUM | in qede_init_ndev()816 ndev->features = hw_features | NETIF_F_RXHASH | NETIF_F_RXCSUM | in qede_init_ndev()
242 NETIF_F_LLTX | NETIF_F_RXHASH); in dpaa_netdev_init()2341 if (net_dev->features & NETIF_F_RXHASH && priv->keygen_in_use && in rx_default_dqrr()
824 if (!(rx_ring->netdev->features & NETIF_F_RXHASH)) in ice_rx_hash()
1417 (adapter->netdev->features & NETIF_F_RXHASH)) in vmxnet3_rq_rx_complete()3454 netdev->hw_features |= NETIF_F_RXHASH; in vmxnet3_probe_device()3455 netdev->features |= NETIF_F_RXHASH; in vmxnet3_probe_device()
1307 if (features & NETIF_F_RXHASH) { in rx_set_rss()4387 if ( (features & NETIF_F_RXHASH) && in sky2_fix_features()4410 if (changed & NETIF_F_RXHASH) in sky2_set_features()4801 dev->hw_features |= NETIF_F_RXHASH; in sky2_init_netdev()