Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/vhost/
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()
Dvhost.h206 void vhost_discard_vq_desc(struct vhost_virtqueue *, int n);
Dvhost.c2636 void vhost_discard_vq_desc(struct vhost_virtqueue *vq, int n) in vhost_discard_vq_desc() function
2640 EXPORT_SYMBOL_GPL(vhost_discard_vq_desc);