Lines Matching refs:op_mode
1238 struct iwl_op_mode *op_mode; in iwl_op_mode_dvm_start() local
1260 op_mode = hw->priv; in iwl_op_mode_dvm_start()
1261 op_mode->ops = &iwl_dvm_ops; in iwl_op_mode_dvm_start()
1262 priv = IWL_OP_MODE_GET_DVM(op_mode); in iwl_op_mode_dvm_start()
1314 trans_cfg.op_mode = op_mode; in iwl_op_mode_dvm_start()
1495 return op_mode; in iwl_op_mode_dvm_start()
1510 op_mode = NULL; in iwl_op_mode_dvm_start()
1511 return op_mode; in iwl_op_mode_dvm_start()
1514 static void iwl_op_mode_dvm_stop(struct iwl_op_mode *op_mode) in iwl_op_mode_dvm_stop() argument
1516 struct iwl_priv *priv = IWL_OP_MODE_GET_DVM(op_mode); in iwl_op_mode_dvm_stop()
1953 static void iwl_nic_error(struct iwl_op_mode *op_mode, bool sync) in iwl_nic_error() argument
1955 struct iwl_priv *priv = IWL_OP_MODE_GET_DVM(op_mode); in iwl_nic_error()
1966 static void iwl_cmd_queue_full(struct iwl_op_mode *op_mode) in iwl_cmd_queue_full() argument
1968 struct iwl_priv *priv = IWL_OP_MODE_GET_DVM(op_mode); in iwl_cmd_queue_full()
1978 static void iwl_nic_config(struct iwl_op_mode *op_mode) in iwl_nic_config() argument
1980 struct iwl_priv *priv = IWL_OP_MODE_GET_DVM(op_mode); in iwl_nic_config()
2032 static void iwl_wimax_active(struct iwl_op_mode *op_mode) in iwl_wimax_active() argument
2034 struct iwl_priv *priv = IWL_OP_MODE_GET_DVM(op_mode); in iwl_wimax_active()
2040 static void iwl_stop_sw_queue(struct iwl_op_mode *op_mode, int queue) in iwl_stop_sw_queue() argument
2042 struct iwl_priv *priv = IWL_OP_MODE_GET_DVM(op_mode); in iwl_stop_sw_queue()
2059 static void iwl_wake_sw_queue(struct iwl_op_mode *op_mode, int queue) in iwl_wake_sw_queue() argument
2061 struct iwl_priv *priv = IWL_OP_MODE_GET_DVM(op_mode); in iwl_wake_sw_queue()
2099 static void iwl_free_skb(struct iwl_op_mode *op_mode, struct sk_buff *skb) in iwl_free_skb() argument
2101 struct iwl_priv *priv = IWL_OP_MODE_GET_DVM(op_mode); in iwl_free_skb()
2109 static bool iwl_set_hw_rfkill_state(struct iwl_op_mode *op_mode, bool state) in iwl_set_hw_rfkill_state() argument
2111 struct iwl_priv *priv = IWL_OP_MODE_GET_DVM(op_mode); in iwl_set_hw_rfkill_state()