Searched refs:tulip_receive (Results 1 – 2 of 2) sorted by relevance
230 static ssize_t tulip_receive(TULIPState *s, const uint8_t *buf, size_t size) in tulip_receive() function282 return tulip_receive(qemu_get_nic_opaque(nc), buf, size); in tulip_receive_nc()566 tulip_receive(s, s->tx_frame, s->tx_frame_len); in tulip_tx()
409 tulip_receive(const uint8_t *buf, size_t len) "buf %p size %zu"