Searched refs:current_queue_obj (Results 1 – 1 of 1) sorted by relevance
1220 cyhal_ipc_queue_t *current_queue_obj = _cyhal_ipc_service_data->queues_ll_pointer; in cyhal_ipc_queue_free() local1236 while (NULL != current_queue_obj) in cyhal_ipc_queue_free()1238 … INVALIDATE_DCACHE_BEFORE_READING_FROM_MEMORY(current_queue_obj, sizeof(*current_queue_obj)); in cyhal_ipc_queue_free()1239 if (current_queue_obj->next_queue_obj == obj->queue_obj) in cyhal_ipc_queue_free()1241 …IPC_STRUCT_Type *ipc_base = Cy_IPC_Drv_GetIpcBaseAddress(current_queue_obj->next_queue_obj->channe… in cyhal_ipc_queue_free()1244 …INVALIDATE_DCACHE_BEFORE_READING_FROM_MEMORY(current_queue_obj->next_queue_obj, sizeof(*current_qu… in cyhal_ipc_queue_free()1245 … current_queue_obj->next_queue_obj = current_queue_obj->next_queue_obj->next_queue_obj; in cyhal_ipc_queue_free()1246 … CLEAR_DCACHE_AFTER_WRITING_TO_MEMORY(current_queue_obj, sizeof(*current_queue_obj)); in cyhal_ipc_queue_free()1250 current_queue_obj = current_queue_obj->next_queue_obj; in cyhal_ipc_queue_free()