Home
last modified time | relevance | path

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

/qemu/hw/net/
H A Dtulip.c40 uint8_t tx_frame[2048]; member
60 VMSTATE_BUFFER(tx_frame, TULIPState),
566 tulip_receive(s, s->tx_frame, s->tx_frame_len); in tulip_tx()
567 } else if (s->tx_frame_len <= sizeof(s->tx_frame)) { in tulip_tx()
569 s->tx_frame, s->tx_frame_len); in tulip_tx()
584 if (s->tx_frame_len + len1 > sizeof(s->tx_frame)) { in tulip_copy_tx_buffers()
587 __func__, s->tx_frame_len, len1, sizeof(s->tx_frame)); in tulip_copy_tx_buffers()
592 s->tx_frame + s->tx_frame_len, len1); in tulip_copy_tx_buffers()
596 if (s->tx_frame_len + len2 > sizeof(s->tx_frame)) { in tulip_copy_tx_buffers()
599 __func__, s->tx_frame_len, len2, sizeof(s->tx_frame)); in tulip_copy_tx_buffers()
[all …]