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