Searched refs:max_queue_size (Results 1 – 4 of 4) sorted by relevance
56 uint16_t max_queue_size; in vhost_vdpa_device_realize() local76 max_queue_size = vhost_vdpa_device_get_u32(v->vhostfd, in vhost_vdpa_device_realize()82 if (v->queue_size > max_queue_size) { in vhost_vdpa_device_realize()84 v->queue_size, max_queue_size); in vhost_vdpa_device_realize()87 v->queue_size = max_queue_size; in vhost_vdpa_device_realize()
63 static uint32_t max_queue_size; variable225 if (g_queue_get_length(queue) <= max_queue_size) { in colo_insert_packet()1127 uint32_t value = max_queue_size; in get_max_queue_size()1146 max_queue_size = value; in set_max_queue_size()1266 if (!max_queue_size) { in colo_compare_complete()1268 max_queue_size = MAX_QUEUE_SIZE; in colo_compare_complete()
255 # @max_queue_size: the maximum number of packets to keep in the queue273 '*max_queue_size': 'uint32',
5642 …tify_dev=id][,compare_timeout=@var{ms}][,expired_scan_cycle=@var{ms}][,max_queue_size=@var{size}]``