Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/virtio/linux/
H A Dvirtio.h56 void *virtqueue_detach_unused_buf(struct virtqueue *vq);
/OK3568_Linux_fs/kernel/include/linux/
H A Dvirtio.h81 void *virtqueue_detach_unused_buf(struct virtqueue *vq);
/OK3568_Linux_fs/kernel/net/vmw_vsock/
H A Dvirtio_transport.c661 while ((pkt = virtqueue_detach_unused_buf(vsock->vqs[VSOCK_VQ_RX]))) in virtio_vsock_remove()
666 while ((pkt = virtqueue_detach_unused_buf(vsock->vqs[VSOCK_VQ_TX]))) in virtio_vsock_remove()
/OK3568_Linux_fs/kernel/drivers/crypto/virtio/
H A Dvirtio_crypto_core.c424 while ((vc_req = virtqueue_detach_unused_buf(vq)) != NULL) { in virtcrypto_free_unused_reqs()
/OK3568_Linux_fs/kernel/drivers/virtio/
H A Dvirtio_input.c337 while ((buf = virtqueue_detach_unused_buf(vi->sts)) != NULL) in virtinput_remove()
H A Dvirtio_ring.c2031 void *virtqueue_detach_unused_buf(struct virtqueue *_vq) in virtqueue_detach_unused_buf() function
2038 EXPORT_SYMBOL_GPL(virtqueue_detach_unused_buf);
/OK3568_Linux_fs/kernel/drivers/net/caif/
H A Dcaif_virtio.c469 while ((buf_info = virtqueue_detach_unused_buf(cfv->vq_tx))) in cfv_netdev_close()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_mtk2641 virtqueue_detach_unused_buf
3300 virtqueue_detach_unused_buf
H A Dabi_gki_aarch64_virtual_device522 virtqueue_detach_unused_buf
H A Dabi_gki_aarch64_generic2256 virtqueue_detach_unused_buf
H A Dabi_gki_aarch64_imx2284 virtqueue_detach_unused_buf
H A Dabi_gki_aarch64_oplus3562 virtqueue_detach_unused_buf
H A Dabi_gki_aarch64_galaxy4519 virtqueue_detach_unused_buf
/OK3568_Linux_fs/kernel/drivers/net/
H A Dvirtio_net.c2756 while ((buf = virtqueue_detach_unused_buf(vq)) != NULL) { in free_unused_bufs()
2767 while ((buf = virtqueue_detach_unused_buf(vq)) != NULL) { in free_unused_bufs()
/OK3568_Linux_fs/kernel/drivers/char/
H A Dvirtio_console.c1943 while ((buf = virtqueue_detach_unused_buf(vq))) in remove_vqs()
/OK3568_Linux_fs/kernel/drivers/net/wireless/
H A Dmac80211_hwsim.c4345 while ((skb = virtqueue_detach_unused_buf(vq))) in remove_vqs()