Searched refs:NETIF_F_RXHASH (Results 1 – 25 of 74) sorted by relevance
123
62 if (!(rx_ring->netdev->features & NETIF_F_RXHASH)) in ice_rx_hash()
2952 NETIF_F_RXHASH; in ice_set_netdev_features()5137 if (features & NETIF_F_RXHASH && !(netdev->features & NETIF_F_RXHASH)) in ice_set_features()5139 else if (!(features & NETIF_F_RXHASH) && in ice_set_features()5140 netdev->features & NETIF_F_RXHASH) in ice_set_features()
124 #define NETIF_F_RXHASH __NETIF_F(RXHASH) macro
134 ndev->hw_features |= NETIF_F_RXHASH; in enetc_vf_netdev_setup()
1705 if (changed & NETIF_F_RXHASH) in enetc_set_features()1706 enetc_set_rss(ndev, !!(features & NETIF_F_RXHASH)); in enetc_set_features()
357 netdev->hw_features |= NETIF_F_RXHASH; in xgbe_config_netdev()
2241 rxhash = pdata->netdev_features & NETIF_F_RXHASH; in xgbe_set_features()2246 if ((features & NETIF_F_RXHASH) && !rxhash) in xgbe_set_features()2248 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).
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()
2662 if ((changed & NETIF_F_RXHASH) && netif_running(dev)) in vxge_fix_features()2663 features ^= NETIF_F_RXHASH; in vxge_fix_features()2673 if (!(changed & NETIF_F_RXHASH)) in vxge_set_features()2678 vdev->devh->config.rth_en = !!(features & NETIF_F_RXHASH); in vxge_set_features()2680 dev->features = features ^ NETIF_F_RXHASH; in vxge_set_features()2681 vdev->devh->config.rth_en = !!(dev->features & NETIF_F_RXHASH); in vxge_set_features()3416 ndev->hw_features |= NETIF_F_RXHASH; in vxge_device_register()
354 netdev->hw_features |= NETIF_F_RXHASH; in nfp_repr_init()
374 if (likely(feat & NETIF_F_RXHASH) && in gve_rx()
557 NETIF_F_IPV6_CSUM | NETIF_F_RXHASH | in otx2vf_probe()
173 if (!(pfvf->netdev->features & NETIF_F_RXHASH)) in otx2_set_rxhash()
1229 if (features & NETIF_F_RXHASH) in ionic_netdev_features_to_nic()1339 NETIF_F_RXHASH | in ionic_init_nic_features()1361 netdev->hw_features |= NETIF_F_RXHASH; in ionic_init_nic_features()1780 if (lif->netdev->features & NETIF_F_RXHASH) in ionic_txrx_init()2660 if (lif->netdev->features & NETIF_F_RXHASH) in ionic_lif_deinit()
108 netdev->hw_features |= NETIF_F_RXHASH; in mlx5i_init()
42 NETIF_F_RXHASH | \
38 NETIF_F_RXHASH | \
446 if (efx->net_dev->features & NETIF_F_RXHASH) in ef4_rx_packet_gro()
1072 if (likely(netdev->features & NETIF_F_RXHASH)) in mlx5e_build_rx_skb()1682 if (likely(netdev->features & NETIF_F_RXHASH)) in mlx5i_complete_rx_cqe()
267 NETIF_F_RXHASH)281 if (dev->features & NETIF_F_RXHASH) in __ethtool_get_flags()303 features |= NETIF_F_RXHASH; in __ethtool_set_flags()
259 - If the NETIF_F_RXHASH flag is set, the 32-bit result of the hash
1092 NETIF_F_RXHASH | NETIF_F_NTUPLE),
839 NETIF_F_SG | NETIF_F_RXHASH)