/wlan-driver/qca-wifi-host-cmn/qdf/inc/ |
H A D | qdf_mem.h | 228 qdf_dma_context_t memctxt, bool cacheable, 249 memctxt, cacheable) \ argument 251 element_num, memctxt, cacheable, \ 269 qdf_dma_context_t memctxt, bool cacheable, 283 #define qdf_mem_multi_pages_free(osdev, pages, memctxt, cacheable) \ argument 284 qdf_mem_multi_pages_free_debug(osdev, pages, memctxt, cacheable, \ 419 qdf_dma_context_t memctxt, bool cacheable); 423 qdf_dma_context_t memctxt, bool cacheable); 468 bool cacheable); 838 uint8_t cacheable); [all …]
|
/wlan-driver/qca-wifi-host-cmn/hif/src/ |
H A D | hif_main.h | 731 bool cacheable); 744 bool cacheable); 775 bool cacheable) in hif_prealloc_get_multi_pages() argument 778 elem_size, elem_num, 0, cacheable); in hif_prealloc_get_multi_pages() 784 bool cacheable) in hif_prealloc_put_multi_pages() argument 787 cacheable); in hif_prealloc_put_multi_pages()
|
H A D | hif_main.c | 2813 bool cacheable) in hif_prealloc_get_multi_pages() argument 2820 pages, cacheable); in hif_prealloc_get_multi_pages() 2824 elem_size, elem_num, 0, cacheable); in hif_prealloc_get_multi_pages() 2829 bool cacheable) in hif_prealloc_put_multi_pages() argument 2840 cacheable); in hif_prealloc_put_multi_pages()
|
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/ |
H A D | qdf_mem.c | 1707 qdf_dma_context_t memctxt, bool cacheable, in qdf_mem_multi_pages_alloc_debug() argument 1730 if (cacheable) { in qdf_mem_multi_pages_alloc_debug() 1774 if (cacheable) { in qdf_mem_multi_pages_alloc_debug() 1801 qdf_dma_context_t memctxt, bool cacheable, in qdf_mem_multi_pages_free_debug() argument 1810 if (cacheable) { in qdf_mem_multi_pages_free_debug() 1870 qdf_dma_context_t memctxt, bool cacheable) in qdf_mem_multi_pages_alloc() argument 1891 if (cacheable) { in qdf_mem_multi_pages_alloc() 1932 if (cacheable) { in qdf_mem_multi_pages_alloc() 1958 qdf_dma_context_t memctxt, bool cacheable) in qdf_mem_multi_pages_alloc() argument 1984 if (cacheable) { in qdf_mem_multi_pages_alloc() [all …]
|
/wlan-driver/qcacld-3.0/components/dp/core/src/ |
H A D | wlan_dp_prealloc.c | 102 bool cacheable; member 508 0, mp->cacheable); in dp_prealloc_deinit() 866 if (mp->cacheable) in dp_prealloc_init() 872 0, mp->cacheable); in dp_prealloc_init() 1020 bool cacheable) in dp_prealloc_get_multi_pages() argument 1056 mp_found = mp->cacheable ? in dp_prealloc_put_multi_pages() 1066 mp->cacheable); in dp_prealloc_put_multi_pages()
|
/wlan-driver/qcacld-3.0/components/dp/core/inc/ |
H A D | wlan_dp_prealloc.h | 116 bool cacheable);
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_driver_ops.c | 154 bool cacheable) in hdd_dp_prealloc_get_multi_pages() argument 157 cacheable); in hdd_dp_prealloc_get_multi_pages() 194 bool cacheable) in hdd_dp_prealloc_get_multi_pages() argument
|
/wlan-driver/qcacld-3.0/components/dp/dispatcher/inc/ |
H A D | wlan_dp_ucfg_api.h | 1374 bool cacheable);
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
H A D | dp_internal.h | 4745 bool cacheable); 4765 bool cacheable); 4789 bool cacheable) in dp_desc_multi_pages_mem_alloc() argument 4792 element_num, memctxt, cacheable); in dp_desc_multi_pages_mem_alloc() 4800 bool cacheable) in dp_desc_multi_pages_mem_free() argument 4803 memctxt, cacheable); in dp_desc_multi_pages_mem_free()
|
H A D | dp_main.c | 1342 bool cacheable) in dp_desc_multi_pages_mem_alloc() argument 1355 cacheable); in dp_desc_multi_pages_mem_alloc() 1361 element_num, memctxt, cacheable); in dp_desc_multi_pages_mem_alloc() 1365 desc_type, (int)element_size, element_num, cacheable); in dp_desc_multi_pages_mem_alloc() 1372 bool cacheable) in dp_desc_multi_pages_mem_free() argument 1385 memctxt, cacheable); in dp_desc_multi_pages_mem_free()
|
/wlan-driver/qcacld-3.0/components/dp/dispatcher/src/ |
H A D | wlan_dp_ucfg_api.c | 2697 bool cacheable) in ucfg_dp_prealloc_get_multi_pages() argument 2700 cacheable); in ucfg_dp_prealloc_get_multi_pages()
|
/wlan-driver/qca-wifi-host-cmn/hif/inc/ |
H A D | hif.h | 927 bool cacheable);
|
/wlan-driver/qca-wifi-host-cmn/dp/inc/ |
H A D | cdp_txrx_ops.h | 1690 bool cacheable);
|