Home
last modified time | relevance | path

Searched refs:NETIF_F_RXHASH (Results 1 – 25 of 56) sorted by relevance

123

/Linux-v4.19/include/linux/
Dnetdev_features.h123 #define NETIF_F_RXHASH __NETIF_F(RXHASH) macro
/Linux-v4.19/drivers/net/ethernet/amd/xgbe/
Dxgbe-main.c359 netdev->hw_features |= NETIF_F_RXHASH; in xgbe_config_netdev()
Dxgbe-drv.c2343 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()
/Linux-v4.19/Documentation/networking/
Ddpaa.txt218 the NETIF_F_RXHASH feature is on (active by default). This can be turned
233 NETIF_F_RXHASH feature flag).
Dena.txt249 - If the NETIF_F_RXHASH flag is set, the 32-bit result of the hash
/Linux-v4.19/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-net.c887 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()
Ddwc-xlgmac-common.c198 netdev->hw_features |= NETIF_F_RXHASH; in xlgmac_init()
/Linux-v4.19/drivers/net/ethernet/neterion/vxge/
Dvxge-main.c2665 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()
/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dnetdev.c349 NETIF_F_RXHASH; in wil_vif_alloc()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dipoib.c105 netdev->hw_features |= NETIF_F_RXHASH; in mlx5i_init()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c823 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()
/Linux-v4.19/net/core/
Dethtool.c335 NETIF_F_RXHASH)
349 if (dev->features & NETIF_F_RXHASH) in __ethtool_get_flags()
371 features |= NETIF_F_RXHASH; in __ethtool_set_flags()
/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_a0.c39 NETIF_F_RXHASH | \
Dhw_atl_b0.c41 NETIF_F_RXHASH | \
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Drx.c443 if (efx->net_dev->features & NETIF_F_RXHASH) in ef4_rx_packet_gro()
/Linux-v4.19/drivers/net/ethernet/sfc/
Dsiena.c1083 NETIF_F_RXHASH | NETIF_F_NTUPLE),
Drx.c432 if (efx->net_dev->features & NETIF_F_RXHASH) in efx_rx_packet_gro()
/Linux-v4.19/drivers/net/ethernet/cavium/thunder/
Dnicvf_main.c716 if (!(netdev->features & NETIF_F_RXHASH)) in nicvf_set_rxhash()
2168 netdev->hw_features |= NETIF_F_RXHASH; in nicvf_probe()
/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/
Daq_nic.c251 NETIF_F_RXHASH | NETIF_F_SG | NETIF_F_LRO; in aq_nic_ndev_init()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Den_ethtool.c1218 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()
/Linux-v4.19/drivers/net/ethernet/qlogic/qede/
Dqede_main.c814 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()
/Linux-v4.19/drivers/net/ethernet/freescale/dpaa/
Ddpaa_eth.c242 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()
/Linux-v4.19/drivers/net/ethernet/intel/ice/
Dice_txrx.c824 if (!(rx_ring->netdev->features & NETIF_F_RXHASH)) in ice_rx_hash()
/Linux-v4.19/drivers/net/vmxnet3/
Dvmxnet3_drv.c1417 (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()
/Linux-v4.19/drivers/net/ethernet/marvell/
Dsky2.c1307 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()

123