/linux-6.14.4/drivers/misc/ |
D | nsm.c | 232 queue_buf = virtqueue_get_buf(vq, &len); in nsm_sendrecv_msg_locked() 239 queue_buf = virtqueue_get_buf(vq, &len); in nsm_sendrecv_msg_locked() 253 while (virtqueue_get_buf(vq, &len) != NULL) in nsm_sendrecv_msg_locked()
|
/linux-6.14.4/tools/virtio/ |
D | vringh_test.c | 339 while ((dbuf = virtqueue_get_buf(vq, &len)) != NULL) { in parallel_test() 416 dbuf = virtqueue_get_buf(vq, &len); in parallel_test() 568 ret = virtqueue_get_buf(vq, &i); in main() 630 ret = virtqueue_get_buf(vq, &i); in main() 663 assert(virtqueue_get_buf(vq, &len) != NULL); in main()
|
D | vhost_net_test.c | 310 while (virtqueue_get_buf(vq->vq, &len)) { in run_tx_test() 379 while (virtqueue_get_buf(vq->vq, &len)) { in run_rx_test()
|
D | virtio_test.c | 228 while (virtqueue_get_buf(vq->vq, &len)) { in run_test()
|
/linux-6.14.4/drivers/virtio/ |
D | virtio_balloon.c | 195 wait_event(vb->acked, virtqueue_get_buf(vq, &len)); in tell_host() 221 wait_event(vb->acked, virtqueue_get_buf(vq, &unused)); in virtballoon_free_page_report() 455 if (!virtqueue_get_buf(vq, &len)) in stats_handle_request() 666 while (virtqueue_get_buf(vq, &unused)) in send_cmd_id_start() 685 while (virtqueue_get_buf(vq, &unused)) in send_cmd_id_stop() 704 while (virtqueue_get_buf(vq, &unused)) in get_free_page_and_send()
|
D | virtio_input.c | 42 while ((event = virtqueue_get_buf(vi->evt, &len)) != NULL) { in virtinput_recv_events() 114 while ((stsbuf = virtqueue_get_buf(vi->sts, &len)) != NULL) in virtinput_recv_status()
|
/linux-6.14.4/tools/virtio/linux/ |
D | virtio.h | 52 void *virtqueue_get_buf(struct virtqueue *vq, unsigned int *len);
|
/linux-6.14.4/sound/virtio/ |
D | virtio_card.c | 93 while ((event = virtqueue_get_buf(vqueue, &length))) { in virtsnd_event_notify_cb() 184 while ((event = virtqueue_get_buf(queue->vqueue, &length))) in virtsnd_disable_event_vq()
|
D | virtio_ctl_msg.c | 304 while ((msg = virtqueue_get_buf(vqueue, &length))) in virtsnd_ctl_notify_cb()
|
D | virtio_pcm_msg.c | 359 while ((msg = virtqueue_get_buf(queue->vqueue, &written_bytes))) in virtsnd_pcm_notify_cb()
|
/linux-6.14.4/drivers/bluetooth/ |
D | virtio_bt.c | 226 skb = virtqueue_get_buf(vbt->vqs[VIRTBT_VQ_RX], &len); in virtbt_rx_work() 244 while ((skb = virtqueue_get_buf(vq, &len))) in virtbt_tx_done()
|
/linux-6.14.4/drivers/nvdimm/ |
D | nd_virtio.c | 21 while ((req_data = virtqueue_get_buf(vq, &len)) != NULL) { in virtio_pmem_host_ack()
|
/linux-6.14.4/net/vmw_vsock/ |
D | virtio_transport.c | 357 while ((skb = virtqueue_get_buf(vq, &len)) != NULL) { in virtio_transport_tx_work() 463 while ((event = virtqueue_get_buf(vq, &len)) != NULL) { in virtio_transport_event_work() 638 skb = virtqueue_get_buf(vq, &len); in virtio_transport_rx_work()
|
/linux-6.14.4/Documentation/driver-api/virtio/ |
D | writing_virtio_drivers.rst | 43 while ((buf = virtqueue_get_buf(dev->vq, &len)) != NULL) { 167 driver and notifies it back, the driver can call virtqueue_get_buf() to
|
/linux-6.14.4/drivers/char/ |
D | virtio_console.c | 467 buf = virtqueue_get_buf(port->in_vq, &len); in get_inbuf() 560 while (!virtqueue_get_buf(vq, &len) in __send_control_msg() 589 while ((buf = virtqueue_get_buf(port->out_vq, &len))) { in reclaim_consumed_buffers() 635 while (!virtqueue_get_buf(out_vq, &len) in __send_to_port() 1673 while ((buf = virtqueue_get_buf(vq, &len))) { in control_work_handler() 1696 while ((buf = virtqueue_get_buf(vq, &len))) in flush_bufs()
|
/linux-6.14.4/drivers/crypto/virtio/ |
D | virtio_crypto_core.c | 40 while ((vc_ctrl_req = virtqueue_get_buf(vq, &len)) != NULL) { in virtcrypto_ctrlq_callback() 82 while ((vc_req = virtqueue_get_buf(vq, &len)) != NULL) { in virtcrypto_done_task()
|
/linux-6.14.4/arch/um/drivers/ |
D | virt-pci.c | 197 void *completed = virtqueue_get_buf(dev->cmd_vq, &len); in um_pci_send_cmd() 541 while ((cmd = virtqueue_get_buf(vq, &len))) in um_pci_cmd_vq_cb() 550 while ((msg = virtqueue_get_buf(vq, &len))) { in um_pci_irq_vq_cb()
|
/linux-6.14.4/drivers/rpmsg/ |
D | virtio_rpmsg_bus.c | 456 ret = virtqueue_get_buf(vrp->svq, &len); in get_a_tx_buf() 786 msg = virtqueue_get_buf(rvq, &len); in rpmsg_recv_done() 799 msg = virtqueue_get_buf(rvq, &len); in rpmsg_recv_done()
|
/linux-6.14.4/drivers/char/hw_random/ |
D | virtio-rng.c | 44 if (!virtqueue_get_buf(vi->vq, &len)) in random_recv_done()
|
/linux-6.14.4/include/linux/ |
D | virtio.h | 85 void *virtqueue_get_buf(struct virtqueue *vq, unsigned int *len);
|
/linux-6.14.4/drivers/gpio/ |
D | gpio-virtio.c | 408 irq_line = virtqueue_get_buf(vgpio->event_vq, &len); in virtio_gpio_event_vq() 442 line = virtqueue_get_buf(vq, &len); in virtio_gpio_request_vq()
|
/linux-6.14.4/drivers/firmware/arm_scmi/transports/ |
D | virtio.c | 289 msg = virtqueue_get_buf(vqueue, &length); in scmi_vio_complete_cb() 714 while ((next_msg = virtqueue_get_buf(vioch->vqueue, &length))) { in virtio_poll_done()
|
/linux-6.14.4/drivers/i2c/busses/ |
D | i2c-virtio.c | 53 while ((req = virtqueue_get_buf(vq, &len))) in virtio_i2c_msg_done()
|
/linux-6.14.4/drivers/scsi/ |
D | virtio_scsi.c | 187 while ((buf = virtqueue_get_buf(vq, &len)) != NULL) in virtscsi_vq_done() 763 while ((buf = virtqueue_get_buf(virtscsi_vq->vq, &len)) != NULL) { in virtscsi_mq_poll()
|
/linux-6.14.4/drivers/iommu/ |
D | virtio-iommu.c | 167 req = virtqueue_get_buf(vq, &len); in __viommu_sync_req() 620 while ((evt = virtqueue_get_buf(vq, &len)) != NULL) { in viommu_event_handler()
|