Lines Matching defs:ops
97 * 2) The driver layer starts the op_mode (ops->start)
106 * The op_mode exports its ops so that external components can start it and
166 int iwl_opmode_register(const char *name, const struct iwl_op_mode_ops *ops);
171 * @ops: pointer to its own ops
176 const struct iwl_op_mode_ops *ops;
184 op_mode->ops->stop(op_mode);
191 return op_mode->ops->rx(op_mode, napi, rxb);
199 op_mode->ops->rx_rss(op_mode, napi, rxb, queue);
205 if (op_mode->ops->async_cb)
206 op_mode->ops->async_cb(op_mode, cmd);
212 op_mode->ops->queue_full(op_mode, queue);
218 op_mode->ops->queue_not_full(op_mode, queue);
225 return op_mode->ops->hw_rf_kill(op_mode, state);
231 op_mode->ops->free_skb(op_mode, skb);
236 op_mode->ops->nic_error(op_mode);
241 op_mode->ops->cmd_queue_full(op_mode);
247 op_mode->ops->nic_config(op_mode);
253 op_mode->ops->wimax_active(op_mode);