Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/vhost/
Dnet.c809 vhost_discard_vq_desc(vq, 1); in handle_tx_copy()
830 vhost_discard_vq_desc(vq, 1); in handle_tx_copy()
931 vhost_discard_vq_desc(vq, 1); in handle_tx_zerocopy()
1089 vhost_discard_vq_desc(vq, headcount); in get_rx_bufs()
1196 vhost_discard_vq_desc(vq, headcount); in handle_rx()
1220 vhost_discard_vq_desc(vq, headcount); in handle_rx()
Dvhost.h197 void vhost_discard_vq_desc(struct vhost_virtqueue *, int n);
Dvhost.c2350 void vhost_discard_vq_desc(struct vhost_virtqueue *vq, int n) in vhost_discard_vq_desc() function
2354 EXPORT_SYMBOL_GPL(vhost_discard_vq_desc);