Home
last modified time | relevance | path

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

/Linux-v5.4/arch/um/drivers/
Dvector_transports.c429 (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()
/Linux-v5.4/include/linux/
Dnetdev_features.h104 #define NETIF_F_GSO __NETIF_F(GSO) macro
227 #define NETIF_F_SOFT_FEATURES (NETIF_F_GSO | NETIF_F_GRO)
/Linux-v5.4/drivers/net/ethernet/neterion/vxge/
Dvxge-main.h512 #ifdef NETIF_F_GSO
/Linux-v5.4/drivers/net/ethernet/sun/
Dsunvnet.c315 dev->hw_features = NETIF_F_TSO | NETIF_F_GSO | NETIF_F_ALL_TSO | in vnet_new()
/Linux-v5.4/drivers/net/ethernet/apm/xgene-v2/
Dmain.c651 ndev->features |= NETIF_F_GSO | in xge_probe()
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns/
Dhns_enet.c2341 NETIF_F_RXCSUM | NETIF_F_SG | NETIF_F_GSO | in hns_nic_dev_probe()
2345 ndev->vlan_features |= NETIF_F_SG | NETIF_F_GSO | NETIF_F_GRO; in hns_nic_dev_probe()
2353 NETIF_F_RXCSUM | NETIF_F_SG | NETIF_F_GSO | in hns_nic_dev_probe()
/Linux-v5.4/drivers/net/ipvlan/
Dipvlan_main.c111 NETIF_F_GSO | NETIF_F_TSO | NETIF_F_GSO_ROBUST | \
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c2069 NETIF_F_RXCSUM | NETIF_F_SG | NETIF_F_GSO | in hns3_set_default_feature()
2081 NETIF_F_RXCSUM | NETIF_F_SG | NETIF_F_GSO | in hns3_set_default_feature()
2088 NETIF_F_SG | NETIF_F_GSO | NETIF_F_GRO | in hns3_set_default_feature()
2095 NETIF_F_RXCSUM | NETIF_F_SG | NETIF_F_GSO | in hns3_set_default_feature()
/Linux-v5.4/drivers/net/ethernet/xilinx/
Dll_temac_main.c1176 ndev->features |= NETIF_F_GSO; /* Enable software GSO. */ in temac_probe()
/Linux-v5.4/drivers/net/
Dtap.c120 #define TAP_FEATURES (NETIF_F_GSO | NETIF_F_SG | NETIF_F_FRAGLIST)
Dmacvlan.c863 NETIF_F_GSO | NETIF_F_TSO | NETIF_F_LRO | \
/Linux-v5.4/drivers/net/ethernet/intel/iavf/
Diavf_main.c3532 if (!(netdev->wanted_features & NETIF_F_GSO)) in iavf_process_config()
3533 netdev->features &= ~NETIF_F_GSO; in iavf_process_config()
/Linux-v5.4/drivers/net/ethernet/pasemi/
Dpasemi_mac.c1699 NETIF_F_HIGHDMA | NETIF_F_GSO; in pasemi_mac_probe()
/Linux-v5.4/drivers/net/ethernet/socionext/
Dnetsec.c2084 ndev->features |= NETIF_F_HIGHDMA | NETIF_F_RXCSUM | NETIF_F_GSO | in netsec_probe()
/Linux-v5.4/drivers/net/ethernet/apm/xgene/
Dxgene_enet_main.c2036 NETIF_F_GSO | in xgene_enet_probe()
/Linux-v5.4/drivers/net/ethernet/freescale/dpaa/
Ddpaa_eth.c248 net_dev->features |= NETIF_F_GSO; in dpaa_netdev_init()
/Linux-v5.4/net/core/
Dsock.c1925 if (sk->sk_route_caps & NETIF_F_GSO) in sk_setup_caps()
Dethtool.c285 return NETIF_F_GSO; in ethtool_get_feature_mask()
Ddev.c8648 if ((features & NETIF_F_GSO) && !(features & NETIF_F_SG)) { in netdev_fix_features()
8650 features &= ~NETIF_F_GSO; in netdev_fix_features()
/Linux-v5.4/net/ipv4/
Dtcp.c457 sk->sk_route_forced_caps = NETIF_F_GSO; in tcp_init_sock()
/Linux-v5.4/drivers/net/ethernet/ibm/
Dibmvnic.c3949 adapter->netdev->hw_features = NETIF_F_SG | NETIF_F_GSO | NETIF_F_GRO; in handle_query_ip_offload_rsp()