Home
last modified time | relevance | path

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

/drivers/vhost/
Dvhost.h151 void vhost_discard_vq_desc(struct vhost_virtqueue *, int n);
Dnet.c442 vhost_discard_vq_desc(vq, 1); in handle_tx()
539 vhost_discard_vq_desc(vq, headcount); in get_rx_bufs()
621 vhost_discard_vq_desc(vq, headcount); in handle_rx()
637 vhost_discard_vq_desc(vq, headcount); in handle_rx()
Dvhost.c1300 void vhost_discard_vq_desc(struct vhost_virtqueue *vq, int n) in vhost_discard_vq_desc() function