Home
last modified time | relevance | path

Searched refs:NETIF_F_RXHASH (Results 1 – 31 of 31) sorted by relevance

/linux-4.1.27/include/linux/
Dnetdev_features.h106 #define NETIF_F_RXHASH __NETIF_F(RXHASH) macro
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/
Dxgbe-main.c481 netdev->hw_features |= NETIF_F_RXHASH; in xgbe_probe()
Dxgbe-drv.c1732 rxhash = pdata->netdev_features & NETIF_F_RXHASH; in xgbe_set_features()
1737 if ((features & NETIF_F_RXHASH) && !rxhash) in xgbe_set_features()
1739 else if (!(features & NETIF_F_RXHASH) && rxhash) in xgbe_set_features()
Dxgbe-dev.c484 if (pdata->netdev->features & NETIF_F_RXHASH) in xgbe_config_rss()
/linux-4.1.27/drivers/net/ethernet/neterion/vxge/
Dvxge-main.c2679 if ((changed & NETIF_F_RXHASH) && netif_running(dev)) in vxge_fix_features()
2680 features ^= NETIF_F_RXHASH; in vxge_fix_features()
2690 if (!(changed & NETIF_F_RXHASH)) in vxge_set_features()
2695 vdev->devh->config.rth_en = !!(features & NETIF_F_RXHASH); in vxge_set_features()
2697 dev->features = features ^ NETIF_F_RXHASH; in vxge_set_features()
2698 vdev->devh->config.rth_en = !!(dev->features & NETIF_F_RXHASH); in vxge_set_features()
3439 ndev->hw_features |= NETIF_F_RXHASH; in vxge_device_register()
/linux-4.1.27/net/core/
Dethtool.c293 NETIF_F_RXHASH)
307 if (dev->features & NETIF_F_RXHASH) in __ethtool_get_flags()
329 features |= NETIF_F_RXHASH; in __ethtool_set_flags()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Den_rx.c922 if (dev->features & NETIF_F_RXHASH) in mlx4_en_process_rx_cq()
968 if (dev->features & NETIF_F_RXHASH) in mlx4_en_process_rx_cq()
Den_ethtool.c1108 if (!(dev->features & NETIF_F_RXHASH)) in mlx4_en_check_rxfh_func()
1114 if (dev->features & NETIF_F_RXHASH) in mlx4_en_check_rxfh_func()
Den_netdev.c2907 dev->hw_features |= NETIF_F_RXCSUM | NETIF_F_RXHASH; in mlx4_en_init_netdev()
/linux-4.1.27/drivers/net/ethernet/sfc/
Drx.c443 if (efx->net_dev->features & NETIF_F_RXHASH) in efx_rx_packet_gro()
Dsiena.c1019 NETIF_F_RXHASH | NETIF_F_NTUPLE),
Dfalcon.c2889 .offload_features = NETIF_F_IP_CSUM | NETIF_F_RXHASH | NETIF_F_NTUPLE,
Def10.c3710 NETIF_F_RXHASH | NETIF_F_NTUPLE),
/linux-4.1.27/drivers/net/vmxnet3/
Dvmxnet3_drv.c1248 (adapter->netdev->features & NETIF_F_RXHASH)) in vmxnet3_rq_rx_complete()
3074 netdev->hw_features |= NETIF_F_RXHASH; in vmxnet3_probe_device()
3075 netdev->features |= NETIF_F_RXHASH; in vmxnet3_probe_device()
/linux-4.1.27/drivers/net/ethernet/cisco/enic/
Denic_main.c1098 if (netdev->features & NETIF_F_RXHASH) { in enic_rq_indicate_buf()
2626 netdev->hw_features |= NETIF_F_RXHASH; in enic_probe()
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
Dfm10k_netdev.c1418 NETIF_F_RXHASH | in fm10k_alloc_netdev()
Dfm10k_main.c399 if (!(ring->netdev->features & NETIF_F_RXHASH)) in fm10k_rx_hash()
/linux-4.1.27/drivers/net/ethernet/marvell/
Dsky2.c1307 if (features & NETIF_F_RXHASH) { in rx_set_rss()
4387 if ( (features & NETIF_F_RXHASH) && in sky2_fix_features()
4410 if (changed & NETIF_F_RXHASH) in sky2_set_features()
4801 dev->hw_features |= NETIF_F_RXHASH; in sky2_init_netdev()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c1818 if (rxq->rspq.netdev->features & NETIF_F_RXHASH) in do_gro()
1880 if (skb->dev->features & NETIF_F_RXHASH) in t4_ethrx_handler()
Dcxgb4_main.c4587 NETIF_F_RXCSUM | NETIF_F_RXHASH | in init_one()
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
Dnetdev.c913 if (netdev->features & NETIF_F_RXHASH) in e1000_rx_hash()
3755 if (adapter->netdev->features & NETIF_F_RXHASH) in e1000_configure()
6689 NETIF_F_RXCSUM | NETIF_F_RXHASH | NETIF_F_RXFCS | in e1000_set_features()
6900 NETIF_F_RXHASH | in e1000_probe()
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40e_txrx.c964 if ((ring->netdev->features & NETIF_F_RXHASH) && in i40e_rx_hash()
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
Dbe_main.c1883 if (netdev->features & NETIF_F_RXHASH) in be_rx_compl_process()
1941 if (adapter->netdev->features & NETIF_F_RXHASH) in be_rx_compl_process_gro()
5040 netdev->hw_features |= NETIF_F_RXHASH; in be_netdev_init()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c1481 if ((ring->netdev->features & NETIF_F_RXHASH) && in i40e_rx_hash()
Di40e_main.c8177 NETIF_F_RXHASH | in i40e_config_netdev()
/linux-4.1.27/drivers/net/ethernet/intel/igb/
Digb_main.c2366 NETIF_F_RXHASH | in igb_probe()
6789 if (ring->netdev->features & NETIF_F_RXHASH) in igb_rx_hash()
/linux-4.1.27/drivers/net/ethernet/broadcom/
Dbnx2.c3257 if ((bp->dev->features & NETIF_F_RXHASH) && in bnx2_rx_int()
8557 NETIF_F_RXHASH | NETIF_F_RXCSUM; in bnx2_init_one()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c1364 if (ring->netdev->features & NETIF_F_RXHASH) in ixgbe_rx_hash()
8524 NETIF_F_RXHASH | in ixgbe_probe()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c413 if ((bp->dev->features & NETIF_F_RXHASH) && in bnx2x_get_rxhash()
Dbnx2x_main.c12786 NETIF_F_RXHASH | NETIF_F_HW_VLAN_CTAG_TX; in bnx2x_init_dev()
/linux-4.1.27/drivers/net/ethernet/sun/
Dniu.c3493 if (np->dev->features & NETIF_F_RXHASH) in niu_process_rx_pkt()
9728 dev->hw_features = NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_RXHASH; in niu_set_basic_features()