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

/linux-master/drivers/net/
H A Dvirtio_net.c269 u16 xdp_queue_pairs; member in struct:virtnet_info
271 /* xdp_queue_pairs may be 0, when xdp is already loaded. So add this. */
849 if (q < (vi->curr_queue_pairs - vi->xdp_queue_pairs))
955 qp = v->curr_queue_pairs - v->xdp_queue_pairs; \
4022 curr_qp = vi->curr_queue_pairs - vi->xdp_queue_pairs;
4061 vi->xdp_queue_pairs = xdp_qp;

Completed in 131 milliseconds