Home
last modified time | relevance | path

Searched refs:prph_scratch (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dctxt-info-gen3.c84 struct iwl_prph_scratch *prph_scratch; in iwl_pcie_ctxt_info_gen3_init() local
113 prph_scratch = dma_alloc_coherent(trans->dev, sizeof(*prph_scratch), in iwl_pcie_ctxt_info_gen3_init()
116 if (!prph_scratch) in iwl_pcie_ctxt_info_gen3_init()
119 prph_sc_ctrl = &prph_scratch->ctrl_cfg; in iwl_pcie_ctxt_info_gen3_init()
124 prph_sc_ctrl->version.size = cpu_to_le16(sizeof(*prph_scratch) / 4); in iwl_pcie_ctxt_info_gen3_init()
145 ret = iwl_pcie_init_fw_sec(trans, fw, &prph_scratch->dram); in iwl_pcie_ctxt_info_gen3_init()
183 cpu_to_le32(sizeof(*prph_scratch)); in iwl_pcie_ctxt_info_gen3_init()
201 trans_pcie->prph_scratch = prph_scratch; in iwl_pcie_ctxt_info_gen3_init()
239 sizeof(*prph_scratch), in iwl_pcie_ctxt_info_gen3_init()
240 prph_scratch, in iwl_pcie_ctxt_info_gen3_init()
[all …]
H A Dinternal.h360 struct iwl_prph_scratch *prph_scratch; member