Lines Matching refs:entry
185 struct hl_hw_obj_name_entry *entry;
187 hash_for_each_possible(sds->so_id_to_str_tb, entry,
189 if (sync_id == entry->id)
190 return entry->name;
209 struct hl_hw_obj_name_entry *entry;
212 entry, node, mon->id)
213 if (mon->id == entry->id)
214 return entry->name;
227 struct hl_sync_to_engine_map_entry *entry;
231 hash_for_each_safe(map->tb, i, tmp_node, entry, node) {
232 hash_del(&entry->node);
233 kfree(entry);
243 * Returns the translation entry if found or NULL if not.
250 struct hl_sync_to_engine_map_entry *entry;
252 hash_for_each_possible(map->tb, entry, node, sync_id)
253 if (entry->sync_id == sync_id)
254 return entry;
333 struct hl_sync_to_engine_map_entry *entry;
359 entry = hl_state_dump_get_sync_to_engine(map,
361 if (entry) {
367 entry->engine_type,
368 entry->engine_id);