Searched refs:frag_desc (Results 1 – 2 of 2) sorted by relevance
125 htt->frag_desc.vaddr = dma_alloc_coherent(ar->dev, size, in ath10k_htt_tx_alloc()126 &htt->frag_desc.paddr, in ath10k_htt_tx_alloc()128 if (!htt->frag_desc.vaddr) { in ath10k_htt_tx_alloc()177 if (htt->frag_desc.vaddr) { in ath10k_htt_tx_free()180 dma_free_coherent(htt->ar->dev, size, htt->frag_desc.vaddr, in ath10k_htt_tx_free()181 htt->frag_desc.paddr); in ath10k_htt_tx_free()276 if (!htt->frag_desc.paddr) { in ath10k_htt_send_frag_desc_bank_cfg()293 __cpu_to_le32(htt->frag_desc.paddr); in ath10k_htt_send_frag_desc_bank_cfg()600 memset(&htt->frag_desc.vaddr[msdu_id], 0, in ath10k_htt_tx()603 &htt->frag_desc.vaddr[msdu_id].frags; in ath10k_htt_tx()[all …]
1510 } frag_desc; member