Searched refs:_vr_size (Results 1 – 1 of 1) sorted by relevance
242 int vr_size, _vr_size, err, magic; in mic_find_vq() local255 _vr_size = vring_size(le16_to_cpu(config.num), MIC_VIRTIO_RING_ALIGN); in mic_find_vq()256 vr_size = PAGE_ALIGN(_vr_size + sizeof(struct _mic_vring_info)); in mic_find_vq()261 memset_io(va, 0x0, _vr_size); in mic_find_vq()270 info = va + _vr_size; in mic_find_vq()