Searched refs:prph_scratch (Results 1 – 2 of 2) sorted by relevance
105 struct iwl_prph_scratch *prph_scratch; in iwl_pcie_ctxt_info_gen3_init() local144 prph_scratch = dma_alloc_coherent(trans->dev, sizeof(*prph_scratch), in iwl_pcie_ctxt_info_gen3_init()147 if (!prph_scratch) in iwl_pcie_ctxt_info_gen3_init()150 prph_sc_ctrl = &prph_scratch->ctrl_cfg; in iwl_pcie_ctxt_info_gen3_init()223 cpu_to_le32(sizeof(*prph_scratch)); in iwl_pcie_ctxt_info_gen3_init()241 trans_pcie->prph_scratch = prph_scratch; in iwl_pcie_ctxt_info_gen3_init()279 sizeof(*prph_scratch), in iwl_pcie_ctxt_info_gen3_init()280 prph_scratch, in iwl_pcie_ctxt_info_gen3_init()313 trans_pcie->prph_scratch, in iwl_pcie_ctxt_info_gen3_free()316 trans_pcie->prph_scratch = NULL; in iwl_pcie_ctxt_info_gen3_free()[all …]
433 struct iwl_prph_scratch *prph_scratch; member