Searched refs:queue_ptr (Results 1 – 1 of 1) sorted by relevance
1313 cyhal_ipc_queue_t *queue_ptr = _cyhal_ipc_service_data->queues_ll_pointer; in cyhal_ipc_queue_get_handle() local1315 while (queue_ptr != NULL) in cyhal_ipc_queue_get_handle()1317 INVALIDATE_DCACHE_BEFORE_READING_FROM_MEMORY(queue_ptr, sizeof(*queue_ptr)); in cyhal_ipc_queue_get_handle()1318 if ((queue_ptr->channel_num == channel_num) && (queue_ptr->queue_num == queue_num)) in cyhal_ipc_queue_get_handle()1323 queue_ptr = queue_ptr->next_queue_obj; in cyhal_ipc_queue_get_handle()1333 obj->queue_obj = queue_ptr; in cyhal_ipc_queue_get_handle()