Home
last modified time | relevance | path

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

1234

/Linux-v6.6/include/linux/
Dnetdev_features.h130 #define NETIF_F_RXHASH __NETIF_F(RXHASH) macro
/Linux-v6.6/drivers/net/ethernet/freescale/enetc/
Denetc_vf.c148 ndev->hw_features |= NETIF_F_RXHASH; in enetc_vf_netdev_setup()
/Linux-v6.6/drivers/net/ethernet/amd/xgbe/
Dxgbe-main.c357 netdev->hw_features |= NETIF_F_RXHASH; in xgbe_config_netdev()
Dxgbe-drv.c2234 rxhash = pdata->netdev_features & NETIF_F_RXHASH; in xgbe_set_features()
2239 if ((features & NETIF_F_RXHASH) && !rxhash) in xgbe_set_features()
2241 else if (!(features & NETIF_F_RXHASH) && rxhash) in xgbe_set_features()
/Linux-v6.6/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-v6.6/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-net.c886 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()
Ddwc-xlgmac-common.c198 netdev->hw_features |= NETIF_F_RXHASH; in xlgmac_init()
/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_txrx_lib.c79 if (!(rx_ring->netdev->features & NETIF_F_RXHASH)) in ice_rx_hash()
/Linux-v6.6/drivers/net/ethernet/netronome/nfp/
Dnfp_net_repr.c353 netdev->hw_features |= NETIF_F_RXHASH; in nfp_repr_init()
/Linux-v6.6/drivers/net/ethernet/wangxun/ngbe/
Dngbe_main.c572 NETIF_F_RXHASH | NETIF_F_RXCSUM; in ngbe_probe()
/Linux-v6.6/drivers/net/ethernet/wangxun/txgbe/
Dtxgbe_main.c623 NETIF_F_RXHASH | in txgbe_probe()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx4/
Den_rx.c692 if (unlikely(!(_ctx->dev->features & NETIF_F_RXHASH))) in mlx4_en_xdp_rx_hash()
931 if (dev->features & NETIF_F_RXHASH) in mlx4_en_process_rx_cq()
/Linux-v6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
Dhw_atl2.c42 NETIF_F_RXHASH | \
/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_vf.c638 NETIF_F_IPV6_CSUM | NETIF_F_RXHASH | in otx2vf_probe()
/Linux-v6.6/drivers/net/
Dvirtio_net.c1783 if (dev->features & NETIF_F_RXHASH && vi->has_rss_hash_report) in receive_buf()
3067 if (vi->dev->features & NETIF_F_RXHASH) in virtnet_set_hashflow()
3849 if ((dev->features ^ features) & NETIF_F_RXHASH) { in virtnet_set_features()
3850 if (features & NETIF_F_RXHASH) in virtnet_set_features()
4472 dev->hw_features |= NETIF_F_RXHASH; in virtnet_probe()
/Linux-v6.6/drivers/net/ethernet/pensando/ionic/
Dionic_lif.c1467 if (features & NETIF_F_RXHASH) in ionic_netdev_features_to_nic()
1597 features |= NETIF_F_RXHASH; in ionic_init_nic_features()
1613 netdev->hw_features |= NETIF_F_RXHASH; in ionic_init_nic_features()
2152 if (lif->netdev->features & NETIF_F_RXHASH) in ionic_txrx_init()
3417 if (lif->netdev->features & NETIF_F_RXHASH) in ionic_lif_deinit()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dipoib.c101 netdev->hw_features |= NETIF_F_RXHASH; in mlx5i_init()
/Linux-v6.6/drivers/net/ethernet/fungible/funeth/
Dfuneth_rx.c434 if (likely((q->netdev->features & NETIF_F_RXHASH) && rxreq->hash)) in fun_handle_cqe_pkt()
/Linux-v6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_a0.c38 NETIF_F_RXHASH | \
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
Dxdp.c244 if (unlikely(!(_ctx->xdp.rxq->dev->features & NETIF_F_RXHASH))) in mlx5e_xdp_rx_hash()
/Linux-v6.6/drivers/net/ethernet/sfc/falcon/
Drx.c446 if (efx->net_dev->features & NETIF_F_RXHASH) in ef4_rx_packet_gro()
/Linux-v6.6/drivers/net/ethernet/google/gve/
Dgve_rx_dqo.c733 if (feat & NETIF_F_RXHASH) in gve_rx_complete_skb()
/Linux-v6.6/drivers/net/ethernet/sfc/siena/
Dsiena.c1103 NETIF_F_RXHASH | NETIF_F_NTUPLE),
/Linux-v6.6/net/ethtool/
Dioctl.c287 NETIF_F_RXHASH)
301 if (dev->features & NETIF_F_RXHASH) in __ethtool_get_flags()
323 features |= NETIF_F_RXHASH; in __ethtool_set_flags()
/Linux-v6.6/Documentation/networking/device_drivers/ethernet/amazon/
Dena.rst253 - If the NETIF_F_RXHASH flag is set, the 32-bit result of the hash

1234