Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/vhost/
Dnet.c818 vhost_discard_vq_desc(vq, 1); in handle_tx_copy()
839 vhost_discard_vq_desc(vq, 1); in handle_tx_copy()
942 vhost_discard_vq_desc(vq, 1); in handle_tx_zerocopy()
1101 vhost_discard_vq_desc(vq, headcount); in get_rx_bufs()
1208 vhost_discard_vq_desc(vq, headcount); in handle_rx()
1232 vhost_discard_vq_desc(vq, headcount); in handle_rx()
Dvhost.h190 void vhost_discard_vq_desc(struct vhost_virtqueue *, int n);
Dvhost.c2341 void vhost_discard_vq_desc(struct vhost_virtqueue *vq, int n) in vhost_discard_vq_desc() function
2345 EXPORT_SYMBOL_GPL(vhost_discard_vq_desc);