Lines Matching defs:queue
55 * out *iff* the opmode will never run on hardware with multi-queue capability.
63 * @rx_rss: data queue RX notification to the op_mode, for (data) notifications
64 * received on the RSS queue(s). The queue parameter indicates which of the
69 * @queue_full: notifies that a HW queue is full.
71 * @queue_not_full: notifies that a HW queue is not full any more.
82 * @cmd_queue_full: Called when the command queue gets full. Must be atomic and
98 struct iwl_rx_cmd_buffer *rxb, unsigned int queue);
101 void (*queue_full)(struct iwl_op_mode *op_mode, int queue);
102 void (*queue_not_full)(struct iwl_op_mode *op_mode, int queue);
145 unsigned int queue)
147 op_mode->ops->rx_rss(op_mode, napi, rxb, queue);
158 int queue)
160 op_mode->ops->queue_full(op_mode, queue);
164 int queue)
166 op_mode->ops->queue_not_full(op_mode, queue);