Home
last modified time | relevance | path

Searched refs:NETIF_F_GSO (Results 1 – 22 of 22) sorted by relevance

/linux/arch/um/drivers/
H A Dvector_transports.c428 (NETIF_F_TSO | NETIF_F_GSO | NETIF_F_GRO); in build_hybrid_transport_data()
431 NETIF_F_TSO | NETIF_F_GSO | NETIF_F_GRO); in build_hybrid_transport_data()
453 (NETIF_F_TSO | NETIF_F_GSO | NETIF_F_GRO); in build_tap_transport_data()
456 NETIF_F_TSO | NETIF_F_GSO | NETIF_F_GRO); in build_tap_transport_data()
/linux/include/linux/
H A Dnetdev_features.h112 #define NETIF_F_GSO __NETIF_F(GSO) macro
239 #define NETIF_F_SOFT_FEATURES (NETIF_F_GSO | NETIF_F_GRO)
/linux/drivers/net/ovpn/
H A Dmain.c139 netdev_features_t feat = NETIF_F_SG | NETIF_F_GSO | in ovpn_setup()
/linux/drivers/net/wireguard/
H A Ddevice.c278 NETIF_F_SG | NETIF_F_GSO | in wg_setup()
/linux/drivers/net/ethernet/sun/
H A Dsunvnet.c303 dev->hw_features = NETIF_F_TSO | NETIF_F_GSO | NETIF_F_ALL_TSO | in vnet_new()
/linux/drivers/net/ethernet/apm/xgene-v2/
H A Dmain.c648 ndev->features |= NETIF_F_GSO | in xge_probe()
/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_enet.c2334 NETIF_F_RXCSUM | NETIF_F_SG | NETIF_F_GSO | in hns_nic_dev_probe()
2338 ndev->vlan_features |= NETIF_F_SG | NETIF_F_GSO | NETIF_F_GRO; in hns_nic_dev_probe()
2346 NETIF_F_RXCSUM | NETIF_F_SG | NETIF_F_GSO | in hns_nic_dev_probe()
/linux/drivers/net/ipvlan/
H A Dipvlan_main.c123 NETIF_F_GSO | NETIF_F_ALL_TSO | NETIF_F_GSO_ROBUST | \
/linux/drivers/net/
H A Dtap.c57 #define TAP_FEATURES (NETIF_F_GSO | NETIF_F_SG | NETIF_F_FRAGLIST)
H A Dmacvlan.c914 NETIF_F_GSO | NETIF_F_TSO | NETIF_F_LRO | \
/linux/drivers/net/ethernet/xilinx/
H A Dll_temac_main.c1413 ndev->features |= NETIF_F_GSO; /* Enable software GSO. */ in temac_probe()
/linux/net/core/
H A Dsock.c2637 sk->sk_route_caps |= NETIF_F_GSO; in sk_setup_caps()
2640 if (sk->sk_route_caps & NETIF_F_GSO) in sk_setup_caps()
H A Ddev.c10942 if ((features & NETIF_F_GSO) && !(features & NETIF_F_SG)) { in netdev_fix_features()
10943 netdev_dbg(dev, "Dropping NETIF_F_GSO since no SG feature.\n"); in netdev_fix_features()
10944 features &= ~NETIF_F_GSO; in netdev_fix_features()
/linux/drivers/net/ethernet/pasemi/
H A Dpasemi_mac.c1701 NETIF_F_GSO; in pasemi_mac_probe()
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c5293 if (!(netdev->wanted_features & NETIF_F_GSO)) in iavf_process_config()
5294 netdev->features &= ~NETIF_F_GSO; in iavf_process_config()
/linux/drivers/net/ethernet/socionext/
H A Dnetsec.c2119 ndev->features |= NETIF_F_HIGHDMA | NETIF_F_RXCSUM | NETIF_F_GSO | in netsec_probe()
/linux/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_main.c2037 NETIF_F_GSO | in xgene_enet_probe()
/linux/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c237 net_dev->features |= NETIF_F_GSO; in dpaa_netdev_init()
/linux/net/ethtool/
H A Dioctl.c241 return NETIF_F_GSO; in ethtool_get_feature_mask()
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c3366 NETIF_F_RXCSUM | NETIF_F_SG | NETIF_F_GSO | in hns3_set_default_feature()
/linux/drivers/net/ethernet/ibm/
H A Dibmvnic.c5259 adapter->netdev->hw_features = NETIF_F_SG | NETIF_F_GSO | NETIF_F_GRO; in send_control_ip_offload()
/linux/lib/
H A Dtest_bpf.c15131 NETIF_F_HW_VLAN_CTAG_TX | NETIF_F_GSO |