Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/
H A Dvirtio_net.c193 u16 curr_queue_pairs; member
524 if (v->curr_queue_pairs > nr_cpu_ids) { \
525 qp = v->curr_queue_pairs - v->xdp_queue_pairs; \
530 qp = smp_processor_id() % v->curr_queue_pairs; \
542 if (v->curr_queue_pairs > nr_cpu_ids) \
1388 for (i = 0; i < vi->curr_queue_pairs; i++) { in refill_work()
1488 if (q < (vi->curr_queue_pairs - vi->xdp_queue_pairs)) in is_xdp_raw_buffer_queue()
1490 else if (q < vi->curr_queue_pairs) in is_xdp_raw_buffer_queue()
1556 if (i < vi->curr_queue_pairs) in virtnet_open()
1901 vi->curr_queue_pairs = queue_pairs; in _virtnet_set_queues()
[all …]