Searched refs:NETIF_F_RXHASH (Results 1 – 25 of 79) sorted by relevance
1234
130 #define NETIF_F_RXHASH __NETIF_F(RXHASH) macro
148 ndev->hw_features |= NETIF_F_RXHASH; in enetc_vf_netdev_setup()
79 if (!(rx_ring->netdev->features & NETIF_F_RXHASH)) in ice_rx_hash()
357 netdev->hw_features |= NETIF_F_RXHASH; in xgbe_config_netdev()
2231 rxhash = pdata->netdev_features & NETIF_F_RXHASH; in xgbe_set_features()2236 if ((features & NETIF_F_RXHASH) && !rxhash) in xgbe_set_features()2238 else if (!(features & NETIF_F_RXHASH) && rxhash) in xgbe_set_features()
226 the NETIF_F_RXHASH feature is on (active by default). This can be turned241 NETIF_F_RXHASH feature flag).
886 rxhash = pdata->netdev_features & NETIF_F_RXHASH; in xlgmac_set_features()891 if ((features & NETIF_F_RXHASH) && !rxhash) in xlgmac_set_features()893 else if (!(features & NETIF_F_RXHASH) && rxhash) in xlgmac_set_features()
198 netdev->hw_features |= NETIF_F_RXHASH; in xlgmac_init()
354 netdev->hw_features |= NETIF_F_RXHASH; in nfp_repr_init()
1272 if (dev->features & NETIF_F_RXHASH && vi->has_rss_hash_report) in receive_buf()2587 if (vi->dev->features & NETIF_F_RXHASH) in virtnet_set_hashflow()3236 if ((dev->features ^ features) & NETIF_F_RXHASH) { in virtnet_set_features()3237 if (features & NETIF_F_RXHASH) in virtnet_set_features()3834 dev->hw_features |= NETIF_F_RXHASH; in virtnet_probe()
1373 if (features & NETIF_F_RXHASH) in ionic_netdev_features_to_nic()1497 features |= NETIF_F_RXHASH; in ionic_init_nic_features()1513 netdev->hw_features |= NETIF_F_RXHASH; in ionic_init_nic_features()2040 if (lif->netdev->features & NETIF_F_RXHASH) in ionic_txrx_init()3128 if (lif->netdev->features & NETIF_F_RXHASH) in ionic_lif_deinit()
42 NETIF_F_RXHASH | \
640 if (feat & NETIF_F_RXHASH) in gve_rx_complete_skb()
605 if (likely(feat & NETIF_F_RXHASH) && in gve_rx()
641 NETIF_F_IPV6_CSUM | NETIF_F_RXHASH | in otx2vf_probe()
98 netdev->hw_features |= NETIF_F_RXHASH; in mlx5i_init()
435 if (likely((q->netdev->features & NETIF_F_RXHASH) && rxreq->hash)) in fun_handle_cqe_pkt()
38 NETIF_F_RXHASH | \
446 if (efx->net_dev->features & NETIF_F_RXHASH) in ef4_rx_packet_gro()
1103 NETIF_F_RXHASH | NETIF_F_NTUPLE),
528 if (efx->net_dev->features & NETIF_F_RXHASH) in efx_siena_rx_packet_gro()
250 - If the NETIF_F_RXHASH flag is set, the 32-bit result of the hash
293 NETIF_F_RXHASH)307 if (dev->features & NETIF_F_RXHASH) in __ethtool_get_flags()329 features |= NETIF_F_RXHASH; in __ethtool_set_flags()
523 if (efx->net_dev->features & NETIF_F_RXHASH && in efx_rx_packet_gro()
879 NETIF_F_SG | NETIF_F_RXHASH)