Home
last modified time | relevance | path

Searched refs:prph_scratch (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dctxt-info-gen3.c126 struct iwl_prph_scratch *prph_scratch; in iwl_pcie_ctxt_info_gen3_init() local
155 prph_scratch = dma_alloc_coherent(trans->dev, sizeof(*prph_scratch), in iwl_pcie_ctxt_info_gen3_init()
158 if (!prph_scratch) in iwl_pcie_ctxt_info_gen3_init()
161 prph_sc_ctrl = &prph_scratch->ctrl_cfg; in iwl_pcie_ctxt_info_gen3_init()
166 prph_sc_ctrl->version.size = cpu_to_le16(sizeof(*prph_scratch) / 4); in iwl_pcie_ctxt_info_gen3_init()
180 ret = iwl_pcie_init_fw_sec(trans, fw, &prph_scratch->dram); in iwl_pcie_ctxt_info_gen3_init()
211 cpu_to_le32(sizeof(*prph_scratch)); in iwl_pcie_ctxt_info_gen3_init()
233 trans_pcie->prph_scratch = prph_scratch; in iwl_pcie_ctxt_info_gen3_init()
[all...]
H A Dinternal.h330 * @prph_scratch: prph scratch for self init
392 struct iwl_prph_scratch *prph_scratch; member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dctxt-info-gen3.c83 struct iwl_prph_scratch *prph_scratch; in iwl_pcie_ctxt_info_gen3_init() local
112 prph_scratch = dma_alloc_coherent(trans->dev, sizeof(*prph_scratch), in iwl_pcie_ctxt_info_gen3_init()
115 if (!prph_scratch) in iwl_pcie_ctxt_info_gen3_init()
118 prph_sc_ctrl = &prph_scratch->ctrl_cfg; in iwl_pcie_ctxt_info_gen3_init()
123 prph_sc_ctrl->version.size = cpu_to_le16(sizeof(*prph_scratch) / 4); in iwl_pcie_ctxt_info_gen3_init()
144 ret = iwl_pcie_init_fw_sec(trans, fw, &prph_scratch->dram); in iwl_pcie_ctxt_info_gen3_init()
182 cpu_to_le32(sizeof(*prph_scratch)); in iwl_pcie_ctxt_info_gen3_init()
200 trans_pcie->prph_scratch = prph_scratch; in iwl_pcie_ctxt_info_gen3_init()
[all...]
H A Dinternal.h296 * @prph_scratch: prph scratch for self init
360 struct iwl_prph_scratch *prph_scratch; member

Completed in 4 milliseconds