Home
last modified time | relevance | path

Searched full:tso (Results 1 – 16 of 16) sorted by relevance

/qemu/net/
H A Dtap-linux.h49 #define TUN_F_TSO4 0x02 /* I can handle TSO for IPv4 packets */
50 #define TUN_F_TSO6 0x04 /* I can handle TSO for IPv6 packets */
51 #define TUN_F_TSO_ECN 0x08 /* I can handle TSO with ECN bits. */
/qemu/hw/net/
H A Dnet_tx_pkt.h59 * @tso_enable: TSO enabled
61 * @gso_size: MSS size for TSO
H A Dvmxnet3.h77 u64 TSOPktsTxOK; /* TSO pkts post-segmentation */
487 /* max # of tx descs for a non-tso pkt */
H A Drtl8139.c2147 DPRINTF("+++ C+ mode offloaded task TSO IP data %d " in rtl8139_cplus_transmit_one()
2175 DPRINTF("+++ C+ mode TSO IP data len %d TCP hlen %d TCP " in rtl8139_cplus_transmit_one()
2194 DPRINTF("+++ C+ mode TSO TCP seqno %08x\n", in rtl8139_cplus_transmit_one()
2201 DPRINTF("+++ C+ mode TSO calculating TCP checksum for " in rtl8139_cplus_transmit_one()
2225 DPRINTF("+++ C+ mode TSO TCP checksum %04x\n", in rtl8139_cplus_transmit_one()
2241 DPRINTF("+++ C+ mode TSO IP header len=%d " in rtl8139_cplus_transmit_one()
2245 DPRINTF("+++ C+ mode TSO transferring packet size " in rtl8139_cplus_transmit_one()
H A Dxen_nic.c109 * Should we do that even when not supporting SG and TSO? in net_tx_error()
H A Dnet_tx_pkt.c327 /* csum has to be enabled if tso is. */ in net_tx_pkt_build_vheader()
H A De1000.c1365 if (chkflag(TSO) || !s->use_tso_for_migration) { in e1000_pre_save()
1423 return chkflag(TSO); in e1000_tso_state_needed()
H A Dvirtio-net.c80 tso/gso/gro 'off'. */
/qemu/qapi/
H A Dvirtio.json336 # "VIRTIO_NET_F_HOST_ECN: Device can receive TSO with ECN",
340 # "VIRTIO_NET_F_GUEST_ECN: Driver can receive TSO with ECN",
378 # "VIRTIO_NET_F_HOST_ECN: Device can receive TSO with ECN",
382 # "VIRTIO_NET_F_GUEST_ECN: Driver can receive TSO with ECN",
409 # "VIRTIO_NET_F_HOST_ECN: Device can receive TSO with ECN",
413 # "VIRTIO_NET_F_GUEST_ECN: Driver can receive TSO with ECN",
/qemu/target/riscv/insn_trans/
H A Dtrans_rva.c.inc44 * TSO defines AMOs as acquire+release-RCsc, but does not define LR/SC as
83 * provide the memory barrier implied by AQ/RL/TSO.
/qemu/include/standard-headers/linux/
H A Dvirtio_net.h42 #define VIRTIO_NET_F_GUEST_ECN 9 /* Guest can handle TSO[6] w/ ECN in. */
46 #define VIRTIO_NET_F_HOST_ECN 13 /* Host can handle TSO[6] w/ ECN in. */
136 #define VIRTIO_NET_HDR_GSO_TCPV4 1 /* GSO frame, IPv4 TCP (TSO) */
H A Dethtool.h1887 #define ETHTOOL_GTSO 0x0000001e /* Get TSO enable (ethtool_value) */
1888 #define ETHTOOL_STSO 0x0000001f /* Set TSO enable (ethtool_value) */
/qemu/docs/specs/
H A Drocker.rst589 4: TSO (TCP Segmentation Offload)
593 TX_TSO_MSS 2 For TSO offload mode, the
595 TX_TSO_HDR_LEN 2 For TSO offload mode, the
611 -ROCKER_EINVAL bad pport or TSO or csum offloading error
/qemu/hw/virtio/
H A Dvirtio-qmp.c265 "VIRTIO_NET_F_GUEST_ECN: Driver can receive TSO with ECN"),
273 "VIRTIO_NET_F_HOST_ECN: Device can receive TSO with ECN"),
/qemu/target/sparc/
H A Dcpu.c1030 * Therefore always use TSO in QEMU.
1035 * D.6 Specification of Total Store Order (TSO)
/qemu/hw/net/rocker/
H A Drocker.c203 qemu_log_mask(LOG_UNIMP, "rocker %s: TSO not implemented (MSS: %u)\n", in tx_consume()
209 qemu_log_mask(LOG_UNIMP, "rocker %s: TSO not implemented" in tx_consume()