Lines Matching refs:vqconfig
387 struct mic_vqconfig *vqconfig = mic_vq_config(mvdev->dd); in mic_virtio_init_post() local
391 if (!le64_to_cpu(vqconfig[i].used_address)) { in mic_virtio_init_post()
397 le64_to_cpu(vqconfig[i].used_address); in mic_virtio_init_post()
529 struct mic_vqconfig *vqconfig; in mic_copy_dp_entry() local
559 vqconfig = mic_vq_config(dd_config); in mic_copy_dp_entry()
561 if (le16_to_cpu(vqconfig[i].num) > MIC_MAX_VRING_ENTRIES) { in mic_copy_dp_entry()
621 struct mic_vqconfig *vqconfig; in mic_virtio_add_device() local
642 vqconfig = mic_vq_config(dd); in mic_virtio_add_device()
648 num = le16_to_cpu(vqconfig[i].num); in mic_virtio_add_device()
672 vqconfig[i].address = cpu_to_le64(vr_addr); in mic_virtio_add_device()
730 vqconfig = mic_vq_config(dd); in mic_virtio_add_device()
733 mic_unmap_single(mdev, le64_to_cpu(vqconfig[j].address), in mic_virtio_add_device()
749 struct mic_vqconfig *vqconfig; in mic_virtio_del_device() local
776 vqconfig = mic_vq_config(mvdev->dd); in mic_virtio_del_device()
786 mic_unmap_single(mdev, le64_to_cpu(vqconfig[i].address), in mic_virtio_del_device()