Home
last modified time | relevance | path

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

/linux-4.1.27/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.c885 (dev->features & NETIF_F_GRO)) { in mlx4_en_process_rx_cq()
/linux-4.1.27/include/linux/
Dnetdev_features.h89 #define NETIF_F_GRO __NETIF_F(GRO) macro
174 #define NETIF_F_SOFT_FEATURES (NETIF_F_GSO | NETIF_F_GRO)
/linux-4.1.27/include/net/
Dgro_cells.h22 if (!gcells->cells || skb_cloned(skb) || !(dev->features & NETIF_F_GRO)) { in gro_cells_receive()
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
Dnetdev.c172 NETIF_F_SG | NETIF_F_GRO; in wil_if_alloc()
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/
Dxgbe-main.c475 NETIF_F_GRO | in xgbe_probe()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c2482 else if (bp->dev->features & NETIF_F_GRO && in bnx2x_bz_fp()
3252 (bp->dev->features & (NETIF_F_LRO | NETIF_F_GRO))) in bnx2x_low_latency_recv()
4839 features &= ~NETIF_F_GRO; in bnx2x_fix_features()
4868 if ((changes & NETIF_F_GRO) && (features & NETIF_F_LRO)) in bnx2x_set_features()
4869 changes &= ~NETIF_F_GRO; in bnx2x_set_features()
4872 if ((changes & NETIF_F_GRO) && bp->disable_tpa) in bnx2x_set_features()
4873 changes &= ~NETIF_F_GRO; in bnx2x_set_features()
Dbnx2x_main.c12785 NETIF_F_RXCSUM | NETIF_F_LRO | NETIF_F_GRO | in bnx2x_init_dev()
/linux-4.1.27/drivers/net/ipvlan/
Dipvlan_main.c88 NETIF_F_TSO_ECN | NETIF_F_TSO6 | NETIF_F_GRO | NETIF_F_RXCSUM | \
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40evf_main.c2127 NETIF_F_GRO; in i40evf_init_task()
2202 if (netdev->features & NETIF_F_GRO) in i40evf_init_task()
/linux-4.1.27/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.1.27/drivers/net/ethernet/faraday/
Dftgmac100.c1215 netdev->features = NETIF_F_IP_CSUM | NETIF_F_GRO; in ftgmac100_probe()
/linux-4.1.27/drivers/net/
Dmacvtap.c84 #define RX_OFFLOADS (NETIF_F_GRO | NETIF_F_LRO)
Dmacvlan.c765 NETIF_F_TSO_ECN | NETIF_F_TSO6 | NETIF_F_GRO | NETIF_F_RXCSUM | \
/linux-4.1.27/drivers/net/ethernet/apm/xgene/
Dxgene_enet_main.c1105 NETIF_F_GRO; in xgene_enet_probe()
/linux-4.1.27/net/core/
Dethtool.c245 return NETIF_F_GRO; in ethtool_get_feature_mask()
Ddev.c4044 if (!(skb->dev->features & NETIF_F_GRO)) in dev_gro_receive()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c1612 (rspq->netdev->features & NETIF_F_GRO) && csum_ok && in t4vf_ethrx_handler()
/linux-4.1.27/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_main.c2142 NETIF_F_GRO; in sxgbe_drv_probe()
/linux-4.1.27/drivers/net/ethernet/cisco/enic/
Denic_main.c1121 !(netdev->features & NETIF_F_GRO)) in enic_rq_indicate_buf()
/linux-4.1.27/drivers/net/team/
Dteam.c2062 dev->features |= NETIF_F_GRO; in team_setup()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c1865 (q->netdev->features & NETIF_F_GRO) && csum_ok && !pkt->ip_frag) { in t4_ethrx_handler()
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_main.c2295 NETIF_F_IPV6_CSUM | NETIF_F_GRO | in qlcnic_setup_netdev()
/linux-4.1.27/drivers/net/ethernet/marvell/
Dmvpp2.c6141 dev->hw_features |= features | NETIF_F_RXCSUM | NETIF_F_GRO; in mvpp2_port_probe()