Home
last modified time | relevance | path

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

1234

/linux-5.19.10/include/linux/
Dnetdev_features.h130 #define NETIF_F_RXHASH __NETIF_F(RXHASH) macro
/linux-5.19.10/drivers/net/ethernet/freescale/enetc/
Denetc_vf.c135 ndev->hw_features |= NETIF_F_RXHASH; in enetc_vf_netdev_setup()
/linux-5.19.10/drivers/net/ethernet/intel/ice/
Dice_txrx_lib.c79 if (!(rx_ring->netdev->features & NETIF_F_RXHASH)) in ice_rx_hash()
/linux-5.19.10/drivers/net/ethernet/amd/xgbe/
Dxgbe-main.c357 netdev->hw_features |= NETIF_F_RXHASH; in xgbe_config_netdev()
Dxgbe-drv.c2233 rxhash = pdata->netdev_features & NETIF_F_RXHASH; in xgbe_set_features()
2238 if ((features & NETIF_F_RXHASH) && !rxhash) in xgbe_set_features()
2240 else if (!(features & NETIF_F_RXHASH) && rxhash) in xgbe_set_features()
/linux-5.19.10/Documentation/networking/device_drivers/ethernet/freescale/
Ddpaa.rst226 the NETIF_F_RXHASH feature is on (active by default). This can be turned
241 NETIF_F_RXHASH feature flag).
/linux-5.19.10/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-5.19.10/drivers/net/ethernet/netronome/nfp/
Dnfp_net_repr.c354 netdev->hw_features |= NETIF_F_RXHASH; in nfp_repr_init()
/linux-5.19.10/drivers/net/
Dvirtio_net.c1257 if (dev->features & NETIF_F_RXHASH && vi->has_rss_hash_report) in receive_buf()
2456 if (vi->dev->features & NETIF_F_RXHASH) in virtnet_set_hashflow()
3038 if ((dev->features ^ features) & NETIF_F_RXHASH) { in virtnet_set_features()
3039 if (features & NETIF_F_RXHASH) in virtnet_set_features()
3603 dev->hw_features |= NETIF_F_RXHASH; in virtnet_probe()
/linux-5.19.10/drivers/net/ethernet/pensando/ionic/
Dionic_lif.c1376 if (features & NETIF_F_RXHASH) in ionic_netdev_features_to_nic()
1500 features |= NETIF_F_RXHASH; in ionic_init_nic_features()
1516 netdev->hw_features |= NETIF_F_RXHASH; in ionic_init_nic_features()
2043 if (lif->netdev->features & NETIF_F_RXHASH) in ionic_txrx_init()
3127 if (lif->netdev->features & NETIF_F_RXHASH) in ionic_lif_deinit()
/linux-5.19.10/drivers/net/ethernet/neterion/vxge/
Dvxge-main.c2649 if ((changed & NETIF_F_RXHASH) && netif_running(dev)) in vxge_fix_features()
2650 features ^= NETIF_F_RXHASH; in vxge_fix_features()
2660 if (!(changed & NETIF_F_RXHASH)) in vxge_set_features()
2665 vdev->devh->config.rth_en = !!(features & NETIF_F_RXHASH); in vxge_set_features()
3396 ndev->hw_features |= NETIF_F_RXHASH; in vxge_device_register()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dipoib.c97 netdev->hw_features |= NETIF_F_RXHASH; in mlx5i_init()
/linux-5.19.10/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_vf.c641 NETIF_F_IPV6_CSUM | NETIF_F_RXHASH | in otx2vf_probe()
/linux-5.19.10/drivers/net/ethernet/google/gve/
Dgve_rx_dqo.c640 if (feat & NETIF_F_RXHASH) in gve_rx_complete_skb()
Dgve_rx.c605 if (likely(feat & NETIF_F_RXHASH) && in gve_rx()
/linux-5.19.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
Dhw_atl2.c42 NETIF_F_RXHASH | \
/linux-5.19.10/drivers/net/ethernet/fungible/funeth/
Dfuneth_rx.c435 if (likely((q->netdev->features & NETIF_F_RXHASH) && rxreq->hash)) in fun_handle_cqe_pkt()
/linux-5.19.10/drivers/net/ethernet/sfc/falcon/
Drx.c446 if (efx->net_dev->features & NETIF_F_RXHASH) in ef4_rx_packet_gro()
/linux-5.19.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_a0.c38 NETIF_F_RXHASH | \
/linux-5.19.10/Documentation/networking/device_drivers/ethernet/amazon/
Dena.rst250 - If the NETIF_F_RXHASH flag is set, the 32-bit result of the hash
/linux-5.19.10/drivers/net/ethernet/sfc/siena/
Dsiena.c1103 NETIF_F_RXHASH | NETIF_F_NTUPLE),
Drx_common.c528 if (efx->net_dev->features & NETIF_F_RXHASH) in efx_siena_rx_packet_gro()
/linux-5.19.10/drivers/net/ethernet/microsoft/mana/
Dmana_en.c1029 if (cqe->rx_hashtype != 0 && (ndev->features & NETIF_F_RXHASH)) { in mana_rx_skb()
1941 ndev->hw_features |= NETIF_F_RXHASH; in mana_probe_port()
/linux-5.19.10/net/ethtool/
Dioctl.c293 NETIF_F_RXHASH)
307 if (dev->features & NETIF_F_RXHASH) in __ethtool_get_flags()
329 features |= NETIF_F_RXHASH; in __ethtool_set_flags()

1234