Home
last modified time | relevance | path

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

12

/Linux-v4.19/arch/um/drivers/
Dvector_transports.c409 vp->dev->hw_features |= (NETIF_F_TSO | NETIF_F_GRO); in build_raw_transport_data()
412 NETIF_F_TSO | NETIF_F_GRO); in build_raw_transport_data()
429 (NETIF_F_TSO | NETIF_F_GSO | NETIF_F_GRO); in build_tap_transport_data()
432 NETIF_F_TSO | NETIF_F_GSO | NETIF_F_GRO); in build_tap_transport_data()
Dvector_kern.c1301 if (features & NETIF_F_GRO) in vector_set_features()
/Linux-v4.19/include/linux/
Dnetdev_features.h105 #define NETIF_F_GRO __NETIF_F(GRO) macro
212 #define NETIF_F_SOFT_FEATURES (NETIF_F_GSO | NETIF_F_GRO)
/Linux-v4.19/drivers/net/ethernet/amd/xgbe/
Dxgbe-main.c353 NETIF_F_GRO | in xgbe_config_netdev()
368 NETIF_F_GRO | in xgbe_config_netdev()
Dxgbe-drv.c923 NETIF_F_GRO | in xgbe_disable_vxlan_offloads()
966 NETIF_F_GRO | in xgbe_enable_vxlan_offloads()
/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dnetdev.c347 NETIF_F_SG | NETIF_F_GRO | in wil_vif_alloc()
/Linux-v4.19/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-common.c194 netdev->hw_features |= NETIF_F_GRO; in xlgmac_init()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dipoib.c101 netdev->hw_features |= NETIF_F_GRO; in mlx5i_init()
/Linux-v4.19/drivers/net/ethernet/apm/xgene-v2/
Dmain.c666 NETIF_F_GRO; in xge_probe()
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns/
Dhns_enet.c2333 NETIF_F_GRO; in hns_nic_dev_probe()
2336 ndev->vlan_features |= NETIF_F_SG | NETIF_F_GSO | NETIF_F_GRO; in hns_nic_dev_probe()
2345 NETIF_F_GRO | NETIF_F_TSO | NETIF_F_TSO6; in hns_nic_dev_probe()
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c1683 NETIF_F_GRO | NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_GSO_GRE | in hns3_set_default_feature()
1695 NETIF_F_GRO | NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_GSO_GRE | in hns3_set_default_feature()
1701 NETIF_F_SG | NETIF_F_GSO | NETIF_F_GRO | in hns3_set_default_feature()
1709 NETIF_F_GRO | NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_GSO_GRE | in hns3_set_default_feature()
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40evf_main.c3347 if (!(netdev->wanted_features & NETIF_F_GRO)) in i40evf_process_config()
3348 netdev->features &= ~NETIF_F_GRO; in i40evf_process_config()
3554 if (netdev->features & NETIF_F_GRO) in i40evf_init_task()
/Linux-v4.19/drivers/net/ethernet/cavium/thunder/
Dnicvf_main.c821 if (napi && (netdev->features & NETIF_F_GRO)) in nicvf_rcv_pkt_handler()
2164 NETIF_F_TSO | NETIF_F_GRO | NETIF_F_TSO6 | in nicvf_probe()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_main.c2245 dev->wanted_features |= NETIF_F_GRO; in cxgb_extension_ioctl()
2247 dev->wanted_features &= ~NETIF_F_GRO; in cxgb_extension_ioctl()
2287 t.lro = !!(dev->features & NETIF_F_GRO); in cxgb_extension_ioctl()
/Linux-v4.19/drivers/net/ipvlan/
Dipvlan_main.c183 NETIF_F_TSO_ECN | NETIF_F_TSO6 | NETIF_F_GRO | NETIF_F_RXCSUM | \
/Linux-v4.19/drivers/net/
Dtap.c118 #define RX_OFFLOADS (NETIF_F_GRO | NETIF_F_LRO)
Dthunderbolt.c1235 dev->hw_features = NETIF_F_SG | NETIF_F_ALL_TSO | NETIF_F_GRO | in tbnet_probe()
Dmacvlan.c840 NETIF_F_TSO_ECN | NETIF_F_TSO6 | NETIF_F_GRO | NETIF_F_RXCSUM | \
/Linux-v4.19/drivers/net/ethernet/faraday/
Dftgmac100.c1863 NETIF_F_GRO | NETIF_F_SG | NETIF_F_HW_VLAN_CTAG_RX | in ftgmac100_probe()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c1631 (rspq->netdev->features & NETIF_F_GRO) && csum_ok && in t4vf_ethrx_handler()
/Linux-v4.19/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_main.c2105 NETIF_F_GRO; in sxgbe_drv_probe()
/Linux-v4.19/drivers/net/ethernet/qlogic/qede/
Dqede_filter.c943 !(features & NETIF_F_GRO)) in qede_fix_features()
Dqede_main.c782 hw_features = NETIF_F_GRO | NETIF_F_GRO_HW | NETIF_F_SG | in qede_init_ndev()
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c4921 if (!(features & NETIF_F_GRO) || !bnx2x_mtu_allows_gro(dev->mtu)) in bnx2x_fix_features()
4952 changes &= ~NETIF_F_GRO; in bnx2x_set_features()
/Linux-v4.19/drivers/net/ethernet/cavium/liquidio/
Dlio_vf_main.c2080 | NETIF_F_GRO in setup_nic_devices()

12