Searched defs:ctxt_type (Results 1 – 3 of 3) sorted by relevance
/wlan-driver/qcacld-3.0/components/dp/core/src/ |
H A D | wlan_dp_prealloc.c | 132 enum dp_ctxt_type ctxt_type; member 923 void *dp_prealloc_get_context_memory(uint32_t ctxt_type, qdf_size_t ctxt_size) 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()
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
H A D | dp_internal.h | 4769 void *dp_context_alloc_mem(struct dp_soc *soc, enum dp_ctxt_type ctxt_type, in dp_context_alloc_mem() 4776 void dp_context_free_mem(struct dp_soc *soc, enum dp_ctxt_type ctxt_type, in dp_context_free_mem() 4826 bool attempt_prealloc, enum dp_ctxt_type ctxt_type) in dp_soc_frag_history_attach() 4864 enum dp_ctxt_type ctxt_type) 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() 1255 void dp_context_free_mem(struct dp_soc *soc, enum dp_ctxt_type ctxt_type, in dp_context_free_mem()
|