Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_h2t.c1023 qdf_mem_info_t *mem_info_t; in htt_h2t_ipa_uc_rsc_cfg_msg() local
1064 mem_info_t = &pdev->ipa_uc_tx_rsc.tx_comp_ring->mem_info; in htt_h2t_ipa_uc_rsc_cfg_msg()
1065 addr = (uint64_t)qdf_mem_get_dma_addr(pdev->osdev, mem_info_t) >> 32; in htt_h2t_ipa_uc_rsc_cfg_msg()
1089 mem_info_t = &pdev->ipa_uc_tx_rsc.tx_ce_idx->mem_info; in htt_h2t_ipa_uc_rsc_cfg_msg()
1090 addr = (uint64_t)qdf_mem_get_dma_addr(pdev->osdev, mem_info_t) >> 32; in htt_h2t_ipa_uc_rsc_cfg_msg()
1100 mem_info_t = &pdev->ipa_uc_rx_rsc.rx_ind_ring->mem_info; in htt_h2t_ipa_uc_rsc_cfg_msg()
1101 addr = (uint64_t)qdf_mem_get_dma_addr(pdev->osdev, mem_info_t) >> 32; in htt_h2t_ipa_uc_rsc_cfg_msg()
1116 mem_info_t = &pdev->ipa_uc_rx_rsc.rx_ipa_prc_done_idx->mem_info; in htt_h2t_ipa_uc_rsc_cfg_msg()
1117 addr = (uint64_t)qdf_mem_get_dma_addr(pdev->osdev, mem_info_t) >> 32; in htt_h2t_ipa_uc_rsc_cfg_msg()
1136 mem_info_t = &pdev->ipa_uc_rx_rsc.rx2_ind_ring->mem_info; in htt_h2t_ipa_uc_rsc_cfg_msg()
[all …]