Searched refs:curr_queue_pairs (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/net/
H A Dvirtio_net.c389 u16 curr_queue_pairs; member in struct:virtnet_info
978 if (q < (vi->curr_queue_pairs - vi->xdp_queue_pairs))
980 else if (q < vi->curr_queue_pairs)
1075 /* when vi->curr_queue_pairs > nr_cpu_ids, the txq/sq is only used for xdp tx on
1089 if (v->curr_queue_pairs > nr_cpu_ids) { \
1090 qp = v->curr_queue_pairs - v->xdp_queue_pairs; \
1095 qp = cpu % v->curr_queue_pairs; \
1107 if (v->curr_queue_pairs > nr_cpu_ids) \
2229 for (i = 0; i < vi->curr_queue_pairs; i++) {
2432 if (i < vi->curr_queue_pairs)
[all...]

Completed in 298 milliseconds