Searched refs:command_queue (Results 1 – 9 of 9) sorted by relevance
65 list_add_tail(&cmd->queue_node, &sp->command_queue); in enqueue_command()73 if (list_empty(&sp->command_queue)) in dequeue_command()76 next = sp->command_queue.next; in dequeue_command()
75 INIT_LIST_HEAD(&sp->command_queue); in ibmasm_init_one()
146 struct list_head command_queue; member
51 struct command_queue { struct64 struct command_queue queue[CPT_NUM_QS_PER_VF]; argument
173 struct command_queue *queue = NULL; in free_command_queues()209 struct command_queue *queue = NULL; in alloc_command_queues()
228 struct command_queue *queue; in send_cpt_command()
87 static DECLARE_WAIT_QUEUE_HEAD(command_queue);240 wait_event_interruptible_timeout(command_queue, gd.pending == 0, in gdrom_preparedisk_cmd()280 wait_event_interruptible_timeout(command_queue, gd.pending == 0, in gdrom_readtoc_cmd()433 wait_event_interruptible_timeout(command_queue, gd.pending == 0, in gdrom_getsense()532 wake_up_interruptible(&command_queue); in gdrom_command_interrupt()
846 __le32 command_queue; member
648 return le32_to_cpu(txq_timer->command_queue); in iwl_mvm_get_wd_timeout()
Completed in 27 milliseconds