Searched refs:search_ent (Results 1 – 1 of 1) sorted by relevance
814 struct virtio_gpu_drv_cap_cache *search_ent; in virtio_gpu_cmd_get_capset() local850 list_for_each_entry(search_ent, &vgdev->cap_cache, head) { in virtio_gpu_cmd_get_capset()851 if (search_ent->id == vgdev->capsets[idx].id && in virtio_gpu_cmd_get_capset()852 search_ent->version == version) { in virtio_gpu_cmd_get_capset()853 *cache_p = search_ent; in virtio_gpu_cmd_get_capset()