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

/linux-master/drivers/net/
H A Dvirtio_net.c266 u16 curr_queue_pairs; member in struct:virtnet_info
849 if (q < (vi->curr_queue_pairs - vi->xdp_queue_pairs))
851 else if (q < vi->curr_queue_pairs)
940 /* when vi->curr_queue_pairs > nr_cpu_ids, the txq/sq is only used for xdp tx on
954 if (v->curr_queue_pairs > nr_cpu_ids) { \
955 qp = v->curr_queue_pairs - v->xdp_queue_pairs; \
960 qp = cpu % v->curr_queue_pairs; \
972 if (v->curr_queue_pairs > nr_cpu_ids) \
2096 for (i = 0; i < vi->curr_queue_pairs; i++) {
2285 if (i < vi->curr_queue_pairs)
[all...]

Completed in 120 milliseconds