Searched refs:search_ent (Results 1 – 1 of 1) sorted by relevance
809 struct virtio_gpu_drv_cap_cache *search_ent; in virtio_gpu_cmd_get_capset() local845 list_for_each_entry(search_ent, &vgdev->cap_cache, head) { in virtio_gpu_cmd_get_capset()846 if (search_ent->id == vgdev->capsets[idx].id && in virtio_gpu_cmd_get_capset()847 search_ent->version == version) { in virtio_gpu_cmd_get_capset()848 *cache_p = search_ent; in virtio_gpu_cmd_get_capset()