Lines Matching refs:next_queue_obj
641 if (retval->next_queue_obj == NULL) in _cyhal_ipc_find_last_element()
643 retval = retval->next_queue_obj; in _cyhal_ipc_find_last_element()
669 while ((queue_handle = queue_handle->next_queue_obj) != NULL); in _cyhal_ipc_check_queue_number_used()
686 queue_handle_to_add->next_queue_obj = NULL; in _cyhal_ipc_add_queue_element()
696 last_queue_handle->next_queue_obj = queue_handle_to_add; in _cyhal_ipc_add_queue_element()
707 last_queue_handle->next_queue_obj = obj->queue_obj; in _cyhal_ipc_add_queue_element()
1230 _cyhal_ipc_service_data->queues_ll_pointer = obj->queue_obj->next_queue_obj; in cyhal_ipc_queue_free()
1239 if (current_queue_obj->next_queue_obj == obj->queue_obj) in cyhal_ipc_queue_free()
1241 …RUCT_Type *ipc_base = Cy_IPC_Drv_GetIpcBaseAddress(current_queue_obj->next_queue_obj->channel_num); in cyhal_ipc_queue_free()
1244 …E_BEFORE_READING_FROM_MEMORY(current_queue_obj->next_queue_obj, sizeof(*current_queue_obj->next_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()
1250 current_queue_obj = current_queue_obj->next_queue_obj; in cyhal_ipc_queue_free()
1323 queue_ptr = queue_ptr->next_queue_obj; in cyhal_ipc_queue_get_handle()