Home
last modified time | relevance | path

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

/drivers/vhost/
Dnet.c441 vhost_discard_vq_desc(vq, 1); in handle_tx()
548 vhost_discard_vq_desc(vq, headcount); in get_rx_bufs()
638 vhost_discard_vq_desc(vq, headcount); in handle_rx()
654 vhost_discard_vq_desc(vq, headcount); in handle_rx()
Dvhost.h145 void vhost_discard_vq_desc(struct vhost_virtqueue *, int n);
Dvhost.c1329 void vhost_discard_vq_desc(struct vhost_virtqueue *vq, int n) in vhost_discard_vq_desc() function
1333 EXPORT_SYMBOL_GPL(vhost_discard_vq_desc);