Searched refs:qemu_sendv_packet_async (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/net/ |
H A D | net.h | 171 ssize_t qemu_sendv_packet_async(NetClientState *nc, const struct iovec *iov,
|
/openbmc/qemu/net/ |
H A D | netmap.c | 283 iovsize = qemu_sendv_packet_async(&s->nc, s->iov, iovcnt, in netmap_send()
|
H A D | af-xdp.c | 240 if (!qemu_sendv_packet_async(&s->nc, &iov, 1, in af_xdp_send()
|
H A D | net.c | 845 ssize_t qemu_sendv_packet_async(NetClientState *sender, in qemu_sendv_packet_async() function 884 return qemu_sendv_packet_async(nc, iov, iovcnt, NULL); in qemu_sendv_packet()
|
/openbmc/qemu/hw/net/ |
H A D | virtio-net.c | 2795 ret = qemu_sendv_packet_async(qemu_get_subqueue(n->nic, queue_index), in virtio_net_flush_tx()
|