Lines Matching refs:op_mode

78 static void iwl_mvm_nic_config(struct iwl_op_mode *op_mode)  in iwl_mvm_nic_config()  argument
80 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_nic_config()
734 struct iwl_op_mode *op_mode; in iwl_op_mode_mvm_start() local
768 op_mode = hw->priv; in iwl_op_mode_mvm_start()
770 mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_op_mode_mvm_start()
785 op_mode->ops = &iwl_mvm_ops_mq; in iwl_op_mode_mvm_start()
792 op_mode->ops = &iwl_mvm_ops; in iwl_op_mode_mvm_start()
879 trans_cfg.op_mode = op_mode; in iwl_op_mode_mvm_start()
998 return op_mode; in iwl_op_mode_mvm_start()
1007 return op_mode; in iwl_op_mode_mvm_start()
1030 static void iwl_op_mode_mvm_stop(struct iwl_op_mode *op_mode) in iwl_op_mode_mvm_stop() argument
1032 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_op_mode_mvm_stop()
1196 static void iwl_mvm_rx(struct iwl_op_mode *op_mode, in iwl_mvm_rx() argument
1201 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_rx()
1212 void iwl_mvm_rx_mq(struct iwl_op_mode *op_mode, in iwl_mvm_rx_mq() argument
1217 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_rx_mq()
1235 static void iwl_mvm_async_cb(struct iwl_op_mode *op_mode, in iwl_mvm_async_cb() argument
1238 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_async_cb()
1253 static void iwl_mvm_queue_state_change(struct iwl_op_mode *op_mode, in iwl_mvm_queue_state_change() argument
1256 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_queue_state_change()
1314 static void iwl_mvm_stop_sw_queue(struct iwl_op_mode *op_mode, int hw_queue) in iwl_mvm_stop_sw_queue() argument
1316 iwl_mvm_queue_state_change(op_mode, hw_queue, false); in iwl_mvm_stop_sw_queue()
1319 static void iwl_mvm_wake_sw_queue(struct iwl_op_mode *op_mode, int hw_queue) in iwl_mvm_wake_sw_queue() argument
1321 iwl_mvm_queue_state_change(op_mode, hw_queue, true); in iwl_mvm_wake_sw_queue()
1344 static bool iwl_mvm_set_hw_rfkill_state(struct iwl_op_mode *op_mode, bool state) in iwl_mvm_set_hw_rfkill_state() argument
1346 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_set_hw_rfkill_state()
1375 static void iwl_mvm_free_skb(struct iwl_op_mode *op_mode, struct sk_buff *skb) in iwl_mvm_free_skb() argument
1377 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_free_skb()
1485 static void iwl_mvm_nic_error(struct iwl_op_mode *op_mode, bool sync) in iwl_mvm_nic_error() argument
1487 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_nic_error()
1513 static void iwl_mvm_cmd_queue_full(struct iwl_op_mode *op_mode) in iwl_mvm_cmd_queue_full() argument
1515 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_cmd_queue_full()
1521 static void iwl_op_mode_mvm_time_point(struct iwl_op_mode *op_mode, in iwl_op_mode_mvm_time_point() argument
1525 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_op_mode_mvm_time_point()
1550 static void iwl_mvm_rx_mq_rss(struct iwl_op_mode *op_mode, in iwl_mvm_rx_mq_rss() argument
1555 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_rx_mq_rss()