Lines Matching refs:op_mode

140 static void iwl_mvm_nic_config(struct iwl_op_mode *op_mode)  in iwl_mvm_nic_config()  argument
142 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_nic_config()
616 struct iwl_op_mode *op_mode; in iwl_op_mode_mvm_start() local
652 op_mode = hw->priv; in iwl_op_mode_mvm_start()
654 mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_op_mode_mvm_start()
667 op_mode->ops = &iwl_mvm_ops_mq; in iwl_op_mode_mvm_start()
674 op_mode->ops = &iwl_mvm_ops; in iwl_op_mode_mvm_start()
729 trans_cfg.op_mode = op_mode; in iwl_op_mode_mvm_start()
856 return op_mode; in iwl_op_mode_mvm_start()
863 return op_mode; in iwl_op_mode_mvm_start()
872 static void iwl_op_mode_mvm_stop(struct iwl_op_mode *op_mode) in iwl_op_mode_mvm_stop() argument
874 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_op_mode_mvm_stop()
1034 static void iwl_mvm_rx(struct iwl_op_mode *op_mode, in iwl_mvm_rx() argument
1039 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_rx()
1050 static void iwl_mvm_rx_mq(struct iwl_op_mode *op_mode, in iwl_mvm_rx_mq() argument
1055 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_rx_mq()
1073 static void iwl_mvm_async_cb(struct iwl_op_mode *op_mode, in iwl_mvm_async_cb() argument
1076 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_async_cb()
1091 static void iwl_mvm_queue_state_change(struct iwl_op_mode *op_mode, in iwl_mvm_queue_state_change() argument
1094 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_queue_state_change()
1152 static void iwl_mvm_stop_sw_queue(struct iwl_op_mode *op_mode, int hw_queue) in iwl_mvm_stop_sw_queue() argument
1154 iwl_mvm_queue_state_change(op_mode, hw_queue, false); in iwl_mvm_stop_sw_queue()
1157 static void iwl_mvm_wake_sw_queue(struct iwl_op_mode *op_mode, int hw_queue) in iwl_mvm_wake_sw_queue() argument
1159 iwl_mvm_queue_state_change(op_mode, hw_queue, true); in iwl_mvm_wake_sw_queue()
1182 static bool iwl_mvm_set_hw_rfkill_state(struct iwl_op_mode *op_mode, bool state) in iwl_mvm_set_hw_rfkill_state() argument
1184 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_set_hw_rfkill_state()
1213 static void iwl_mvm_free_skb(struct iwl_op_mode *op_mode, struct sk_buff *skb) in iwl_mvm_free_skb() argument
1215 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_free_skb()
1317 static void iwl_mvm_nic_error(struct iwl_op_mode *op_mode) in iwl_mvm_nic_error() argument
1319 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_nic_error()
1327 static void iwl_mvm_cmd_queue_full(struct iwl_op_mode *op_mode) in iwl_mvm_cmd_queue_full() argument
1329 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_cmd_queue_full()
1354 static void iwl_mvm_rx_mq_rss(struct iwl_op_mode *op_mode, in iwl_mvm_rx_mq_rss() argument
1359 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_rx_mq_rss()