Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/vhost/
Dnet.c812 vhost_discard_vq_desc(vq, 1); in handle_tx_copy()
833 vhost_discard_vq_desc(vq, 1); in handle_tx_copy()
934 vhost_discard_vq_desc(vq, 1); in handle_tx_zerocopy()
1092 vhost_discard_vq_desc(vq, headcount); in get_rx_bufs()
1199 vhost_discard_vq_desc(vq, headcount); in handle_rx()
1223 vhost_discard_vq_desc(vq, headcount); in handle_rx()
Dvhost.h191 void vhost_discard_vq_desc(struct vhost_virtqueue *, int n);
Dvhost.c2335 void vhost_discard_vq_desc(struct vhost_virtqueue *vq, int n) in vhost_discard_vq_desc() function
2339 EXPORT_SYMBOL_GPL(vhost_discard_vq_desc);