Searched refs:NETIF_F_RXHASH (Results 1 – 25 of 64) sorted by relevance
123
120 #define NETIF_F_RXHASH __NETIF_F(RXHASH) macro
144 ndev->hw_features |= NETIF_F_RXHASH; in enetc_vf_netdev_setup()
1535 if (changed & NETIF_F_RXHASH) in enetc_set_features()1536 enetc_set_rss(ndev, !!(features & NETIF_F_RXHASH)); in enetc_set_features()
736 ndev->hw_features |= NETIF_F_RXHASH; in enetc_pf_netdev_setup()
359 netdev->hw_features |= NETIF_F_RXHASH; in xgbe_config_netdev()
2342 rxhash = pdata->netdev_features & NETIF_F_RXHASH; in xgbe_set_features()2348 if ((features & NETIF_F_RXHASH) && !rxhash) in xgbe_set_features()2350 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).
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()
2660 if ((changed & NETIF_F_RXHASH) && netif_running(dev)) in vxge_fix_features()2661 features ^= NETIF_F_RXHASH; in vxge_fix_features()2671 if (!(changed & NETIF_F_RXHASH)) in vxge_set_features()2676 vdev->devh->config.rth_en = !!(features & NETIF_F_RXHASH); in vxge_set_features()2678 dev->features = features ^ NETIF_F_RXHASH; in vxge_set_features()2679 vdev->devh->config.rth_en = !!(dev->features & NETIF_F_RXHASH); in vxge_set_features()3413 ndev->hw_features |= NETIF_F_RXHASH; in vxge_device_register()
353 if (likely(feat & NETIF_F_RXHASH) && in gve_rx()
338 netdev->hw_features |= NETIF_F_RXHASH; in nfp_repr_init()
1034 if (features & NETIF_F_RXHASH) in ionic_netdev_features_to_nic()1139 NETIF_F_RXHASH | in ionic_init_nic_features()1161 netdev->hw_features |= NETIF_F_RXHASH; in ionic_init_nic_features()1495 if (lif->netdev->features & NETIF_F_RXHASH) in ionic_txrx_init()
118 if (netdev->features & NETIF_F_RXHASH) { in ionic_rx_clean()
1992 NETIF_F_RXHASH; in ice_set_netdev_features()3441 if (features & NETIF_F_RXHASH && !(netdev->features & NETIF_F_RXHASH)) in ice_set_features()3443 else if (!(features & NETIF_F_RXHASH) && in ice_set_features()3444 netdev->features & NETIF_F_RXHASH) in ice_set_features()
104 netdev->hw_features |= NETIF_F_RXHASH; in mlx5i_init()
1007 if (likely(netdev->features & NETIF_F_RXHASH)) in mlx5e_build_rx_skb()1496 if (likely(netdev->features & NETIF_F_RXHASH)) in mlx5i_complete_rx_cqe()
36 NETIF_F_RXHASH | \
38 NETIF_F_RXHASH | \
439 if (efx->net_dev->features & NETIF_F_RXHASH) in ef4_rx_packet_gro()
336 NETIF_F_RXHASH)350 if (dev->features & NETIF_F_RXHASH) in __ethtool_get_flags()372 features |= NETIF_F_RXHASH; in __ethtool_set_flags()
1080 NETIF_F_RXHASH | NETIF_F_NTUPLE),
427 if (efx->net_dev->features & NETIF_F_RXHASH) in efx_rx_packet_gro()
252 - If the NETIF_F_RXHASH flag is set, the 32-bit result of the hash
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()