Searched refs:virtqueue_detach_unused_buf (Results 1 – 12 of 12) sorted by relevance
59 void *virtqueue_detach_unused_buf(struct virtqueue *vq);
90 void *virtqueue_detach_unused_buf(struct virtqueue *vq);
620 while ((skb = virtqueue_detach_unused_buf(vsock->vqs[VSOCK_VQ_RX]))) in virtio_vsock_vqs_del()625 while ((skb = virtqueue_detach_unused_buf(vsock->vqs[VSOCK_VQ_TX]))) in virtio_vsock_vqs_del()
80 while ((skb = virtqueue_detach_unused_buf(vq))) in virtbt_close_vdev()
351 while ((buf = virtqueue_detach_unused_buf(vi->sts)) != NULL) in virtinput_remove()
2176 while ((buf = virtqueue_detach_unused_buf(_vq)) != NULL) in virtqueue_disable_and_recycle()2548 void *virtqueue_detach_unused_buf(struct virtqueue *_vq) in virtqueue_detach_unused_buf() function2555 EXPORT_SYMBOL_GPL(virtqueue_detach_unused_buf);
83 while ((buf = virtqueue_detach_unused_buf(dev->vq)) != NULL) {
492 while ((vc_req = virtqueue_detach_unused_buf(vq)) != NULL) { in virtcrypto_free_unused_reqs()
469 while ((buf_info = virtqueue_detach_unused_buf(cfv->vq_tx))) in cfv_netdev_close()
1937 while ((buf = virtqueue_detach_unused_buf(vq))) in remove_vqs()
4054 while ((buf = virtqueue_detach_unused_buf(vq)) != NULL) in free_unused_bufs()4062 while ((buf = virtqueue_detach_unused_buf(vq)) != NULL) in free_unused_bufs()
6454 while ((skb = virtqueue_detach_unused_buf(vq))) in remove_vqs()