Searched refs:m3_mem (Results 1 – 2 of 2) sorted by relevance
2514 struct m3_mem_region *m3_mem = &ab->qmi.m3_mem; in ath11k_qmi_m3_load() local2521 if (m3_mem->vaddr) in ath11k_qmi_m3_load()2546 m3_mem->vaddr = dma_alloc_coherent(ab->dev, in ath11k_qmi_m3_load()2547 m3_len, &m3_mem->paddr, in ath11k_qmi_m3_load()2549 if (!m3_mem->vaddr) { in ath11k_qmi_m3_load()2556 memcpy(m3_mem->vaddr, m3_data, m3_len); in ath11k_qmi_m3_load()2557 m3_mem->size = m3_len; in ath11k_qmi_m3_load()2569 struct m3_mem_region *m3_mem = &ab->qmi.m3_mem; in ath11k_qmi_m3_free() local2571 if (!ab->hw_params.m3_fw_support || !m3_mem->vaddr) in ath11k_qmi_m3_free()2574 dma_free_coherent(ab->dev, m3_mem->size, in ath11k_qmi_m3_free()[all …]
145 struct m3_mem_region m3_mem; member