Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/vhost/
Dnet.c592 vhost_discard_vq_desc(vq, 1); in handle_tx_copy()
692 vhost_discard_vq_desc(vq, 1); in handle_tx_zerocopy()
892 vhost_discard_vq_desc(vq, headcount); in get_rx_bufs()
996 vhost_discard_vq_desc(vq, headcount); in handle_rx()
1020 vhost_discard_vq_desc(vq, headcount); in handle_rx()
Dvhost.h192 void vhost_discard_vq_desc(struct vhost_virtqueue *, int n);
Dvhost.c2146 void vhost_discard_vq_desc(struct vhost_virtqueue *vq, int n) in vhost_discard_vq_desc() function
2150 EXPORT_SYMBOL_GPL(vhost_discard_vq_desc);