Searched refs:xdp_queue_pairs (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/net/
H A Dvirtio_net.c392 u16 xdp_queue_pairs; member in struct:virtnet_info
394 /* xdp_queue_pairs may be 0, when xdp is already loaded. So add this. */
978 if (q < (vi->curr_queue_pairs - vi->xdp_queue_pairs))
1090 qp = v->curr_queue_pairs - v->xdp_queue_pairs; \
4948 curr_qp = vi->curr_queue_pairs - vi->xdp_queue_pairs;
4987 vi->xdp_queue_pairs = xdp_qp;

Completed in 186 milliseconds