Searched refs:virtqueue_detach_unused_buf (Results 1 – 11 of 11) sorted by relevance
56 void *virtqueue_detach_unused_buf(struct virtqueue *vq);
81 void *virtqueue_detach_unused_buf(struct virtqueue *vq);
688 while ((pkt = virtqueue_detach_unused_buf(vsock->vqs[VSOCK_VQ_RX]))) in virtio_vsock_remove()693 while ((pkt = virtqueue_detach_unused_buf(vsock->vqs[VSOCK_VQ_TX]))) in virtio_vsock_remove()
73 while ((skb = virtqueue_detach_unused_buf(vq))) in virtbt_close()
424 while ((vc_req = virtqueue_detach_unused_buf(vq)) != NULL) { in virtcrypto_free_unused_reqs()
351 while ((buf = virtqueue_detach_unused_buf(vi->sts)) != NULL) in virtinput_remove()
2123 void *virtqueue_detach_unused_buf(struct virtqueue *_vq) in virtqueue_detach_unused_buf() function2130 EXPORT_SYMBOL_GPL(virtqueue_detach_unused_buf);
469 while ((buf_info = virtqueue_detach_unused_buf(cfv->vq_tx))) in cfv_netdev_close()
2780 while ((buf = virtqueue_detach_unused_buf(vq)) != NULL) { in free_unused_bufs()2791 while ((buf = virtqueue_detach_unused_buf(vq)) != NULL) { in free_unused_bufs()
1940 while ((buf = virtqueue_detach_unused_buf(vq))) in remove_vqs()
4378 while ((skb = virtqueue_detach_unused_buf(vq))) in remove_vqs()