Lines Matching full:op_mode
1233 struct iwl_op_mode *op_mode; in iwl_op_mode_dvm_start() local
1255 op_mode = hw->priv; in iwl_op_mode_dvm_start()
1256 op_mode->ops = &iwl_dvm_ops; in iwl_op_mode_dvm_start()
1257 priv = IWL_OP_MODE_GET_DVM(op_mode); in iwl_op_mode_dvm_start()
1309 trans_cfg.op_mode = op_mode; in iwl_op_mode_dvm_start()
1490 return op_mode; in iwl_op_mode_dvm_start()
1505 op_mode = NULL; in iwl_op_mode_dvm_start()
1506 return op_mode; in iwl_op_mode_dvm_start()
1509 static void iwl_op_mode_dvm_stop(struct iwl_op_mode *op_mode) in iwl_op_mode_dvm_stop() argument
1511 struct iwl_priv *priv = IWL_OP_MODE_GET_DVM(op_mode); in iwl_op_mode_dvm_stop()
1947 static void iwl_nic_error(struct iwl_op_mode *op_mode, bool sync) in iwl_nic_error() argument
1949 struct iwl_priv *priv = IWL_OP_MODE_GET_DVM(op_mode); in iwl_nic_error()
1960 static void iwl_cmd_queue_full(struct iwl_op_mode *op_mode) in iwl_cmd_queue_full() argument
1962 struct iwl_priv *priv = IWL_OP_MODE_GET_DVM(op_mode); in iwl_cmd_queue_full()
1972 static void iwl_nic_config(struct iwl_op_mode *op_mode) in iwl_nic_config() argument
1974 struct iwl_priv *priv = IWL_OP_MODE_GET_DVM(op_mode); in iwl_nic_config()
2022 static void iwl_wimax_active(struct iwl_op_mode *op_mode) in iwl_wimax_active() argument
2024 struct iwl_priv *priv = IWL_OP_MODE_GET_DVM(op_mode); in iwl_wimax_active()
2030 static void iwl_stop_sw_queue(struct iwl_op_mode *op_mode, int queue) in iwl_stop_sw_queue() argument
2032 struct iwl_priv *priv = IWL_OP_MODE_GET_DVM(op_mode); in iwl_stop_sw_queue()
2049 static void iwl_wake_sw_queue(struct iwl_op_mode *op_mode, int queue) in iwl_wake_sw_queue() argument
2051 struct iwl_priv *priv = IWL_OP_MODE_GET_DVM(op_mode); in iwl_wake_sw_queue()
2089 static void iwl_free_skb(struct iwl_op_mode *op_mode, struct sk_buff *skb) in iwl_free_skb() argument
2091 struct iwl_priv *priv = IWL_OP_MODE_GET_DVM(op_mode); in iwl_free_skb()
2099 static bool iwl_set_hw_rfkill_state(struct iwl_op_mode *op_mode, bool state) in iwl_set_hw_rfkill_state() argument
2101 struct iwl_priv *priv = IWL_OP_MODE_GET_DVM(op_mode); in iwl_set_hw_rfkill_state()
2145 pr_err("Unable to register op_mode: %d\n", ret); in iwl_init()