Lines Matching refs:op_mode

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()
1077 struct iwl_op_mode *op_mode; in iwl_op_mode_mvm_start() local
1117 op_mode = hw->priv; in iwl_op_mode_mvm_start()
1119 mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_op_mode_mvm_start()
1136 op_mode->ops = &iwl_mvm_ops_mq; in iwl_op_mode_mvm_start()
1143 op_mode->ops = &iwl_mvm_ops; in iwl_op_mode_mvm_start()
1224 trans_cfg.op_mode = op_mode; in iwl_op_mode_mvm_start()
1346 return op_mode; in iwl_op_mode_mvm_start()
1355 return op_mode; in iwl_op_mode_mvm_start()
1368 return op_mode; in iwl_op_mode_mvm_start()
1392 static void iwl_op_mode_mvm_stop(struct iwl_op_mode *op_mode) in iwl_op_mode_mvm_stop() argument
1394 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_op_mode_mvm_stop()
1586 static void iwl_mvm_rx(struct iwl_op_mode *op_mode, in iwl_mvm_rx() argument
1591 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_rx()
1602 void iwl_mvm_rx_mq(struct iwl_op_mode *op_mode, in iwl_mvm_rx_mq() argument
1607 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_rx_mq()
1625 static void iwl_mvm_async_cb(struct iwl_op_mode *op_mode, in iwl_mvm_async_cb() argument
1628 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_async_cb()
1643 static void iwl_mvm_queue_state_change(struct iwl_op_mode *op_mode, in iwl_mvm_queue_state_change() argument
1646 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_queue_state_change()
1704 static void iwl_mvm_stop_sw_queue(struct iwl_op_mode *op_mode, int hw_queue) in iwl_mvm_stop_sw_queue() argument
1706 iwl_mvm_queue_state_change(op_mode, hw_queue, false); in iwl_mvm_stop_sw_queue()
1709 static void iwl_mvm_wake_sw_queue(struct iwl_op_mode *op_mode, int hw_queue) in iwl_mvm_wake_sw_queue() argument
1711 iwl_mvm_queue_state_change(op_mode, hw_queue, true); in iwl_mvm_wake_sw_queue()
1740 static bool iwl_mvm_set_hw_rfkill_state(struct iwl_op_mode *op_mode, bool state) in iwl_mvm_set_hw_rfkill_state() argument
1742 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_set_hw_rfkill_state()
1771 static void iwl_mvm_free_skb(struct iwl_op_mode *op_mode, struct sk_buff *skb) in iwl_mvm_free_skb() argument
1773 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_free_skb()
1891 static void iwl_mvm_nic_error(struct iwl_op_mode *op_mode, bool sync) in iwl_mvm_nic_error() argument
1893 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_nic_error()
1924 static void iwl_mvm_cmd_queue_full(struct iwl_op_mode *op_mode) in iwl_mvm_cmd_queue_full() argument
1926 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_cmd_queue_full()
1932 static void iwl_op_mode_mvm_time_point(struct iwl_op_mode *op_mode, in iwl_op_mode_mvm_time_point() argument
1936 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_op_mode_mvm_time_point()
1961 static void iwl_mvm_rx_mq_rss(struct iwl_op_mode *op_mode, in iwl_mvm_rx_mq_rss() argument
1966 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_rx_mq_rss()