Searched refs:queue_full (Results 1 – 3 of 3) sorted by relevance
90 struct callout queue_full; member162 callout_init(&q->queue_full, 1); in ntb_net_attach()206 callout_drain(&q->queue_full); in ntb_net_detach()332 callout_reset_sbt(&q->queue_full, in ntb_transmit_locked()395 callout_schedule_sbt(&q->queue_full, in ntb_qp_full()
67 * @queue_full: notifies that a HW queue is full.103 void (*queue_full)(struct iwl_op_mode *op_mode, int queue);156 op_mode->ops->queue_full(op_mode, queue);101 void (*queue_full)(struct iwl_op_mode *op_mode, int queue); global() member
2138 .queue_full = iwl_mvm_stop_sw_queue, \