Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vhost/
H A Dnet.c821 vhost_discard_vq_desc(vq, 1); in handle_tx_copy()
842 vhost_discard_vq_desc(vq, 1); in handle_tx_copy()
950 vhost_discard_vq_desc(vq, 1); in handle_tx_zerocopy()
1109 vhost_discard_vq_desc(vq, headcount); in get_rx_bufs()
1216 vhost_discard_vq_desc(vq, headcount); in handle_rx()
1240 vhost_discard_vq_desc(vq, headcount); in handle_rx()
H A Dvhost.h208 void vhost_discard_vq_desc(struct vhost_virtqueue *, int n);
H A Dvhost.c2704 void vhost_discard_vq_desc(struct vhost_virtqueue *vq, int n) in vhost_discard_vq_desc() function
2708 EXPORT_SYMBOL_GPL(vhost_discard_vq_desc);