| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/ |
| H A D | ice_txrx_lib.c | 62 if (!(rx_ring->netdev->features & NETIF_F_RXHASH)) in ice_rx_hash()
|
| H A D | ice_main.c | 2952 NETIF_F_RXHASH; in ice_set_netdev_features() 5137 if (features & NETIF_F_RXHASH && !(netdev->features & NETIF_F_RXHASH)) in ice_set_features() 5139 else if (!(features & NETIF_F_RXHASH) && in ice_set_features() 5140 netdev->features & NETIF_F_RXHASH) in ice_set_features()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | netdev_features.h | 124 #define NETIF_F_RXHASH __NETIF_F(RXHASH) macro
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/enetc/ |
| H A D | enetc_vf.c | 134 ndev->hw_features |= NETIF_F_RXHASH; in enetc_vf_netdev_setup()
|
| H A D | enetc.c | 1709 if (changed & NETIF_F_RXHASH) in enetc_set_features() 1710 enetc_set_rss(ndev, !!(features & NETIF_F_RXHASH)); in enetc_set_features()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/synopsys/ |
| H A D | dwc-xlgmac-net.c | 887 rxhash = pdata->netdev_features & NETIF_F_RXHASH; in xlgmac_set_features() 892 if ((features & NETIF_F_RXHASH) && !rxhash) in xlgmac_set_features() 894 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()
|
| /OK3568_Linux_fs/kernel/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).
|
| /OK3568_Linux_fs/kernel/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 | 2238 rxhash = pdata->netdev_features & NETIF_F_RXHASH; in xgbe_set_features() 2243 if ((features & NETIF_F_RXHASH) && !rxhash) in xgbe_set_features() 2245 else if (!(features & NETIF_F_RXHASH) && rxhash) in xgbe_set_features()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/neterion/vxge/ |
| H A D | vxge-main.c | 2662 if ((changed & NETIF_F_RXHASH) && netif_running(dev)) in vxge_fix_features() 2663 features ^= NETIF_F_RXHASH; in vxge_fix_features() 2673 if (!(changed & NETIF_F_RXHASH)) in vxge_set_features() 2678 vdev->devh->config.rth_en = !!(features & NETIF_F_RXHASH); in vxge_set_features() 2680 dev->features = features ^ NETIF_F_RXHASH; in vxge_set_features() 2681 vdev->devh->config.rth_en = !!(dev->features & NETIF_F_RXHASH); in vxge_set_features() 3416 ndev->hw_features |= NETIF_F_RXHASH; in vxge_device_register()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/google/gve/ |
| H A D | gve_rx.c | 374 if (likely(feat & NETIF_F_RXHASH) && in gve_rx()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/ |
| H A D | nfp_net_repr.c | 354 netdev->hw_features |= NETIF_F_RXHASH; in nfp_repr_init()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/pensando/ionic/ |
| H A D | ionic_lif.c | 1229 if (features & NETIF_F_RXHASH) in ionic_netdev_features_to_nic() 1339 NETIF_F_RXHASH | in ionic_init_nic_features() 1361 netdev->hw_features |= NETIF_F_RXHASH; in ionic_init_nic_features() 1780 if (lif->netdev->features & NETIF_F_RXHASH) in ionic_txrx_init() 2660 if (lif->netdev->features & NETIF_F_RXHASH) in ionic_lif_deinit()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_vf.c | 557 NETIF_F_IPV6_CSUM | NETIF_F_RXHASH | in otx2vf_probe()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
| H A D | ipoib.c | 104 netdev->hw_features |= NETIF_F_RXHASH; in mlx5i_init()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
| H A D | hw_atl2.c | 42 NETIF_F_RXHASH | \
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_uio.c | 557 if (priv->dev->features & NETIF_F_RXHASH) in uio_mac_config_rss()
|
| /OK3568_Linux_fs/kernel/net/ethtool/ |
| H A D | ioctl.c | 267 NETIF_F_RXHASH) 281 if (dev->features & NETIF_F_RXHASH) in __ethtool_get_flags() 303 features |= NETIF_F_RXHASH; in __ethtool_set_flags()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_rx.c | 1072 if (likely(netdev->features & NETIF_F_RXHASH)) in mlx5e_build_rx_skb() 1682 if (likely(netdev->features & NETIF_F_RXHASH)) in mlx5i_complete_rx_cqe()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/ |
| H A D | rx.c | 446 if (efx->net_dev->features & NETIF_F_RXHASH) in ef4_rx_packet_gro()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
| H A D | hw_atl_a0.c | 38 NETIF_F_RXHASH | \
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/amazon/ |
| H A D | ena.rst | 259 - If the NETIF_F_RXHASH flag is set, the 32-bit result of the hash
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/ |
| H A D | siena.c | 1092 NETIF_F_RXHASH | NETIF_F_NTUPLE),
|
| /OK3568_Linux_fs/kernel/drivers/net/hyperv/ |
| H A D | hyperv_net.h | 839 NETIF_F_SG | NETIF_F_RXHASH)
|