Home
last modified time | relevance | path

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

/linux-6.15/drivers/vhost/
H A Dnet.c378 nvq->done_idx = (nvq->done_idx + add) % UIO_MAXIOV; in vhost_zerocopy_signal_used()
457 if (!nvq->done_idx) in vhost_net_signal_used()
461 nvq->done_idx = 0; in vhost_net_signal_used()
472 .ptr = nvq->xdp, in vhost_tx_batch()
492 nvq->done_idx = 0; in vhost_tx_batch()
607 return (nvq->upend_idx + UIO_MAXIOV - nvq->done_idx) % UIO_MAXIOV > in vhost_exceeds_maxpend()
670 struct xdp_buff *xdp = &nvq->xdp[nvq->batched_xdp]; in vhost_net_build_xdp()
825 ++nvq->done_idx; in handle_tx_copy()
881 ubuf = nvq->ubuf_info + nvq->upend_idx; in handle_tx_zerocopy()
895 nvq->upend_idx = (nvq->upend_idx + 1) % UIO_MAXIOV; in handle_tx_zerocopy()
[all …]