Searched refs:virtqueue_detach_unused_buf (Results 1 – 10 of 10) sorted by relevance
54 void *virtqueue_detach_unused_buf(struct virtqueue *vq);
81 void *virtqueue_detach_unused_buf(struct virtqueue *vq);
658 while ((pkt = virtqueue_detach_unused_buf(vsock->vqs[VSOCK_VQ_RX]))) in virtio_vsock_remove()663 while ((pkt = virtqueue_detach_unused_buf(vsock->vqs[VSOCK_VQ_TX]))) in virtio_vsock_remove()
424 while ((vc_req = virtqueue_detach_unused_buf(vq)) != NULL) { in virtcrypto_free_unused_reqs()
327 while ((buf = virtqueue_detach_unused_buf(vi->sts)) != NULL) in virtinput_remove()
2021 void *virtqueue_detach_unused_buf(struct virtqueue *_vq) in virtqueue_detach_unused_buf() function2028 EXPORT_SYMBOL_GPL(virtqueue_detach_unused_buf);
469 while ((buf_info = virtqueue_detach_unused_buf(cfv->vq_tx))) in cfv_netdev_close()
2665 while ((buf = virtqueue_detach_unused_buf(vq)) != NULL) { in free_unused_bufs()2676 while ((buf = virtqueue_detach_unused_buf(vq)) != NULL) { in free_unused_bufs()
1943 while ((buf = virtqueue_detach_unused_buf(vq))) in remove_vqs()
4276 while ((skb = virtqueue_detach_unused_buf(vq))) in remove_vqs()