Home
last modified time | relevance | path

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

/drivers/net/
Dvirtio_net.c191 u16 xdp_queue_pairs; member
481 qp = vi->curr_queue_pairs - vi->xdp_queue_pairs + smp_processor_id(); in virtnet_xdp_sq()
561 return vi->xdp_queue_pairs ? VIRTIO_XDP_HEADROOM : 0; in virtnet_get_headroom()
1390 if (q < (vi->curr_queue_pairs - vi->xdp_queue_pairs)) in is_xdp_raw_buffer_queue()
2432 curr_qp = vi->curr_queue_pairs - vi->xdp_queue_pairs; in virtnet_xdp_set()
2475 vi->xdp_queue_pairs = xdp_qp; in virtnet_xdp_set()
2570 if (vi->xdp_queue_pairs) in virtnet_set_features()