Searched refs:wait_entry (Results 1 – 1 of 1) sorted by relevance
349 waiting_command_t *wait_entry = osi_calloc(sizeof(waiting_command_t)); in transmit_command() local350 if (!wait_entry) { in transmit_command()356 STREAM_TO_UINT16(wait_entry->opcode, stream); in transmit_command()357 wait_entry->complete_callback = complete_callback; in transmit_command()358 wait_entry->status_callback = status_callback; in transmit_command()359 wait_entry->command = command; in transmit_command()360 wait_entry->context = context; in transmit_command()366 fixed_queue_enqueue(command_queue, wait_entry); in transmit_command()370 waiting_command_t *wait_entry = osi_calloc(sizeof(waiting_command_t)); in transmit_command_futured() local371 assert(wait_entry != NULL); in transmit_command_futured()[all …]