Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A De1000.c108 uint16_t tso_frames; member
577 unsigned int frames = s->tx.tso_frames, css, sofar; in xmit_seg()
615 tp->tso_frames++; in xmit_seg()
656 tp->tso_frames = 0; in process_tx_desc()
722 tp->tso_frames = 0; in process_tx_desc()
1510 VMSTATE_UINT16(tx.tso_frames, E1000State),