Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/
H A Dvirtio_net.c196 u16 xdp_queue_pairs; member
198 /* xdp_queue_pairs may be 0, when xdp is already loaded. So add this. */
525 qp = v->curr_queue_pairs - v->xdp_queue_pairs; \
1492 if (q < (vi->curr_queue_pairs - vi->xdp_queue_pairs)) in is_xdp_raw_buffer_queue()
2508 curr_qp = vi->curr_queue_pairs - vi->xdp_queue_pairs; in virtnet_xdp_set()
2547 vi->xdp_queue_pairs = xdp_qp; in virtnet_xdp_set()
/kernel/linux/linux-6.6/drivers/net/
H A Dvirtio_net.c252 u16 xdp_queue_pairs; member
254 /* xdp_queue_pairs may be 0, when xdp is already loaded. So add this. */
798 if (q < (vi->curr_queue_pairs - vi->xdp_queue_pairs)) in is_xdp_raw_buffer_queue()
904 qp = v->curr_queue_pairs - v->xdp_queue_pairs; \
3765 curr_qp = vi->curr_queue_pairs - vi->xdp_queue_pairs; in virtnet_xdp_set()
3804 vi->xdp_queue_pairs = xdp_qp; in virtnet_xdp_set()

Completed in 11 milliseconds