Searched refs:qdf_mem_shared_mem_alloc (Results 1 – 5 of 5) sorted by relevance
/wlan-driver/qcacld-3.0/core/dp/htt/ |
D | htt_rx.c | 272 qdf_mem_shared_mem_alloc(pdev->osdev, in htt_rx_ipa_uc_alloc_wdi2_rsc() 283 qdf_mem_shared_mem_alloc(pdev->osdev, 4); in htt_rx_ipa_uc_alloc_wdi2_rsc() 340 qdf_mem_shared_mem_alloc(pdev->osdev, in htt_rx_ipa_uc_attach() 351 qdf_mem_shared_mem_alloc(pdev->osdev, 4); in htt_rx_ipa_uc_attach()
|
D | htt_tx.c | 1150 shared_tx_buffer = qdf_mem_shared_mem_alloc(pdev->osdev, in htt_tx_ipa_uc_wdi_tx_buf_alloc() 1251 shared_tx_buffer = qdf_mem_shared_mem_alloc(pdev->osdev, in htt_tx_ipa_uc_wdi_tx_buf_alloc() 1355 qdf_mem_shared_mem_alloc(pdev->osdev, 4); in htt_tx_ipa_uc_attach() 1365 qdf_mem_shared_mem_alloc(pdev->osdev, in htt_tx_ipa_uc_attach()
|
/wlan-driver/qca-wifi-host-cmn/qdf/inc/ |
D | qdf_mem.h | 1228 qdf_shared_mem_t *qdf_mem_shared_mem_alloc(qdf_device_t osdev, uint32_t size);
|
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/ |
D | qdf_mem.c | 2412 qdf_shared_mem_t *qdf_mem_shared_mem_alloc(qdf_device_t osdev, uint32_t size) in qdf_mem_shared_mem_alloc() function 2458 qdf_export_symbol(qdf_mem_shared_mem_alloc);
|
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/ |
D | ce_main.c | 1776 scn->ipa_ce_ring = qdf_mem_shared_mem_alloc( in ce_alloc_desc_ring()
|