/openbmc/linux/include/linux/ |
H A D | netdev_features.h | 130 #define NETIF_F_RXHASH __NETIF_F(RXHASH) macro
|
/openbmc/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_vf.c | 155 ndev->hw_features |= NETIF_F_RXHASH; in enetc_vf_netdev_setup()
|
/openbmc/linux/drivers/net/ethernet/synopsys/ |
H 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()
|
H A D | dwc-xlgmac-common.c | 198 netdev->hw_features |= NETIF_F_RXHASH; in xlgmac_init()
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/freescale/ |
H 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).
|
/openbmc/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-main.c | 357 netdev->hw_features |= NETIF_F_RXHASH; in xgbe_config_netdev()
|
H 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()
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_txrx_lib.c | 79 if (!(rx_ring->netdev->features & NETIF_F_RXHASH)) in ice_rx_hash()
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net_repr.c | 353 netdev->hw_features |= NETIF_F_RXHASH; in nfp_repr_init()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_rx.c | 692 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()
|
/openbmc/linux/drivers/net/ethernet/wangxun/txgbe/ |
H A D | txgbe_main.c | 621 NETIF_F_RXHASH | in txgbe_probe()
|
/openbmc/linux/drivers/net/ethernet/wangxun/ngbe/ |
H A D | ngbe_main.c | 570 NETIF_F_RXHASH | NETIF_F_RXCSUM; in ngbe_probe()
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_vf.c | 653 NETIF_F_IPV6_CSUM | NETIF_F_RXHASH | in otx2vf_probe()
|
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
H A D | hw_atl2.c | 42 NETIF_F_RXHASH | \
|
/openbmc/linux/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_lif.c | 1465 if (features & NETIF_F_RXHASH) in ionic_netdev_features_to_nic() 1595 features |= NETIF_F_RXHASH; in ionic_init_nic_features() 1611 netdev->hw_features |= NETIF_F_RXHASH; in ionic_init_nic_features() 2150 if (lif->netdev->features & NETIF_F_RXHASH) in ionic_txrx_init() 3418 if (lif->netdev->features & NETIF_F_RXHASH) in ionic_lif_deinit()
|
/openbmc/linux/drivers/net/ethernet/fungible/funeth/ |
H A D | funeth_rx.c | 434 if (likely((q->netdev->features & NETIF_F_RXHASH) && rxreq->hash)) in fun_handle_cqe_pkt()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
H A D | ipoib.c | 101 netdev->hw_features |= NETIF_F_RXHASH; in mlx5i_init()
|
/openbmc/linux/drivers/net/ |
H A D | virtio_net.c | 1816 if (dev->features & NETIF_F_RXHASH && vi->has_rss_hash_report) in receive_buf() 3140 if (vi->dev->features & NETIF_F_RXHASH) in virtnet_set_hashflow() 3945 if ((dev->features ^ features) & NETIF_F_RXHASH) { in virtnet_set_features() 3946 if (features & NETIF_F_RXHASH) in virtnet_set_features() 4572 dev->hw_features |= NETIF_F_RXHASH; in virtnet_probe()
|
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
H A D | hw_atl_a0.c | 38 NETIF_F_RXHASH | \
|
/openbmc/linux/drivers/net/ethernet/google/gve/ |
H A D | gve_rx_dqo.c | 735 if (feat & NETIF_F_RXHASH) in gve_rx_complete_skb()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | xdp.c | 244 if (unlikely(!(_ctx->xdp.rxq->dev->features & NETIF_F_RXHASH))) in mlx5e_xdp_rx_hash()
|
/openbmc/linux/drivers/net/ethernet/sfc/falcon/ |
H A D | rx.c | 446 if (efx->net_dev->features & NETIF_F_RXHASH) in ef4_rx_packet_gro()
|
/openbmc/linux/drivers/net/ethernet/sfc/siena/ |
H A D | siena.c | 1103 NETIF_F_RXHASH | NETIF_F_NTUPLE),
|
/openbmc/linux/net/ethtool/ |
H A D | ioctl.c | 287 NETIF_F_RXHASH) 301 if (dev->features & NETIF_F_RXHASH) in __ethtool_get_flags() 323 features |= NETIF_F_RXHASH; in __ethtool_set_flags()
|
/openbmc/linux/drivers/net/ethernet/cavium/thunder/ |
H A D | nicvf_main.c | 734 if (!(netdev->features & NETIF_F_RXHASH)) in nicvf_set_rxhash() 2210 netdev->hw_features |= NETIF_F_RXHASH; in nicvf_probe()
|