Lines Matching defs:op_mode
78 pr_err("Unable to register MVM op_mode: %d\n", ret);
95 static void iwl_mvm_nic_config(struct iwl_op_mode *op_mode)
97 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode);
1235 struct iwl_op_mode *op_mode;
1276 op_mode = hw->priv;
1278 mvm = IWL_OP_MODE_GET_MVM(op_mode);
1295 op_mode->ops = &iwl_mvm_ops_mq;
1302 op_mode->ops = &iwl_mvm_ops;
1390 trans_cfg.op_mode = op_mode;
1504 return op_mode;
1513 return op_mode;
1550 static void iwl_op_mode_mvm_stop(struct iwl_op_mode *op_mode)
1552 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode);
1780 static void iwl_mvm_rx(struct iwl_op_mode *op_mode,
1785 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode);
1796 void iwl_mvm_rx_mq(struct iwl_op_mode *op_mode,
1801 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode);
1825 static void iwl_mvm_queue_state_change(struct iwl_op_mode *op_mode,
1828 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode);
1892 static void iwl_mvm_stop_sw_queue(struct iwl_op_mode *op_mode, int hw_queue)
1894 iwl_mvm_queue_state_change(op_mode, hw_queue, false);
1897 static void iwl_mvm_wake_sw_queue(struct iwl_op_mode *op_mode, int hw_queue)
1899 iwl_mvm_queue_state_change(op_mode, hw_queue, true);
1924 static bool iwl_mvm_set_hw_rfkill_state(struct iwl_op_mode *op_mode, bool state)
1926 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode);
1955 static void iwl_mvm_free_skb(struct iwl_op_mode *op_mode, struct sk_buff *skb)
1957 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode);
2075 static void iwl_mvm_nic_error(struct iwl_op_mode *op_mode, bool sync)
2077 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode);
2105 static void iwl_mvm_cmd_queue_full(struct iwl_op_mode *op_mode)
2107 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode);
2113 static void iwl_op_mode_mvm_time_point(struct iwl_op_mode *op_mode,
2117 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode);
2122 static void iwl_op_mode_mvm_device_powered_off(struct iwl_op_mode *op_mode)
2124 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode);
2156 static void iwl_mvm_rx_mq_rss(struct iwl_op_mode *op_mode,
2161 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode);