Searched refs:ctxt_type (Results 1 – 5 of 5) sorted by relevance
/wlan-driver/qcacld-3.0/components/dp/core/inc/ |
H A D | wlan_dp_prealloc.h | 54 void *dp_prealloc_get_context_memory(uint32_t ctxt_type, qdf_size_t ctxt_size); 67 QDF_STATUS dp_prealloc_put_context_memory(uint32_t ctxt_type, void *vaddr);
|
/wlan-driver/qcacld-3.0/components/dp/core/src/ |
H A D | wlan_dp_prealloc.c | 132 enum dp_ctxt_type ctxt_type; member 820 dp_update_mem_size_by_ctx_type(&cfg, cp->ctxt_type, in dp_prealloc_init() 923 void *dp_prealloc_get_context_memory(uint32_t ctxt_type, qdf_size_t ctxt_size) in dp_prealloc_get_context_memory() argument 931 if ((ctxt_type == cp->ctxt_type) && !cp->in_use && in dp_prealloc_get_context_memory() 941 QDF_STATUS dp_prealloc_put_context_memory(uint32_t ctxt_type, void *vaddr) in dp_prealloc_put_context_memory() argument 952 if ((ctxt_type == cp->ctxt_type) && vaddr == cp->addr) { in dp_prealloc_put_context_memory()
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
H A D | dp_internal.h | 4708 void *dp_context_alloc_mem(struct dp_soc *soc, enum dp_ctxt_type ctxt_type, 4719 void dp_context_free_mem(struct dp_soc *soc, enum dp_ctxt_type ctxt_type, 4769 void *dp_context_alloc_mem(struct dp_soc *soc, enum dp_ctxt_type ctxt_type, in dp_context_alloc_mem() argument 4776 void dp_context_free_mem(struct dp_soc *soc, enum dp_ctxt_type ctxt_type, in dp_context_free_mem() argument 4826 bool attempt_prealloc, enum dp_ctxt_type ctxt_type) in dp_soc_frag_history_attach() argument 4835 history->entry[i] = dp_context_alloc_mem(soc, ctxt_type, in dp_soc_frag_history_attach() 4852 dp_context_free_mem(soc, ctxt_type, history->entry[i]); in dp_soc_frag_history_attach() 4864 enum dp_ctxt_type ctxt_type) in dp_soc_frag_history_detach() argument 4872 dp_context_free_mem(soc, ctxt_type, history->entry[i]); in dp_soc_frag_history_detach()
|
H A D | dp_main.c | 1231 void *dp_context_alloc_mem(struct dp_soc *soc, enum dp_ctxt_type ctxt_type, in dp_context_alloc_mem() argument 1241 ctxt_mem = soc->cdp_soc.ol_ops->dp_prealloc_get_context(ctxt_type, in dp_context_alloc_mem() 1249 ctxt_type, ctxt_size); in dp_context_alloc_mem() 1255 void dp_context_free_mem(struct dp_soc *soc, enum dp_ctxt_type ctxt_type, in dp_context_free_mem() argument 1262 ctxt_type, in dp_context_free_mem() 1270 dp_info("Context type %d not pre-allocated", ctxt_type); in dp_context_free_mem()
|
/wlan-driver/qca-wifi-host-cmn/dp/inc/ |
H A D | cdp_txrx_ops.h | 1674 void *(*dp_prealloc_get_context)(uint32_t ctxt_type, size_t ctxt_size); 1676 QDF_STATUS(*dp_prealloc_put_context)(uint32_t ctxt_type, void *vaddr);
|