Searched refs:virtqueue_detach_unused_buf (Results 1 – 9 of 9) sorted by relevance
55 void *virtqueue_detach_unused_buf(struct virtqueue *vq);
82 void *virtqueue_detach_unused_buf(struct virtqueue *vq);
643 while ((pkt = virtqueue_detach_unused_buf(vsock->vqs[VSOCK_VQ_RX]))) in virtio_vsock_remove()648 while ((pkt = virtqueue_detach_unused_buf(vsock->vqs[VSOCK_VQ_TX]))) in virtio_vsock_remove()
436 while ((vc_req = virtqueue_detach_unused_buf(vq)) != NULL) { in virtcrypto_free_unused_reqs()
325 while ((buf = virtqueue_detach_unused_buf(vi->sts)) != NULL) in virtinput_remove()
909 void *virtqueue_detach_unused_buf(struct virtqueue *_vq) in virtqueue_detach_unused_buf() function934 EXPORT_SYMBOL_GPL(virtqueue_detach_unused_buf);
469 while ((buf_info = virtqueue_detach_unused_buf(cfv->vq_tx))) in cfv_netdev_close()
2556 while ((buf = virtqueue_detach_unused_buf(vq)) != NULL) { in free_unused_bufs()2567 while ((buf = virtqueue_detach_unused_buf(vq)) != NULL) { in free_unused_bufs()
1967 while ((buf = virtqueue_detach_unused_buf(vq))) in remove_vqs()