Searched refs:NETIF_F_GRO (Results 1 – 25 of 41) sorted by relevance
12
409 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()
1301 if (features & NETIF_F_GRO) in vector_set_features()
105 #define NETIF_F_GRO __NETIF_F(GRO) macro212 #define NETIF_F_SOFT_FEATURES (NETIF_F_GSO | NETIF_F_GRO)
353 NETIF_F_GRO | in xgbe_config_netdev()368 NETIF_F_GRO | in xgbe_config_netdev()
923 NETIF_F_GRO | in xgbe_disable_vxlan_offloads()966 NETIF_F_GRO | in xgbe_enable_vxlan_offloads()
347 NETIF_F_SG | NETIF_F_GRO | in wil_vif_alloc()
194 netdev->hw_features |= NETIF_F_GRO; in xlgmac_init()
101 netdev->hw_features |= NETIF_F_GRO; in mlx5i_init()
666 NETIF_F_GRO; in xge_probe()
2333 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()
1683 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()
3347 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()
821 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()
2245 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()
183 NETIF_F_TSO_ECN | NETIF_F_TSO6 | NETIF_F_GRO | NETIF_F_RXCSUM | \
118 #define RX_OFFLOADS (NETIF_F_GRO | NETIF_F_LRO)
1235 dev->hw_features = NETIF_F_SG | NETIF_F_ALL_TSO | NETIF_F_GRO | in tbnet_probe()
840 NETIF_F_TSO_ECN | NETIF_F_TSO6 | NETIF_F_GRO | NETIF_F_RXCSUM | \
1863 NETIF_F_GRO | NETIF_F_SG | NETIF_F_HW_VLAN_CTAG_RX | in ftgmac100_probe()
1631 (rspq->netdev->features & NETIF_F_GRO) && csum_ok && in t4vf_ethrx_handler()
2105 NETIF_F_GRO; in sxgbe_drv_probe()
943 !(features & NETIF_F_GRO)) in qede_fix_features()
782 hw_features = NETIF_F_GRO | NETIF_F_GRO_HW | NETIF_F_SG | in qede_init_ndev()
4921 if (!(features & NETIF_F_GRO) || !bnx2x_mtu_allows_gro(dev->mtu)) in bnx2x_fix_features()4952 changes &= ~NETIF_F_GRO; in bnx2x_set_features()
2080 | NETIF_F_GRO in setup_nic_devices()