Home
last modified time | relevance | path

Searched refs:NETIF_F_GRO (Results 1 – 30 of 30) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Den_selftest.c88 gro_enabled = priv->dev->features & NETIF_F_GRO; in mlx4_en_test_loopback()
91 priv->dev->features &= ~NETIF_F_GRO; in mlx4_en_test_loopback()
115 priv->dev->features |= NETIF_F_GRO; in mlx4_en_test_loopback()
Den_rx.c879 (dev->features & NETIF_F_GRO)) { in mlx4_en_process_rx_cq()
/linux-4.4.14/include/linux/
Dnetdev_features.h88 #define NETIF_F_GRO __NETIF_F(GRO) macro
180 #define NETIF_F_SOFT_FEATURES (NETIF_F_GSO | NETIF_F_GRO)
/linux-4.4.14/include/net/
Dgro_cells.h22 if (!gcells->cells || skb_cloned(skb) || !(dev->features & NETIF_F_GRO)) { in gro_cells_receive()
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
Dnetdev.c176 NETIF_F_SG | NETIF_F_GRO | in wil_if_alloc()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c2507 else if (bp->dev->features & NETIF_F_GRO && in bnx2x_bz_fp()
3308 (bp->dev->features & (NETIF_F_LRO | NETIF_F_GRO))) in bnx2x_low_latency_recv()
4950 features &= ~NETIF_F_GRO; in bnx2x_fix_features()
4979 if ((changes & NETIF_F_GRO) && (features & NETIF_F_LRO)) in bnx2x_set_features()
4980 changes &= ~NETIF_F_GRO; in bnx2x_set_features()
4983 if ((changes & NETIF_F_GRO) && bp->disable_tpa) in bnx2x_set_features()
4984 changes &= ~NETIF_F_GRO; in bnx2x_set_features()
Dbnx2x_main.c13192 NETIF_F_RXCSUM | NETIF_F_LRO | NETIF_F_GRO | in bnx2x_init_dev()
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/
Dxgbe-main.c723 NETIF_F_GRO | in xgbe_probe()
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dnicvf_main.c628 if (napi && (netdev->features & NETIF_F_GRO)) in nicvf_rcv_pkt_handler()
1542 NETIF_F_TSO | NETIF_F_GRO | in nicvf_probe()
/linux-4.4.14/drivers/net/ipvlan/
Dipvlan_main.c93 NETIF_F_TSO_ECN | NETIF_F_TSO6 | NETIF_F_GRO | NETIF_F_RXCSUM | \
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/
Dhns_enet.c1548 NETIF_F_GRO; in hns_nic_dev_probe()
1551 ndev->vlan_features |= NETIF_F_SG | NETIF_F_GSO | NETIF_F_GRO; in hns_nic_dev_probe()
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40evf_main.c2145 NETIF_F_GRO; in i40evf_process_config()
2334 if (netdev->features & NETIF_F_GRO) in i40evf_init_task()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_main.c2230 dev->wanted_features |= NETIF_F_GRO; in cxgb_extension_ioctl()
2232 dev->wanted_features &= ~NETIF_F_GRO; in cxgb_extension_ioctl()
2268 t.lro = !!(dev->features & NETIF_F_GRO); in cxgb_extension_ioctl()
Dsge.c2269 int lro = !!(qs->netdev->features & NETIF_F_GRO); in process_responses()
/linux-4.4.14/drivers/net/ethernet/faraday/
Dftgmac100.c1215 netdev->features = NETIF_F_IP_CSUM | NETIF_F_GRO; in ftgmac100_probe()
/linux-4.4.14/drivers/net/
Dmacvtap.c139 #define RX_OFFLOADS (NETIF_F_GRO | NETIF_F_LRO)
Dmacvlan.c767 NETIF_F_TSO_ECN | NETIF_F_TSO6 | NETIF_F_GRO | NETIF_F_RXCSUM | \
/linux-4.4.14/drivers/net/ethernet/apm/xgene/
Dxgene_enet_main.c1450 NETIF_F_GRO | in xgene_enet_probe()
/linux-4.4.14/net/core/
Dethtool.c256 return NETIF_F_GRO; in ethtool_get_feature_mask()
Ddev.c4208 if (!(skb->dev->features & NETIF_F_GRO)) in dev_gro_receive()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c2146 if ((bp->dev->features & NETIF_F_GRO) && (bp->pdev->revision > 0)) in bnxt_set_tpa_flags()
4951 if ((features & NETIF_F_GRO) && (bp->pdev->revision > 0)) in bnxt_set_features()
5678 NETIF_F_RXCSUM | NETIF_F_LRO | NETIF_F_GRO; in bnxt_init_one()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c1629 (rspq->netdev->features & NETIF_F_GRO) && csum_ok && in t4vf_ethrx_handler()
/linux-4.4.14/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_main.c2142 NETIF_F_GRO; in sxgbe_drv_probe()
/linux-4.4.14/drivers/net/ethernet/qlogic/qede/
Dqede_main.c1246 hw_features = NETIF_F_GRO | NETIF_F_SG | in qede_init_ndev()
/linux-4.4.14/drivers/net/team/
Dteam.c2071 dev->features |= NETIF_F_GRO; in team_setup()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c2052 netdev->vlan_features |= NETIF_F_GRO; in mlx5e_build_netdev()
/linux-4.4.14/drivers/net/ethernet/cisco/enic/
Denic_main.c1191 !(netdev->features & NETIF_F_GRO)) in enic_rq_indicate_buf()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c1917 (q->netdev->features & NETIF_F_GRO) && csum_ok && !pkt->ip_frag) { in t4_ethrx_handler()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_main.c2305 NETIF_F_IPV6_CSUM | NETIF_F_GRO | in qlcnic_setup_netdev()
/linux-4.4.14/drivers/net/ethernet/marvell/
Dmvpp2.c6242 dev->hw_features |= features | NETIF_F_RXCSUM | NETIF_F_GRO; in mvpp2_port_probe()