Searched refs:shared_tx_buffer (Results 1 – 1 of 1) sorted by relevance
1142 qdf_shared_mem_t *shared_tx_buffer; in htt_tx_ipa_uc_wdi_tx_buf_alloc() local1150 shared_tx_buffer = qdf_mem_shared_mem_alloc(pdev->osdev, in htt_tx_ipa_uc_wdi_tx_buf_alloc()1152 if (!shared_tx_buffer || !shared_tx_buffer->vaddr) { in htt_tx_ipa_uc_wdi_tx_buf_alloc()1158 header_ptr = shared_tx_buffer->vaddr; in htt_tx_ipa_uc_wdi_tx_buf_alloc()1160 &shared_tx_buffer->mem_info); in htt_tx_ipa_uc_wdi_tx_buf_alloc()1194 shared_tx_buffer; in htt_tx_ipa_uc_wdi_tx_buf_alloc()1244 qdf_shared_mem_t *shared_tx_buffer; in htt_tx_ipa_uc_wdi_tx_buf_alloc() local1251 shared_tx_buffer = qdf_mem_shared_mem_alloc(pdev->osdev, in htt_tx_ipa_uc_wdi_tx_buf_alloc()1253 if (!shared_tx_buffer || !shared_tx_buffer->vaddr) { in htt_tx_ipa_uc_wdi_tx_buf_alloc()1260 qdf_mem_zero(shared_tx_buffer->vaddr, uc_tx_buf_sz); in htt_tx_ipa_uc_wdi_tx_buf_alloc()[all …]