Home
last modified time | relevance | path

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

/openbmc/qemu/net/
H A Dvmnet_int.h30 #define VMNET_PACKETS_LIMIT 200 macro
43 struct vmpktdesc packets_buf[VMNET_PACKETS_LIMIT];
47 struct iovec iov_buf[VMNET_PACKETS_LIMIT];
H A Dvmnet-common.m125 s->packets_send_end_pos = VMNET_PACKETS_LIMIT;
236 for (i = 0; i < VMNET_PACKETS_LIMIT; ++i) {
394 for (int i = 0; i < VMNET_PACKETS_LIMIT; ++i) {