Home
last modified time | relevance | path

Searched refs:virtqueue_detach_unused_buf (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/virtio/
H A Dvirtio_input.c355 while ((buf = virtqueue_detach_unused_buf(vi->sts)) != NULL) in virtinput_remove()
373 while ((buf = virtqueue_detach_unused_buf(vi->sts)) != NULL) in virtinput_freeze()
H A Dvirtio_ring.c2757 while ((buf = virtqueue_detach_unused_buf(_vq)) != NULL) in virtqueue_disable_and_recycle()
3259 void *virtqueue_detach_unused_buf(struct virtqueue *_vq) in virtqueue_detach_unused_buf() function
3265 EXPORT_SYMBOL_GPL(virtqueue_detach_unused_buf);
H A Dvirtio_pci_modern.c361 while ((cmd = virtqueue_detach_unused_buf(vq))) { in vp_modern_avq_cleanup()
/linux/include/linux/
H A Dvirtio.h117 void *virtqueue_detach_unused_buf(struct virtqueue *vq);
/linux/net/vmw_vsock/
H A Dvirtio_transport.c785 while ((skb = virtqueue_detach_unused_buf(vsock->vqs[VSOCK_VQ_RX]))) in virtio_vsock_vqs_del()
790 while ((skb = virtqueue_detach_unused_buf(vsock->vqs[VSOCK_VQ_TX]))) in virtio_vsock_vqs_del()
/linux/drivers/nvdimm/
H A Dnd_virtio.c111 while ((req = virtqueue_detach_unused_buf(vpmem->req_vq)) != NULL) { in virtio_pmem_drain()
/linux/drivers/bluetooth/
H A Dvirtio_bt.c81 while ((skb = virtqueue_detach_unused_buf(vq))) in virtbt_close_vdev()
/linux/Documentation/driver-api/virtio/
H A Dwriting_virtio_drivers.rst83 while ((buf = virtqueue_detach_unused_buf(dev->vq)) != NULL) {
/linux/drivers/net/
H A Dvirtio_net.c6398 while ((buf = virtqueue_detach_unused_buf(vq)) != NULL) in free_unused_bufs()
6406 while ((buf = virtqueue_detach_unused_buf(vq)) != NULL) in free_unused_bufs()
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim_main.c7426 while ((skb = virtqueue_detach_unused_buf(vq))) in remove_vqs()