Searched refs:p_t2 (Results 1 – 1 of 1) sorted by relevance
776 if (!p_t2 || !p_t2->dma_mem) in qed_cxt_src_t2_free()782 p_t2->dma_mem[i].size, in qed_cxt_src_t2_free()786 kfree(p_t2->dma_mem); in qed_cxt_src_t2_free()787 p_t2->dma_mem = NULL; in qed_cxt_src_t2_free()797 if (!p_t2 || !p_t2->dma_mem) in qed_cxt_t2_alloc_pages()826 struct qed_src_t2 *p_t2; in qed_cxt_src_t2_alloc() local844 p_t2 = &p_mngr->src_t2; in qed_cxt_src_t2_alloc()848 p_t2->dma_mem = kcalloc(p_t2->num_pages, sizeof(struct phys_mem_desc), in qed_cxt_src_t2_alloc()850 if (!p_t2->dma_mem) { in qed_cxt_src_t2_alloc()865 p_t2->first_free = (u64)p_t2->dma_mem[0].phys_addr; in qed_cxt_src_t2_alloc()[all …]
Completed in 7 milliseconds