Searched refs:prph_scratch (Results 1 – 2 of 2) sorted by relevance
87 struct iwl_prph_scratch *prph_scratch; in iwl_pcie_ctxt_info_gen3_init() local116 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 …]
361 struct iwl_prph_scratch *prph_scratch; member