Lines Matching defs:queue
111 * out *iff* the opmode will never run on hardware with multi-queue capability.
119 * @rx_rss: data queue RX notification to the op_mode, for (data) notifications
120 * received on the RSS queue(s). The queue parameter indicates which of the
125 * @queue_full: notifies that a HW queue is full.
127 * @queue_not_full: notifies that a HW queue is not full any more.
138 * @cmd_queue_full: Called when the command queue gets full. Must be atomic and
153 struct iwl_rx_cmd_buffer *rxb, unsigned int queue);
156 void (*queue_full)(struct iwl_op_mode *op_mode, int queue);
157 void (*queue_not_full)(struct iwl_op_mode *op_mode, int queue);
197 unsigned int queue)
199 op_mode->ops->rx_rss(op_mode, napi, rxb, queue);
210 int queue)
212 op_mode->ops->queue_full(op_mode, queue);
216 int queue)
218 op_mode->ops->queue_not_full(op_mode, queue);