Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dctxt-info-gen3.c105 struct iwl_prph_scratch *prph_scratch; in iwl_pcie_ctxt_info_gen3_init() local
134 prph_scratch = dma_alloc_coherent(trans->dev, sizeof(*prph_scratch), in iwl_pcie_ctxt_info_gen3_init()
137 if (!prph_scratch) in iwl_pcie_ctxt_info_gen3_init()
140 prph_sc_ctrl = &prph_scratch->ctrl_cfg; in iwl_pcie_ctxt_info_gen3_init()
212 cpu_to_le32(sizeof(*prph_scratch)); in iwl_pcie_ctxt_info_gen3_init()
230 trans_pcie->prph_scratch = prph_scratch; in iwl_pcie_ctxt_info_gen3_init()
268 sizeof(*prph_scratch), in iwl_pcie_ctxt_info_gen3_init()
269 prph_scratch, in iwl_pcie_ctxt_info_gen3_init()
302 trans_pcie->prph_scratch, in iwl_pcie_ctxt_info_gen3_free()
305 trans_pcie->prph_scratch = NULL; in iwl_pcie_ctxt_info_gen3_free()
[all …]
H A Dinternal.h433 struct iwl_prph_scratch *prph_scratch; member