Lines Matching refs:op_mode
1232 struct iwl_op_mode *op_mode; in iwl_op_mode_dvm_start() local
1254 op_mode = hw->priv; in iwl_op_mode_dvm_start()
1255 op_mode->ops = &iwl_dvm_ops; in iwl_op_mode_dvm_start()
1256 priv = IWL_OP_MODE_GET_DVM(op_mode); in iwl_op_mode_dvm_start()
1308 trans_cfg.op_mode = op_mode; in iwl_op_mode_dvm_start()
1489 return op_mode; in iwl_op_mode_dvm_start()
1504 op_mode = NULL; in iwl_op_mode_dvm_start()
1505 return op_mode; in iwl_op_mode_dvm_start()
1508 static void iwl_op_mode_dvm_stop(struct iwl_op_mode *op_mode) in iwl_op_mode_dvm_stop() argument
1510 struct iwl_priv *priv = IWL_OP_MODE_GET_DVM(op_mode); in iwl_op_mode_dvm_stop()
1946 static void iwl_nic_error(struct iwl_op_mode *op_mode, bool sync) in iwl_nic_error() argument
1948 struct iwl_priv *priv = IWL_OP_MODE_GET_DVM(op_mode); in iwl_nic_error()
1959 static void iwl_cmd_queue_full(struct iwl_op_mode *op_mode) in iwl_cmd_queue_full() argument
1961 struct iwl_priv *priv = IWL_OP_MODE_GET_DVM(op_mode); in iwl_cmd_queue_full()
1971 static void iwl_nic_config(struct iwl_op_mode *op_mode) in iwl_nic_config() argument
1973 struct iwl_priv *priv = IWL_OP_MODE_GET_DVM(op_mode); in iwl_nic_config()
2025 static void iwl_wimax_active(struct iwl_op_mode *op_mode) in iwl_wimax_active() argument
2027 struct iwl_priv *priv = IWL_OP_MODE_GET_DVM(op_mode); in iwl_wimax_active()
2033 static void iwl_stop_sw_queue(struct iwl_op_mode *op_mode, int queue) in iwl_stop_sw_queue() argument
2035 struct iwl_priv *priv = IWL_OP_MODE_GET_DVM(op_mode); in iwl_stop_sw_queue()
2052 static void iwl_wake_sw_queue(struct iwl_op_mode *op_mode, int queue) in iwl_wake_sw_queue() argument
2054 struct iwl_priv *priv = IWL_OP_MODE_GET_DVM(op_mode); in iwl_wake_sw_queue()
2092 static void iwl_free_skb(struct iwl_op_mode *op_mode, struct sk_buff *skb) in iwl_free_skb() argument
2094 struct iwl_priv *priv = IWL_OP_MODE_GET_DVM(op_mode); in iwl_free_skb()
2102 static bool iwl_set_hw_rfkill_state(struct iwl_op_mode *op_mode, bool state) in iwl_set_hw_rfkill_state() argument
2104 struct iwl_priv *priv = IWL_OP_MODE_GET_DVM(op_mode); in iwl_set_hw_rfkill_state()