/linux-4.4.14/include/linux/ |
D | netdev_features.h | 105 #define NETIF_F_RXHASH __NETIF_F(RXHASH) macro
|
/linux-4.4.14/drivers/net/wireless/ath/wil6210/ |
D | netdev.c | 178 NETIF_F_RXHASH; in wil_if_alloc()
|
D | txrx.c | 578 if (ndev->features & NETIF_F_RXHASH) in wil_netif_rx_any()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_rx.c | 210 if (likely(netdev->features & NETIF_F_RXHASH)) in mlx5e_build_rx_skb()
|
D | en_main.c | 2056 netdev->vlan_features |= NETIF_F_RXHASH; in mlx5e_build_netdev()
|
/linux-4.4.14/drivers/net/ethernet/neterion/vxge/ |
D | vxge-main.c | 2679 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.4.14/net/core/ |
D | ethtool.c | 304 NETIF_F_RXHASH) 318 if (dev->features & NETIF_F_RXHASH) in __ethtool_get_flags() 340 features |= NETIF_F_RXHASH; in __ethtool_set_flags()
|
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-drv.c | 1665 rxhash = pdata->netdev_features & NETIF_F_RXHASH; in xgbe_set_features() 1670 if ((features & NETIF_F_RXHASH) && !rxhash) in xgbe_set_features() 1672 else if (!(features & NETIF_F_RXHASH) && rxhash) in xgbe_set_features()
|
D | xgbe-main.c | 729 netdev->hw_features |= NETIF_F_RXHASH; in xgbe_probe()
|
D | xgbe-dev.c | 484 if (pdata->netdev->features & NETIF_F_RXHASH) in xgbe_config_rss()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | en_rx.c | 922 if (dev->features & NETIF_F_RXHASH) in mlx4_en_process_rx_cq() 970 if (dev->features & NETIF_F_RXHASH) in mlx4_en_process_rx_cq()
|
D | en_ethtool.c | 1123 if (!(dev->features & NETIF_F_RXHASH)) in mlx4_en_check_rxfh_func() 1129 if (dev->features & NETIF_F_RXHASH) in mlx4_en_check_rxfh_func()
|
D | en_netdev.c | 2966 dev->hw_features |= NETIF_F_RXCSUM | NETIF_F_RXHASH; in mlx4_en_init_netdev()
|
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/ |
D | nicvf_main.c | 546 if (!(netdev->features & NETIF_F_RXHASH)) in nicvf_set_rxhash() 1545 netdev->hw_features |= NETIF_F_RXHASH; in nicvf_probe()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qede/ |
D | qede_main.c | 782 if ((edev->ndev->features & NETIF_F_RXHASH) && htype) { in qede_get_rxhash() 1250 ndev->vlan_features = hw_features | NETIF_F_RXHASH | NETIF_F_RXCSUM | in qede_init_ndev() 1252 ndev->features = hw_features | NETIF_F_RXHASH | NETIF_F_RXCSUM | in qede_init_ndev()
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | siena.c | 1041 NETIF_F_RXHASH | NETIF_F_NTUPLE),
|
D | rx.c | 443 if (efx->net_dev->features & NETIF_F_RXHASH) in efx_rx_packet_gro()
|
D | ef10.c | 4759 NETIF_F_RXHASH | NETIF_F_NTUPLE), 4880 NETIF_F_RXHASH | NETIF_F_NTUPLE),
|
D | falcon.c | 2897 .offload_features = NETIF_F_IP_CSUM | NETIF_F_RXHASH | NETIF_F_NTUPLE,
|
/linux-4.4.14/drivers/net/vmxnet3/ |
D | vmxnet3_drv.c | 1331 (adapter->netdev->features & NETIF_F_RXHASH)) in vmxnet3_rq_rx_complete() 3218 netdev->hw_features |= NETIF_F_RXHASH; in vmxnet3_probe_device() 3219 netdev->features |= NETIF_F_RXHASH; in vmxnet3_probe_device()
|
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_netdev.c | 1416 NETIF_F_RXHASH | in fm10k_alloc_netdev()
|
D | fm10k_main.c | 417 if (!(ring->netdev->features & NETIF_F_RXHASH)) in fm10k_rx_hash()
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | sky2.c | 1307 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.4.14/drivers/net/ethernet/cisco/enic/ |
D | enic_main.c | 1168 if (netdev->features & NETIF_F_RXHASH) { in enic_rq_indicate_buf() 2740 netdev->hw_features |= NETIF_F_RXHASH; in enic_probe()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | sge.c | 1872 if (rxq->rspq.netdev->features & NETIF_F_RXHASH) in do_gro() 1932 if (skb->dev->features & NETIF_F_RXHASH) in t4_ethrx_handler()
|
D | cxgb4_main.c | 4814 NETIF_F_RXCSUM | NETIF_F_RXHASH | in init_one()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | netdev.c | 913 if (netdev->features & NETIF_F_RXHASH) in e1000_rx_hash() 3763 if (adapter->netdev->features & NETIF_F_RXHASH) in e1000_configure() 6908 NETIF_F_RXCSUM | NETIF_F_RXHASH | NETIF_F_RXFCS | in e1000_set_features() 7121 NETIF_F_RXHASH | in e1000_probe()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/ |
D | i40e_txrx.c | 903 if ((ring->netdev->features & NETIF_F_RXHASH) && in i40e_rx_hash()
|
/linux-4.4.14/drivers/net/ethernet/emulex/benet/ |
D | be_main.c | 2125 if (netdev->features & NETIF_F_RXHASH) in be_rx_compl_process() 2183 if (adapter->netdev->features & NETIF_F_RXHASH) in be_rx_compl_process_gro() 5360 netdev->hw_features |= NETIF_F_RXHASH; in be_netdev_init()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_txrx.c | 1430 if ((ring->netdev->features & NETIF_F_RXHASH) && in i40e_rx_hash()
|
D | i40e_main.c | 8653 NETIF_F_RXHASH | in i40e_config_netdev()
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 2355 NETIF_F_RXHASH | in igb_probe() 6802 if (ring->netdev->features & NETIF_F_RXHASH) in igb_rx_hash()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/ |
D | ixgbevf_main.c | 472 if (!(ring->netdev->features & NETIF_F_RXHASH)) in ixgbevf_rx_hash()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | bnx2.c | 3275 if ((bp->dev->features & NETIF_F_RXHASH) && in bnx2_rx_int() 8582 NETIF_F_RXHASH | NETIF_F_RXCSUM; in bnx2_init_one()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 1397 if (!(ring->netdev->features & NETIF_F_RXHASH)) in ixgbe_rx_hash() 8777 NETIF_F_RXHASH | in ixgbe_probe()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.c | 415 if ((bp->dev->features & NETIF_F_RXHASH) && in bnx2x_get_rxhash()
|
D | bnx2x_main.c | 13193 NETIF_F_RXHASH | NETIF_F_HW_VLAN_CTAG_TX; in bnx2x_init_dev()
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
D | niu.c | 3493 if (np->dev->features & NETIF_F_RXHASH) in niu_process_rx_pkt() 9726 dev->hw_features = NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_RXHASH; in niu_set_basic_features()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.c | 5677 NETIF_F_RXHASH | in bnxt_init_one()
|