Lines Matching full:op_mode

68 		pr_err("Unable to register MVM op_mode: %d\n", ret);  in iwl_mvm_init()
81 static void iwl_mvm_nic_config(struct iwl_op_mode *op_mode) in iwl_mvm_nic_config() argument
83 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_nic_config()
1073 struct iwl_op_mode *op_mode; in iwl_op_mode_mvm_start() local
1107 op_mode = hw->priv; in iwl_op_mode_mvm_start()
1109 mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_op_mode_mvm_start()
1125 op_mode->ops = &iwl_mvm_ops_mq; in iwl_op_mode_mvm_start()
1132 op_mode->ops = &iwl_mvm_ops; in iwl_op_mode_mvm_start()
1213 trans_cfg.op_mode = op_mode; in iwl_op_mode_mvm_start()
1335 return op_mode; in iwl_op_mode_mvm_start()
1344 return op_mode; in iwl_op_mode_mvm_start()
1357 return op_mode; in iwl_op_mode_mvm_start()
1381 static void iwl_op_mode_mvm_stop(struct iwl_op_mode *op_mode) in iwl_op_mode_mvm_stop() argument
1383 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_op_mode_mvm_stop()
1575 static void iwl_mvm_rx(struct iwl_op_mode *op_mode, in iwl_mvm_rx() argument
1580 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_rx()
1591 void iwl_mvm_rx_mq(struct iwl_op_mode *op_mode, in iwl_mvm_rx_mq() argument
1596 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_rx_mq()
1614 static void iwl_mvm_async_cb(struct iwl_op_mode *op_mode, in iwl_mvm_async_cb() argument
1617 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_async_cb()
1632 static void iwl_mvm_queue_state_change(struct iwl_op_mode *op_mode, in iwl_mvm_queue_state_change() argument
1635 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_queue_state_change()
1693 static void iwl_mvm_stop_sw_queue(struct iwl_op_mode *op_mode, int hw_queue) in iwl_mvm_stop_sw_queue() argument
1695 iwl_mvm_queue_state_change(op_mode, hw_queue, false); in iwl_mvm_stop_sw_queue()
1698 static void iwl_mvm_wake_sw_queue(struct iwl_op_mode *op_mode, int hw_queue) in iwl_mvm_wake_sw_queue() argument
1700 iwl_mvm_queue_state_change(op_mode, hw_queue, true); in iwl_mvm_wake_sw_queue()
1729 static bool iwl_mvm_set_hw_rfkill_state(struct iwl_op_mode *op_mode, bool state) in iwl_mvm_set_hw_rfkill_state() argument
1731 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_set_hw_rfkill_state()
1760 static void iwl_mvm_free_skb(struct iwl_op_mode *op_mode, struct sk_buff *skb) in iwl_mvm_free_skb() argument
1762 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_free_skb()
1880 static void iwl_mvm_nic_error(struct iwl_op_mode *op_mode, bool sync) in iwl_mvm_nic_error() argument
1882 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_nic_error()
1910 static void iwl_mvm_cmd_queue_full(struct iwl_op_mode *op_mode) in iwl_mvm_cmd_queue_full() argument
1912 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_cmd_queue_full()
1918 static void iwl_op_mode_mvm_time_point(struct iwl_op_mode *op_mode, in iwl_op_mode_mvm_time_point() argument
1922 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_op_mode_mvm_time_point()
1947 static void iwl_mvm_rx_mq_rss(struct iwl_op_mode *op_mode, in iwl_mvm_rx_mq_rss() argument
1952 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_rx_mq_rss()