Home
last modified time | relevance | path

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

/linux/arch/um/drivers/
H 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/
H A Dnetdev_features.h112 #define NETIF_F_GSO __NETIF_F(GSO) macro
237 #define NETIF_F_SOFT_FEATURES (NETIF_F_GSO | NETIF_F_GRO)
/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/
H A Dmacvlan.c907 NETIF_F_GSO | NETIF_F_TSO | NETIF_F_LRO | \
/linux/net/core/
H A Dsock.c2554 sk->sk_route_caps |= NETIF_F_GSO; in sk_setup_caps()
2555 if (sk->sk_route_caps & NETIF_F_GSO) in sk_setup_caps()
H A Ddev.c10453 if ((features & NETIF_F_GSO) && !(features & NETIF_F_SG)) { in netdev_fix_features()
10455 features &= ~NETIF_F_GSO; in netdev_fix_features()
/linux/drivers/net/ethernet/pasemi/
H A Dpasemi_mac.c1703 NETIF_F_GSO; in pasemi_mac_probe()
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c5234 if (!(netdev->wanted_features & NETIF_F_GSO)) in iavf_process_config()
5235 netdev->features &= ~NETIF_F_GSO; in iavf_process_config()
/linux/net/ethtool/
H A Dioctl.c240 return NETIF_F_GSO; in ethtool_get_feature_mask()
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c3316 NETIF_F_RXCSUM | NETIF_F_SG | NETIF_F_GSO | in hns3_set_default_feature()
/linux/drivers/net/ethernet/ibm/
H A Dibmvnic.c5212 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 |