Home
last modified time | relevance | path

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

12

/Linux-v6.6/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_hybrid_transport_data()
432 NETIF_F_TSO | NETIF_F_GSO | NETIF_F_GRO); in build_hybrid_transport_data()
454 (NETIF_F_TSO | NETIF_F_GSO | NETIF_F_GRO); in build_tap_transport_data()
457 NETIF_F_TSO | NETIF_F_GSO | NETIF_F_GRO); in build_tap_transport_data()
Dvector_kern.c1355 if (features & NETIF_F_GRO) in vector_set_features()
/Linux-v6.6/include/linux/
Dnetdev_features.h112 #define NETIF_F_GRO __NETIF_F(GRO) macro
245 #define NETIF_F_SOFT_FEATURES (NETIF_F_GSO | NETIF_F_GRO)
/Linux-v6.6/drivers/net/ethernet/amd/xgbe/
Dxgbe-main.c351 NETIF_F_GRO | in xgbe_config_netdev()
366 NETIF_F_GRO | in xgbe_config_netdev()
/Linux-v6.6/drivers/net/
Dveth.c1134 return !!(dev->wanted_features & NETIF_F_GRO); in veth_gro_requested()
1216 dev->features |= NETIF_F_GRO; in veth_enable_xdp()
1245 dev->features &= ~NETIF_F_GRO; in veth_disable_xdp()
1566 features |= NETIF_F_GRO; in veth_fix_features()
1579 if (!(changed & NETIF_F_GRO) || !(dev->flags & IFF_UP) || priv->_xdp_prog) in veth_set_features()
1583 if (features & NETIF_F_GRO) { in veth_set_features()
1824 dev->features &= ~NETIF_F_GRO; in veth_disable_gro()
1825 dev->wanted_features &= ~NETIF_F_GRO; in veth_disable_gro()
Dtap.c121 #define RX_OFFLOADS (NETIF_F_GRO | NETIF_F_LRO)
Dmacvlan.c907 NETIF_F_TSO_ECN | NETIF_F_TSO6 | NETIF_F_GRO | NETIF_F_RXCSUM | \
/Linux-v6.6/drivers/net/wwan/t7xx/
Dt7xx_netdev.c246 dev->features |= NETIF_F_GRO; in t7xx_ccmni_wwan_setup()
247 dev->hw_features |= NETIF_F_GRO; in t7xx_ccmni_wwan_setup()
/Linux-v6.6/drivers/net/ethernet/wangxun/ngbe/
Dngbe_main.c580 netdev->hw_features |= NETIF_F_GRO; in ngbe_probe()
581 netdev->features |= NETIF_F_GRO; in ngbe_probe()
/Linux-v6.6/drivers/net/ethernet/wangxun/txgbe/
Dtxgbe_main.c637 netdev->hw_features |= NETIF_F_GRO; in txgbe_probe()
638 netdev->features |= NETIF_F_GRO; in txgbe_probe()
/Linux-v6.6/drivers/net/wireless/ath/wil6210/
Dnetdev.c339 NETIF_F_SG | NETIF_F_GRO | in wil_vif_alloc()
/Linux-v6.6/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-common.c194 netdev->hw_features |= NETIF_F_GRO; in xlgmac_init()
/Linux-v6.6/drivers/net/ethernet/apm/xgene-v2/
Dmain.c652 NETIF_F_GRO; in xge_probe()
/Linux-v6.6/drivers/net/ethernet/hisilicon/hns/
Dhns_enet.c2326 NETIF_F_GRO; in hns_nic_dev_probe()
2329 ndev->vlan_features |= NETIF_F_SG | NETIF_F_GSO | NETIF_F_GRO; in hns_nic_dev_probe()
2338 NETIF_F_GRO | NETIF_F_TSO | NETIF_F_TSO6; in hns_nic_dev_probe()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dipoib.c97 netdev->hw_features |= NETIF_F_GRO; in mlx5i_init()
/Linux-v6.6/drivers/net/ipvlan/
Dipvlan_main.c122 NETIF_F_GRO | NETIF_F_RXCSUM | \
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_main.c2244 dev->wanted_features |= NETIF_F_GRO; in cxgb_siocdevprivate()
2246 dev->wanted_features &= ~NETIF_F_GRO; in cxgb_siocdevprivate()
2286 t.lro = !!(dev->features & NETIF_F_GRO); in cxgb_siocdevprivate()
/Linux-v6.6/drivers/net/ethernet/cavium/thunder/
Dnicvf_main.c839 if (napi && (netdev->features & NETIF_F_GRO)) in nicvf_rcv_pkt_handler()
2206 NETIF_F_TSO | NETIF_F_GRO | NETIF_F_TSO6 | in nicvf_probe()
/Linux-v6.6/drivers/net/ethernet/intel/iavf/
Diavf_main.c2721 if (netdev->features & NETIF_F_GRO) in iavf_init_config_adapter()
4840 if (!(netdev->wanted_features & NETIF_F_GRO)) in iavf_process_config()
4841 netdev->features &= ~NETIF_F_GRO; in iavf_process_config()
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c1926 NETIF_F_GRO | NETIF_F_IPV6_CSUM | NETIF_F_HIGHDMA)
3070 netdev->hw_features = NETIF_F_SG | TSO_FLAGS | NETIF_F_GRO | in cxgb4vf_pci_probe()
/Linux-v6.6/drivers/net/thunderbolt/
Dmain.c1329 dev->hw_features = NETIF_F_SG | NETIF_F_ALL_TSO | NETIF_F_GRO | in tbnet_probe()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
Den_rep.c835 netdev->hw_features |= NETIF_F_GRO; in mlx5e_build_rep_netdev()
/Linux-v6.6/drivers/net/ethernet/faraday/
Dftgmac100.c1967 NETIF_F_GRO | NETIF_F_SG | NETIF_F_HW_VLAN_CTAG_RX | in ftgmac100_probe()
/Linux-v6.6/drivers/net/ethernet/qlogic/qede/
Dqede_filter.c919 !(features & NETIF_F_GRO)) in qede_fix_features()
/Linux-v6.6/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_main.c2110 NETIF_F_GRO; in sxgbe_drv_probe()

12