Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/vhost/
Dnet.c820 vhost_discard_vq_desc(vq, 1); in handle_tx_copy()
841 vhost_discard_vq_desc(vq, 1); in handle_tx_copy()
944 vhost_discard_vq_desc(vq, 1); in handle_tx_zerocopy()
1103 vhost_discard_vq_desc(vq, headcount); in get_rx_bufs()
1210 vhost_discard_vq_desc(vq, headcount); in handle_rx()
1234 vhost_discard_vq_desc(vq, headcount); in handle_rx()
Dvhost.h189 void vhost_discard_vq_desc(struct vhost_virtqueue *, int n);
Dvhost.c2353 void vhost_discard_vq_desc(struct vhost_virtqueue *vq, int n) in vhost_discard_vq_desc() function
2357 EXPORT_SYMBOL_GPL(vhost_discard_vq_desc);