Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Dctxt-info-gen3.c105 struct iwl_prph_scratch *prph_scratch; in iwl_pcie_ctxt_info_gen3_init()
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()
145 prph_sc_ctrl->version.size = cpu_to_le16(sizeof(*prph_scratch) / 4); in iwl_pcie_ctxt_info_gen3_init()
174 ret = iwl_pcie_init_fw_sec(trans, fw, &prph_scratch->dram); 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()
87 struct iwl_prph_scratch *prph_scratch; iwl_pcie_ctxt_info_gen3_init() local
[all...]
H A Dinternal.h349 * @prph_scratch: prph scratch for self init
433 struct iwl_prph_scratch *prph_scratch;
361 struct iwl_prph_scratch *prph_scratch; global() member
/freebsd/sys/dev/iwx/
H A Dif_iwx.c1128 struct iwx_prph_scratch *prph_scratch; in iwx_ctxt_info_gen3_init() local
1151 prph_scratch = sc->prph_scratch_dma.vaddr; in iwx_ctxt_info_gen3_init()
1152 memset(prph_scratch, 0, sizeof(*prph_scratch)); in iwx_ctxt_info_gen3_init()
1153 prph_sc_ctrl = &prph_scratch->ctrl_cfg; in iwx_ctxt_info_gen3_init()
1156 prph_sc_ctrl->version.size = htole16(sizeof(*prph_scratch) / 4); in iwx_ctxt_info_gen3_init()
1170 err = iwx_init_fw_sec(sc, fws, &prph_scratch->dram); in iwx_ctxt_info_gen3_init()
1182 scratch_size = sizeof(*prph_scratch); in iwx_ctxt_info_gen3_init()
3895 struct iwx_prph_scratch *prph_scratch; in iwx_ctxt_info_gen3_set_pnvm() local
3898 prph_scratch = sc->prph_scratch_dma.vaddr; in iwx_ctxt_info_gen3_set_pnvm()
3899 prph_sc_ctrl = &prph_scratch->ctrl_cfg; in iwx_ctxt_info_gen3_set_pnvm()