mvm.h (6cf7df9f013f44b1f94da75e3e01410231535430) mvm.h (0bcc2155983e03c41b21a356af87ae839a6b3ead)
1/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2/*
3 * Copyright (C) 2012-2014, 2018-2024 Intel Corporation
4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH
5 * Copyright (C) 2016-2017 Intel Deutschland GmbH
6 */
7#ifndef __IWL_MVM_H__
8#define __IWL_MVM_H__

--- 1791 unchanged lines hidden (view full) ---

1800 return mvm->fw->phy_config & phy_config;
1801}
1802
1803int iwl_mvm_up(struct iwl_mvm *mvm);
1804int iwl_mvm_load_d3_fw(struct iwl_mvm *mvm);
1805
1806int iwl_mvm_mac_setup_register(struct iwl_mvm *mvm);
1807
1/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2/*
3 * Copyright (C) 2012-2014, 2018-2024 Intel Corporation
4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH
5 * Copyright (C) 2016-2017 Intel Deutschland GmbH
6 */
7#ifndef __IWL_MVM_H__
8#define __IWL_MVM_H__

--- 1791 unchanged lines hidden (view full) ---

1800 return mvm->fw->phy_config & phy_config;
1801}
1802
1803int iwl_mvm_up(struct iwl_mvm *mvm);
1804int iwl_mvm_load_d3_fw(struct iwl_mvm *mvm);
1805
1806int iwl_mvm_mac_setup_register(struct iwl_mvm *mvm);
1807
1808void iwl_mvm_mac_init_mvmvif(struct iwl_mvm *mvm, struct iwl_mvm_vif *mvmvif);
1809
1808/*
1809 * FW notifications / CMD responses handlers
1810 * Convention: iwl_mvm_rx_<NAME OF THE CMD>
1811 */
1812void iwl_mvm_rx_mq(struct iwl_op_mode *op_mode,
1813 struct napi_struct *napi,
1814 struct iwl_rx_cmd_buffer *rxb);
1815void iwl_mvm_rx_rx_phy_cmd(struct iwl_mvm *mvm, struct iwl_rx_cmd_buffer *rxb);

--- 1041 unchanged lines hidden ---
1810/*
1811 * FW notifications / CMD responses handlers
1812 * Convention: iwl_mvm_rx_<NAME OF THE CMD>
1813 */
1814void iwl_mvm_rx_mq(struct iwl_op_mode *op_mode,
1815 struct napi_struct *napi,
1816 struct iwl_rx_cmd_buffer *rxb);
1817void iwl_mvm_rx_rx_phy_cmd(struct iwl_mvm *mvm, struct iwl_rx_cmd_buffer *rxb);

--- 1041 unchanged lines hidden ---