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

/linux-master/drivers/net/
H A Dvirtio_net.c4922 u16 xdp_qp = 0, curr_qp; local
4948 curr_qp = vi->curr_queue_pairs - vi->xdp_queue_pairs;
4953 if (curr_qp + xdp_qp > vi->max_queue_pairs) {
4955 curr_qp + xdp_qp, vi->max_queue_pairs);
4983 err = virtnet_set_queues(vi, curr_qp + xdp_qp);
4986 netif_set_real_num_rx_queues(dev, curr_qp + xdp_qp);

Completed in 151 milliseconds