qcacmn: Move prealloc DP descriptor types to QDF

Move prealloc DP descriptor types to QDF so that
the macros can be used in HIF layer.

Change-Id: I3de60876735e5aa37d80e9e698a86503b18574c1
CRs-Fixed: 3502615
Этот коммит содержится в:
Yeshwanth Sriram Guntuka
2023-05-18 15:50:37 +05:30
коммит произвёл Rahul Choudhary
родитель a5beb4bc26
Коммит 4dc955351e
12 изменённых файлов: 77 добавлений и 74 удалений

Просмотреть файл

@@ -1250,7 +1250,7 @@ static inline void dp_srng_mem_free_consistent(struct dp_soc *soc,
}
void dp_desc_multi_pages_mem_alloc(struct dp_soc *soc,
enum dp_desc_type desc_type,
enum qdf_dp_desc_type desc_type,
struct qdf_mem_multi_page_t *pages,
size_t element_size,
uint32_t element_num,
@@ -1282,7 +1282,7 @@ end:
}
void dp_desc_multi_pages_mem_free(struct dp_soc *soc,
enum dp_desc_type desc_type,
enum qdf_dp_desc_type desc_type,
struct qdf_mem_multi_page_t *pages,
qdf_dma_context_t memctxt,
bool cacheable)