Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/
Dvirtio_net.c196 u16 xdp_queue_pairs; member
488 qp = vi->curr_queue_pairs - vi->xdp_queue_pairs + smp_processor_id(); in virtnet_xdp_sq()
568 return vi->xdp_queue_pairs ? VIRTIO_XDP_HEADROOM : 0; in virtnet_get_headroom()
1418 if (q < (vi->curr_queue_pairs - vi->xdp_queue_pairs)) in is_xdp_raw_buffer_queue()
2418 curr_qp = vi->curr_queue_pairs - vi->xdp_queue_pairs; in virtnet_xdp_set()
2458 vi->xdp_queue_pairs = xdp_qp; in virtnet_xdp_set()
2533 if (vi->xdp_queue_pairs) in virtnet_set_features()