Lines Matching refs:op_mode
141 static void iwl_mvm_nic_config(struct iwl_op_mode *op_mode) in iwl_mvm_nic_config() argument
143 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_nic_config()
393 struct iwl_op_mode *op_mode; in iwl_op_mode_mvm_start() local
424 op_mode = hw->priv; in iwl_op_mode_mvm_start()
425 op_mode->ops = &iwl_mvm_ops; in iwl_op_mode_mvm_start()
427 mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_op_mode_mvm_start()
473 trans_cfg.op_mode = op_mode; in iwl_op_mode_mvm_start()
586 return op_mode; in iwl_op_mode_mvm_start()
601 static void iwl_op_mode_mvm_stop(struct iwl_op_mode *op_mode) in iwl_op_mode_mvm_stop() argument
603 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_op_mode_mvm_stop()
719 static int iwl_mvm_rx_dispatch(struct iwl_op_mode *op_mode, in iwl_mvm_rx_dispatch() argument
724 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_rx_dispatch()
765 static void iwl_mvm_stop_sw_queue(struct iwl_op_mode *op_mode, int queue) in iwl_mvm_stop_sw_queue() argument
767 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_stop_sw_queue()
783 static void iwl_mvm_wake_sw_queue(struct iwl_op_mode *op_mode, int queue) in iwl_mvm_wake_sw_queue() argument
785 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_wake_sw_queue()
811 static bool iwl_mvm_set_hw_rfkill_state(struct iwl_op_mode *op_mode, bool state) in iwl_mvm_set_hw_rfkill_state() argument
813 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_set_hw_rfkill_state()
834 static void iwl_mvm_free_skb(struct iwl_op_mode *op_mode, struct sk_buff *skb) in iwl_mvm_free_skb() argument
836 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_free_skb()
950 static void iwl_mvm_nic_error(struct iwl_op_mode *op_mode) in iwl_mvm_nic_error() argument
952 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_nic_error()
959 static void iwl_mvm_cmd_queue_full(struct iwl_op_mode *op_mode) in iwl_mvm_cmd_queue_full() argument
961 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_cmd_queue_full()
1090 int iwl_mvm_enter_d0i3(struct iwl_op_mode *op_mode) in iwl_mvm_enter_d0i3() argument
1092 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_enter_d0i3()
1311 int iwl_mvm_exit_d0i3(struct iwl_op_mode *op_mode) in iwl_mvm_exit_d0i3() argument
1313 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_exit_d0i3()
1319 static void iwl_mvm_napi_add(struct iwl_op_mode *op_mode, in iwl_mvm_napi_add() argument
1325 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_napi_add()