Home
last modified time | relevance | path

Searched refs:qdf_mem_shared_mem_alloc (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/htt/
Dhtt_rx.c272 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()
Dhtt_tx.c1150 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/
Dqdf_mem.h1228 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/
Dqdf_mem.c2412 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/
Dce_main.c1776 scn->ipa_ce_ring = qdf_mem_shared_mem_alloc( in ce_alloc_desc_ring()