Searched refs:max_in_bytes (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/subprojects/libvhost-user/ |
H A D | libvhost-user.h | 747 unsigned max_in_bytes, unsigned max_out_bytes);
|
H A D | libvhost-user.c | 2452 unsigned max_in_bytes, unsigned max_out_bytes) in vu_queue_get_avail_bytes() argument 2526 if (in_total >= max_in_bytes && out_total >= max_out_bytes) { in vu_queue_get_avail_bytes()
|
/openbmc/qemu/include/hw/virtio/ |
H A D | virtio.h | 281 unsigned int *out_bytes, unsigned max_in_bytes,
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio.c | 1249 unsigned max_in_bytes, unsigned max_out_bytes, in virtqueue_split_get_avail_bytes() argument 1318 if (in_total >= max_in_bytes && out_total >= max_out_bytes) { in virtqueue_split_get_avail_bytes() 1386 unsigned max_in_bytes, in virtqueue_packed_get_avail_bytes() argument 1457 if (in_total >= max_in_bytes && out_total >= max_out_bytes) { in virtqueue_packed_get_avail_bytes() 1500 unsigned int *out_bytes, unsigned max_in_bytes, in virtqueue_get_avail_bytes() argument 1526 max_in_bytes, max_out_bytes, in virtqueue_get_avail_bytes() 1530 max_in_bytes, max_out_bytes, in virtqueue_get_avail_bytes()
|