Lines Matching refs:vqconfig
388 struct mic_vqconfig *vqconfig = mic_vq_config(mvdev->dd); in mic_virtio_init_post() local
392 if (!le64_to_cpu(vqconfig[i].used_address)) { in mic_virtio_init_post()
398 le64_to_cpu(vqconfig[i].used_address); in mic_virtio_init_post()
530 struct mic_vqconfig *vqconfig; in mic_copy_dp_entry() local
560 vqconfig = mic_vq_config(dd_config); in mic_copy_dp_entry()
562 if (le16_to_cpu(vqconfig[i].num) > MIC_MAX_VRING_ENTRIES) { in mic_copy_dp_entry()
622 struct mic_vqconfig *vqconfig; in mic_virtio_add_device() local
643 vqconfig = mic_vq_config(dd); in mic_virtio_add_device()
649 num = le16_to_cpu(vqconfig[i].num); in mic_virtio_add_device()
673 vqconfig[i].address = cpu_to_le64(vr_addr); in mic_virtio_add_device()
731 vqconfig = mic_vq_config(dd); in mic_virtio_add_device()
734 mic_unmap_single(mdev, le64_to_cpu(vqconfig[j].address), in mic_virtio_add_device()
750 struct mic_vqconfig *vqconfig; in mic_virtio_del_device() local
777 vqconfig = mic_vq_config(mvdev->dd); in mic_virtio_del_device()
787 mic_unmap_single(mdev, le64_to_cpu(vqconfig[i].address), in mic_virtio_del_device()