Home
last modified time | relevance | path

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

1234

/linux-6.15/include/net/libeth/
H A Drx.h293 (dev->features & NETIF_F_RXHASH)); in libeth_rx_pt_has_hash()
/linux-6.15/include/linux/
H A Dnetdev_features.h126 #define NETIF_F_RXHASH __NETIF_F(RXHASH) macro
/linux-6.15/drivers/net/ethernet/freescale/enetc/
H A Denetc_vf.c159 ndev->hw_features |= NETIF_F_RXHASH; in enetc_vf_netdev_setup()
H A Denetc_pf_common.c138 ndev->hw_features |= NETIF_F_RXHASH; in enetc_pf_netdev_setup()
/linux-6.15/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-main.c357 netdev->hw_features |= NETIF_F_RXHASH; in xgbe_config_netdev()
H A Dxgbe-drv.c2248 rxhash = pdata->netdev_features & NETIF_F_RXHASH; in xgbe_set_features()
2253 if ((features & NETIF_F_RXHASH) && !rxhash) in xgbe_set_features()
2255 else if (!(features & NETIF_F_RXHASH) && rxhash) in xgbe_set_features()
/linux-6.15/Documentation/networking/device_drivers/ethernet/freescale/
H A Ddpaa.rst226 the NETIF_F_RXHASH feature is on (active by default). This can be turned
241 NETIF_F_RXHASH feature flag).
/linux-6.15/drivers/net/ethernet/synopsys/
H A 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()
H A Ddwc-xlgmac-common.c196 netdev->hw_features |= NETIF_F_RXHASH; in xlgmac_init()
/linux-6.15/drivers/net/ethernet/intel/idpf/
H A Didpf_lib.c772 dflt_features |= NETIF_F_RXHASH; in idpf_cfg_netdev()
2069 bool ena = idpf_is_feature_ena(vport, NETIF_F_RXHASH); in idpf_vport_manage_rss_lut()
2117 if (changed & NETIF_F_RXHASH) { in idpf_set_features()
2118 netdev->features ^= NETIF_F_RXHASH; in idpf_set_features()
/linux-6.15/drivers/net/ethernet/cisco/enic/
H A Denic_rq.c109 if ((netdev->features & NETIF_F_RXHASH) && rss_hash && type == 3) { in enic_rq_set_skb_flags()
/linux-6.15/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_repr.c352 netdev->hw_features |= NETIF_F_RXHASH; in nfp_repr_init()
/linux-6.15/drivers/net/ethernet/wangxun/ngbe/
H A Dngbe_main.c605 NETIF_F_RXHASH | NETIF_F_RXCSUM; in ngbe_probe()
/linux-6.15/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_main.c639 NETIF_F_RXHASH | in txgbe_probe()
/linux-6.15/drivers/net/ethernet/mellanox/mlx4/
H A Den_rx.c659 if (unlikely(!(_ctx->dev->features & NETIF_F_RXHASH))) in mlx4_en_xdp_rx_hash()
901 if (dev->features & NETIF_F_RXHASH) in mlx4_en_process_rx_cq()
/linux-6.15/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_netdev.c671 NETIF_F_RXHASH | in fbnic_netdev_alloc()
/linux-6.15/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2.c42 NETIF_F_RXHASH | \
/linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_vf.c655 NETIF_F_IPV6_CSUM | NETIF_F_RXHASH | in otx2vf_probe()
H A Drep.c678 NETIF_F_IPV6_CSUM | NETIF_F_RXHASH | in rvu_rep_create()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib.c101 netdev->hw_features |= NETIF_F_RXHASH; in mlx5i_init()
/linux-6.15/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_rx.c434 if (likely((q->netdev->features & NETIF_F_RXHASH) && rxreq->hash)) in fun_handle_cqe_pkt()
/linux-6.15/drivers/net/ethernet/tehuti/
H A Dtn40.c1677 NETIF_F_RXHASH | in tn40_netdev_alloc()
1683 NETIF_F_TSO | NETIF_F_GRO | NETIF_F_RXHASH; in tn40_netdev_alloc()
/linux-6.15/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.c1449 if (features & NETIF_F_RXHASH) in ionic_netdev_features_to_nic()
1579 features |= NETIF_F_RXHASH; in ionic_init_nic_features()
1595 netdev->hw_features |= NETIF_F_RXHASH; in ionic_init_nic_features()
2163 if (lif->netdev->features & NETIF_F_RXHASH) in ionic_txrx_init()
3550 if (lif->netdev->features & NETIF_F_RXHASH) in ionic_lif_deinit()
/linux-6.15/drivers/net/ethernet/sfc/falcon/
H A Drx.c446 if (efx->net_dev->features & NETIF_F_RXHASH) in ef4_rx_packet_gro()
/linux-6.15/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_a0.c38 NETIF_F_RXHASH | \

1234