Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_lib.c826 netdev_features_t tso_offloads = 0; in idpf_cfg_netdev() local
906 tso_offloads |= NETIF_F_TSO; in idpf_cfg_netdev()
908 tso_offloads |= NETIF_F_TSO6; in idpf_cfg_netdev()
912 tso_offloads |= NETIF_F_GSO_UDP_L4; in idpf_cfg_netdev()
918 netdev->features |= dflt_features | csum_offloads | tso_offloads; in idpf_cfg_netdev()