Home
last modified time | relevance | path

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

/linux/drivers/vhost/
H A Dnet.c124 int batched_xdp; member
498 .num = nvq->batched_xdp, in vhost_tx_batch()
508 if (nvq->batched_xdp == 0) in vhost_tx_batch()
521 for (i = 0; i < nvq->batched_xdp; ++i) in vhost_tx_batch()
523 nvq->batched_xdp = 0; in vhost_tx_batch()
530 nvq->batched_xdp = 0; in vhost_tx_batch()
705 struct xdp_buff *xdp = &nvq->xdp[nvq->batched_xdp]; in vhost_net_build_xdp()
761 ++nvq->batched_xdp; in vhost_net_build_xdp()
834 if (nvq->batched_xdp) { in handle_tx_copy()
1384 n->vqs[i].batched_xdp = 0; in vhost_net_open()