Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/
Dvirtio_net.c201 u16 xdp_queue_pairs; member
472 qp = vi->curr_queue_pairs - vi->xdp_queue_pairs + smp_processor_id(); in virtnet_xdp_sq()
539 return vi->xdp_queue_pairs ? VIRTIO_XDP_HEADROOM : 0; in virtnet_get_headroom()
2335 curr_qp = vi->curr_queue_pairs - vi->xdp_queue_pairs; in virtnet_xdp_set()
2362 vi->xdp_queue_pairs = xdp_qp; in virtnet_xdp_set()
2541 if (q < (vi->curr_queue_pairs - vi->xdp_queue_pairs)) in is_xdp_raw_buffer_queue()