Home
last modified time | relevance | path

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

/linux/arch/um/drivers/
A 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/include/linux/
A Dnetdev_features.h114 #define NETIF_F_GSO __NETIF_F(GSO) macro
245 #define NETIF_F_SOFT_FEATURES (NETIF_F_GSO | NETIF_F_GRO)
/linux/drivers/net/ethernet/neterion/vxge/
A Dvxge-main.h512 #ifdef NETIF_F_GSO
/linux/drivers/net/wireguard/
A Ddevice.c262 NETIF_F_SG | NETIF_F_GSO | in wg_setup()
/linux/drivers/net/ethernet/sun/
A Dsunvnet.c317 dev->hw_features = NETIF_F_TSO | NETIF_F_GSO | NETIF_F_ALL_TSO | in vnet_new()
/linux/drivers/net/ethernet/apm/xgene-v2/
A Dmain.c651 ndev->features |= NETIF_F_GSO | in xge_probe()
/linux/drivers/net/ethernet/hisilicon/hns/
A Dhns_enet.c2329 NETIF_F_RXCSUM | NETIF_F_SG | NETIF_F_GSO | in hns_nic_dev_probe()
2333 ndev->vlan_features |= NETIF_F_SG | NETIF_F_GSO | NETIF_F_GRO; in hns_nic_dev_probe()
2341 NETIF_F_RXCSUM | NETIF_F_SG | NETIF_F_GSO | in hns_nic_dev_probe()
/linux/drivers/net/ipvlan/
A Dipvlan_main.c120 NETIF_F_GSO | NETIF_F_ALL_TSO | NETIF_F_GSO_ROBUST | \
/linux/drivers/net/
A Dtap.c120 #define TAP_FEATURES (NETIF_F_GSO | NETIF_F_SG | NETIF_F_FRAGLIST)
A Dmacvlan.c875 NETIF_F_GSO | NETIF_F_TSO | NETIF_F_LRO | \
/linux/drivers/net/ethernet/xilinx/
A Dll_temac_main.c1403 ndev->features |= NETIF_F_GSO; /* Enable software GSO. */ in temac_probe()
/linux/drivers/net/ethernet/intel/iavf/
A Diavf_main.c3716 if (!(netdev->wanted_features & NETIF_F_GSO)) in iavf_process_config()
3717 netdev->features &= ~NETIF_F_GSO; in iavf_process_config()
/linux/drivers/net/ethernet/pasemi/
A Dpasemi_mac.c1703 NETIF_F_HIGHDMA | NETIF_F_GSO; in pasemi_mac_probe()
/linux/drivers/net/ethernet/socionext/
A Dnetsec.c2102 ndev->features |= NETIF_F_HIGHDMA | NETIF_F_RXCSUM | NETIF_F_GSO | in netsec_probe()
/linux/drivers/net/ethernet/apm/xgene/
A Dxgene_enet_main.c2036 NETIF_F_GSO | in xgene_enet_probe()
/linux/drivers/net/ethernet/freescale/dpaa/
A Ddpaa_eth.c259 net_dev->features |= NETIF_F_GSO; in dpaa_netdev_init()
/linux/net/ethtool/
A Dioctl.c241 return NETIF_F_GSO; in ethtool_get_feature_mask()
/linux/net/core/
A Dsock.c2250 if (sk->sk_route_caps & NETIF_F_GSO) in sk_setup_caps()
A Ddev.c9900 if ((features & NETIF_F_GSO) && !(features & NETIF_F_SG)) { in netdev_fix_features()
9902 features &= ~NETIF_F_GSO; in netdev_fix_features()
/linux/net/ipv4/
A Dtcp.c459 sk->sk_route_forced_caps = NETIF_F_GSO; in tcp_init_sock()
/linux/drivers/net/ethernet/hisilicon/hns3/
A Dhns3_enet.c3138 NETIF_F_RXCSUM | NETIF_F_SG | NETIF_F_GSO | in hns3_set_default_feature()
/linux/drivers/net/ethernet/ibm/
A Dibmvnic.c4533 adapter->netdev->hw_features = NETIF_F_SG | NETIF_F_GSO | NETIF_F_GRO; in send_control_ip_offload()
/linux/lib/
A Dtest_bpf.c14458 NETIF_F_HW_VLAN_CTAG_TX | NETIF_F_GSO |

Completed in 123 milliseconds