Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/iwlwifi/pcie/
H A Dctxt-info-gen3.c87 struct iwl_prph_scratch *prph_scratch; in iwl_pcie_ctxt_info_gen3_init() local
116 prph_scratch = dma_alloc_coherent(trans->dev, sizeof(*prph_scratch), in iwl_pcie_ctxt_info_gen3_init()
119 if (!prph_scratch) in iwl_pcie_ctxt_info_gen3_init()
122 prph_sc_ctrl = &prph_scratch->ctrl_cfg; in iwl_pcie_ctxt_info_gen3_init()
186 cpu_to_le32(sizeof(*prph_scratch)); in iwl_pcie_ctxt_info_gen3_init()
204 trans_pcie->prph_scratch = prph_scratch; in iwl_pcie_ctxt_info_gen3_init()
242 sizeof(*prph_scratch), in iwl_pcie_ctxt_info_gen3_init()
243 prph_scratch, in iwl_pcie_ctxt_info_gen3_init()
276 trans_pcie->prph_scratch, in iwl_pcie_ctxt_info_gen3_free()
279 trans_pcie->prph_scratch = NULL; in iwl_pcie_ctxt_info_gen3_free()
[all …]
H A Dinternal.h361 struct iwl_prph_scratch *prph_scratch; member