| /linux/include/net/libeth/ |
| A D | rx.h | 246 (dev->features & NETIF_F_RXHASH)); in libeth_rx_pt_has_hash()
|
| /linux/include/linux/ |
| A D | netdev_features.h | 126 #define NETIF_F_RXHASH __NETIF_F(RXHASH) macro
|
| /linux/drivers/net/ethernet/freescale/enetc/ |
| A D | enetc_vf.c | 155 ndev->hw_features |= NETIF_F_RXHASH; in enetc_vf_netdev_setup()
|
| /linux/drivers/net/ethernet/amd/xgbe/ |
| A D | xgbe-main.c | 357 netdev->hw_features |= NETIF_F_RXHASH; in xgbe_config_netdev()
|
| A D | xgbe-drv.c | 2248 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/Documentation/networking/device_drivers/ethernet/freescale/ |
| A D | dpaa.rst | 226 the NETIF_F_RXHASH feature is on (active by default). This can be turned 241 NETIF_F_RXHASH feature flag).
|
| /linux/drivers/net/ethernet/synopsys/ |
| A D | dwc-xlgmac-net.c | 886 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()
|
| A D | dwc-xlgmac-common.c | 196 netdev->hw_features |= NETIF_F_RXHASH; in xlgmac_init()
|
| /linux/drivers/net/ethernet/intel/idpf/ |
| A D | idpf_lib.c | 768 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/drivers/net/ethernet/netronome/nfp/ |
| A D | nfp_net_repr.c | 352 netdev->hw_features |= NETIF_F_RXHASH; in nfp_repr_init()
|
| /linux/drivers/net/ethernet/meta/fbnic/ |
| A D | fbnic_netdev.c | 548 NETIF_F_RXHASH | in fbnic_netdev_alloc()
|
| /linux/drivers/net/ethernet/wangxun/txgbe/ |
| A D | txgbe_main.c | 588 NETIF_F_RXHASH | in txgbe_probe()
|
| /linux/drivers/net/ethernet/wangxun/ngbe/ |
| A D | ngbe_main.c | 587 NETIF_F_RXHASH | NETIF_F_RXCSUM; in ngbe_probe()
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| A D | en_rx.c | 695 if (unlikely(!(_ctx->dev->features & NETIF_F_RXHASH))) in mlx4_en_xdp_rx_hash() 934 if (dev->features & NETIF_F_RXHASH) in mlx4_en_process_rx_cq()
|
| /linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
| A D | hw_atl2.c | 42 NETIF_F_RXHASH | \
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| A D | otx2_vf.c | 653 NETIF_F_IPV6_CSUM | NETIF_F_RXHASH | in otx2vf_probe()
|
| /linux/drivers/net/ |
| A D | virtio_net.c | 2363 if (dev->features & NETIF_F_RXHASH && vi->has_rss_hash_report) in virtnet_receive_done() 4049 if (vi->dev->features & NETIF_F_RXHASH) in virtnet_set_hashflow() 5816 if ((dev->features ^ features) & NETIF_F_RXHASH) { in virtnet_set_features() 5817 if (features & NETIF_F_RXHASH) in virtnet_set_features() 6341 if (!(xdp->rxq->dev->features & NETIF_F_RXHASH)) in virtnet_xdp_rx_hash() 6505 dev->hw_features |= NETIF_F_RXHASH; in virtnet_probe() 6627 dev->hw_features &= ~NETIF_F_RXHASH; in virtnet_probe()
|
| /linux/drivers/net/ethernet/fungible/funeth/ |
| A D | funeth_rx.c | 434 if (likely((q->netdev->features & NETIF_F_RXHASH) && rxreq->hash)) in fun_handle_cqe_pkt()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
| A D | ipoib.c | 101 netdev->hw_features |= NETIF_F_RXHASH; in mlx5i_init()
|
| /linux/drivers/net/ethernet/tehuti/ |
| A D | tn40.c | 1677 NETIF_F_RXHASH | in tn40_netdev_alloc() 1683 NETIF_F_TSO | NETIF_F_GRO | NETIF_F_RXHASH; in tn40_netdev_alloc()
|
| /linux/drivers/net/ethernet/pensando/ionic/ |
| A D | ionic_lif.c | 1449 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/drivers/net/ethernet/sfc/falcon/ |
| A D | rx.c | 446 if (efx->net_dev->features & NETIF_F_RXHASH) in ef4_rx_packet_gro()
|
| /linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
| A D | hw_atl_a0.c | 38 NETIF_F_RXHASH | \
|
| /linux/drivers/net/ethernet/sfc/ |
| A D | rx_common.c | 527 if (efx->net_dev->features & NETIF_F_RXHASH && in efx_rx_packet_gro()
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| A D | rx_common.c | 529 if (efx->net_dev->features & NETIF_F_RXHASH) in efx_siena_rx_packet_gro()
|