Home
last modified time | relevance | path

Searched refs:NETIF_F_RXHASH (Results 1 – 25 of 84) sorted by last modified time

1234

/linux/drivers/net/
H A Dvirtio_net.c1966 if (dev->features & NETIF_F_RXHASH && vi->has_rss_hash_report) in receive_buf()
3429 if (vi->dev->features & NETIF_F_RXHASH) in virtnet_set_hashflow()
5083 if ((dev->features ^ features) & NETIF_F_RXHASH) { in virtnet_set_features()
5084 if (features & NETIF_F_RXHASH) in virtnet_set_features()
5590 if (!(xdp->rxq->dev->features & NETIF_F_RXHASH)) in virtnet_xdp_rx_hash()
5737 dev->hw_features |= NETIF_F_RXHASH; in virtnet_probe()
/linux/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_main.c572 NETIF_F_RXHASH | in txgbe_probe()
/linux/drivers/net/ethernet/wangxun/ngbe/
H A Dngbe_main.c585 NETIF_F_RXHASH | NETIF_F_RXCSUM; in ngbe_probe()
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c505 if (!(ring->netdev->features & NETIF_F_RXHASH)) in wx_rx_hash()
2684 if (features & NETIF_F_RXHASH) { in wx_set_features()
/linux/include/net/libeth/
H A Drx.h227 (dev->features & NETIF_F_RXHASH)); in libeth_rx_pt_has_hash()
/linux/drivers/net/vmxnet3/
H A Dvmxnet3_drv.c1773 (adapter->netdev->features & NETIF_F_RXHASH)) { in vmxnet3_rq_rx_complete()
4056 netdev->hw_features |= NETIF_F_RXHASH; in vmxnet3_probe_device()
4057 netdev->features |= NETIF_F_RXHASH; in vmxnet3_probe_device()
/linux/drivers/net/hyperv/
H A Dnetvsc_drv.c856 if ((ppi_flags & NVSC_RSC_HASH_INFO) && (net->features & NETIF_F_RXHASH)) in netvsc_alloc_recv_skb()
/linux/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()
/linux/drivers/net/ethernet/sun/
H A Dniu.c3494 if (np->dev->features & NETIF_F_RXHASH) in niu_process_rx_pkt()
9738 dev->hw_features = NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_RXHASH; in niu_set_basic_features()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c3293 if (priv->dev->features & NETIF_F_RXHASH) in stmmac_mac_config_rss()
7689 ndev->features |= NETIF_F_RXHASH; in stmmac_dvr_probe()
/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.c1401 if (features & NETIF_F_RXHASH) in ionic_netdev_features_to_nic()
1531 features |= NETIF_F_RXHASH; in ionic_init_nic_features()
1547 netdev->hw_features |= NETIF_F_RXHASH; in ionic_init_nic_features()
2114 if (lif->netdev->features & NETIF_F_RXHASH) in ionic_txrx_init()
3460 if (lif->netdev->features & NETIF_F_RXHASH) in ionic_lif_deinit()
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_common.c2706 netdev->hw_features |= NETIF_F_RXHASH; in nfp_net_netdev_init()
H A Dnfp_net_repr.c353 netdev->hw_features |= NETIF_F_RXHASH; in nfp_repr_init()
/linux/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c1548 if (cqe->rx_hashtype != 0 && (ndev->features & NETIF_F_RXHASH)) { in mana_rx_skb()
2731 ndev->hw_features |= NETIF_F_RXHASH; in mana_probe_port()
/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib.c101 netdev->hw_features |= NETIF_F_RXHASH; in mlx5i_init()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c4371 features &= ~NETIF_F_RXHASH; in mlx5e_fix_features()
4372 if (netdev->features & NETIF_F_RXHASH) in mlx5e_fix_features()
5306 netdev->vlan_features |= NETIF_F_RXHASH; in mlx5e_build_nic_netdev()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dxdp.c244 if (unlikely(!(_ctx->xdp.rxq->dev->features & NETIF_F_RXHASH))) in mlx5e_xdp_rx_hash()
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_rx.c693 if (unlikely(!(_ctx->dev->features & NETIF_F_RXHASH))) in mlx4_en_xdp_rx_hash()
932 if (dev->features & NETIF_F_RXHASH) in mlx4_en_process_rx_cq()
H A Den_netdev.c3295 dev->hw_features |= NETIF_F_RXCSUM | NETIF_F_RXHASH; in mlx4_en_init_netdev()
/linux/drivers/net/ethernet/marvell/
H A Dsky2.c1294 if (features & NETIF_F_RXHASH) { in rx_set_rss()
4319 if ( (features & NETIF_F_RXHASH) && in sky2_fix_features()
4342 if (changed & NETIF_F_RXHASH) in sky2_set_features()
4644 dev->hw_features |= NETIF_F_RXHASH; in sky2_init_netdev()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_vf.c653 NETIF_F_IPV6_CSUM | NETIF_F_RXHASH | in otx2vf_probe()
H A Dotx2_pf.c3019 NETIF_F_IPV6_CSUM | NETIF_F_RXHASH | in otx2_probe()
H A Dotx2_txrx.c239 if (!(pfvf->netdev->features & NETIF_F_RXHASH)) in otx2_set_rxhash()
/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c5342 if (changed & NETIF_F_RXHASH) { in mvpp2_set_features()
5343 if (features & NETIF_F_RXHASH) in mvpp2_set_features()
6886 dev->hw_features |= NETIF_F_RXHASH; in mvpp2_port_probe()
/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c447 if (!(ring->netdev->features & NETIF_F_RXHASH)) in ixgbevf_rx_hash()

1234