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
67 * @queue_full: notifies that a HW queue is full.
69 * @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
102 struct iwl_rx_cmd_buffer *rxb, unsigned int queue);
103 void (*queue_full)(struct iwl_op_mode *op_mode, int queue);
104 void (*queue_not_full)(struct iwl_op_mode *op_mode, int queue);
148 unsigned int queue)
150 op_mode->ops->rx_rss(op_mode, napi, rxb, queue);
154 int queue)
156 op_mode->ops->queue_full(op_mode, queue);
160 int queue)
162 op_mode->ops->queue_not_full(op_mode, queue);