Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/vhost/
Dnet.c119 int batched_xdp; member
468 .num = nvq->batched_xdp, in vhost_tx_batch()
473 if (nvq->batched_xdp == 0) in vhost_tx_batch()
486 for (i = 0; i < nvq->batched_xdp; ++i) in vhost_tx_batch()
488 nvq->batched_xdp = 0; in vhost_tx_batch()
495 nvq->batched_xdp = 0; in vhost_tx_batch()
703 struct xdp_buff *xdp = &nvq->xdp[nvq->batched_xdp]; in vhost_net_build_xdp()
763 ++nvq->batched_xdp; in vhost_net_build_xdp()
1333 n->vqs[i].batched_xdp = 0; in vhost_net_open()