/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_vf.c | 161 ndev->hw_features |= NETIF_F_RXHASH; in enetc_vf_netdev_setup() 162 ndev->features |= NETIF_F_RXHASH; in enetc_vf_netdev_setup()
|
H A D | enetc_pf_common.c | 132 ndev->hw_features |= NETIF_F_RXHASH; in enetc_pf_netdev_setup() 133 ndev->features |= NETIF_F_RXHASH; in enetc_pf_netdev_setup()
|
/linux/include/net/libeth/ |
H A D | rx.h | 299 (dev->features & NETIF_F_RXHASH)); in libeth_rx_pt_has_hash()
|
/linux/include/linux/ |
H A D | netdev_features.h | 126 #define NETIF_F_RXHASH __NETIF_F(RXHASH) macro
|
/linux/drivers/net/ethernet/broadcom/bnge/ |
H A D | bnge_netdev.c | 191 NETIF_F_RXHASH | in bnge_netdev_alloc()
|
/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-main.c | 248 netdev->hw_features |= NETIF_F_RXHASH; in xgbe_config_netdev()
|
H A D | xgbe-drv.c | 1951 rxhash = pdata->netdev_features & NETIF_F_RXHASH; in xgbe_set_features() 1956 if ((features & NETIF_F_RXHASH) && !rxhash) in xgbe_set_features() 1958 else if (!(features & NETIF_F_RXHASH) && rxhash) in xgbe_set_features()
|
/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).
|
/linux/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 | 196 netdev->hw_features |= NETIF_F_RXHASH; in xlgmac_init()
|
/linux/drivers/net/ethernet/intel/idpf/ |
H A D | idpf_lib.c | 806 dflt_features |= NETIF_F_RXHASH; in idpf_cfg_netdev() 2145 bool ena = idpf_is_feature_ena(vport, NETIF_F_RXHASH); in idpf_vport_manage_rss_lut() 2193 if (changed & NETIF_F_RXHASH) { in idpf_set_features() 2194 netdev->features ^= NETIF_F_RXHASH; in idpf_set_features()
|
/linux/drivers/net/ethernet/cisco/enic/ |
H A D | enic_rq.c | 109 if ((netdev->features & NETIF_F_RXHASH) && rss_hash && type == 3) { in enic_rq_set_skb_flags()
|
/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net_repr.c | 352 netdev->hw_features |= NETIF_F_RXHASH; in nfp_repr_init()
|
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
H A D | hw_atl2.c | 42 NETIF_F_RXHASH | \
|
/linux/drivers/net/ethernet/meta/fbnic/ |
H A D | fbnic_netdev.c | 720 NETIF_F_RXHASH | in fbnic_netdev_alloc()
|
/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_vf.c | 685 NETIF_F_IPV6_CSUM | NETIF_F_RXHASH | in otx2vf_probe()
|
H A D | rep.c | 679 NETIF_F_IPV6_CSUM | NETIF_F_RXHASH | in rvu_rep_create()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
H A D | ipoib.c | 102 netdev->hw_features |= NETIF_F_RXHASH; in mlx5i_init()
|
/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()
|
/linux/drivers/net/ethernet/tehuti/ |
H 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/ |
H 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() 3546 if (lif->netdev->features & NETIF_F_RXHASH) in ionic_lif_deinit()
|
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
H A D | hw_atl_a0.c | 38 NETIF_F_RXHASH | \
|
/linux/drivers/net/ethernet/sfc/falcon/ |
H A D | rx.c | 447 if (efx->net_dev->features & NETIF_F_RXHASH) in ef4_rx_packet_gro()
|
/linux/drivers/net/ethernet/sfc/siena/ |
H A D | rx_common.c | 526 if (efx->net_dev->features & NETIF_F_RXHASH) in efx_siena_rx_packet_gro()
|
H A D | siena.c | 1103 NETIF_F_RXHASH | NETIF_F_NTUPLE),
|