Home
last modified time | relevance | path

Searched refs:buffer_type_to_queue_id_map (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/bufq/src/
H A Dbufq.c65 buffer_type_to_queue_id_map[SH_CSS_MAX_SP_THREADS][IA_CSS_NUM_DYNAMIC_BUFFER_TYPE]; variable
100 buffer_type_to_queue_id_map[i][j] = SH_CSS_INVALID_QUEUE_ID; in ia_css_queue_map_init()
137 *val = buffer_type_to_queue_id_map[thread_id][buf_type]; in ia_css_query_internal_queue_id()
158 assert(buffer_type_to_queue_id_map[thread_id][buf_type] == in map_buffer_type_to_queue_id()
165 buffer_type_to_queue_id_map[thread_id][buf_type] = in map_buffer_type_to_queue_id()
174 buffer_type_to_queue_id_map[thread_id][buf_type] = in map_buffer_type_to_queue_id()
182 buffer_type_to_queue_id_map[thread_id][buf_type] = i; in map_buffer_type_to_queue_id()
199 assert(buffer_type_to_queue_id_map[thread_id][buf_type] != in unmap_buffer_type_to_queue_id()
202 queue_id = buffer_type_to_queue_id_map[thread_id][buf_type]; in unmap_buffer_type_to_queue_id()
203 buffer_type_to_queue_id_map[thread_id][buf_type] = SH_CSS_INVALID_QUEUE_ID; in unmap_buffer_type_to_queue_id()