Lines Matching refs:vqconfig
70 struct mic_vqconfig *vqconfig = mic_vq_config(vdev->dd); in vop_virtio_init_post() local
77 le16_to_cpu(vqconfig->num)); in vop_virtio_init_post()
78 if (!le64_to_cpu(vqconfig[i].used_address)) { in vop_virtio_init_post()
85 le64_to_cpu(vqconfig[i].used_address), in vop_virtio_init_post()
211 struct mic_vqconfig *vqconfig; in vop_copy_dp_entry() local
215 vqconfig = mic_vq_config(argp); in vop_copy_dp_entry()
217 if (le16_to_cpu(vqconfig[i].num) > MIC_MAX_VRING_ENTRIES) { in vop_copy_dp_entry()
277 struct mic_vqconfig *vqconfig; in vop_virtio_add_device() local
302 vqconfig = mic_vq_config(dd); in vop_virtio_add_device()
309 num = le16_to_cpu(vqconfig[i].num); in vop_virtio_add_device()
334 vqconfig[i].address = cpu_to_le64(vr_addr); in vop_virtio_add_device()
393 vqconfig = mic_vq_config(dd); in vop_virtio_add_device()
397 dma_unmap_single(&vpdev->dev, le64_to_cpu(vqconfig[j].address), in vop_virtio_add_device()
435 struct mic_vqconfig *vqconfig; in vop_virtio_del_device() local
444 vqconfig = mic_vq_config(vdev->dd); in vop_virtio_del_device()
455 dma_unmap_single(&vpdev->dev, le64_to_cpu(vqconfig[i].address), in vop_virtio_del_device()