Lines Matching refs:msdu
547 struct sk_buff *msdu = desc_params->skb; in ath12k_dp_tx_free_txbuf() local
551 skb_cb = ATH12K_SKB_CB(msdu); in ath12k_dp_tx_free_txbuf()
554 dma_unmap_single(ab->dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath12k_dp_tx_free_txbuf()
561 ieee80211_free_txskb(ar->ah->hw, msdu); in ath12k_dp_tx_free_txbuf()
580 struct sk_buff *msdu = desc_params->skb; in ath12k_dp_tx_htt_tx_complete_buf() local
585 skb_cb = ATH12K_SKB_CB(msdu); in ath12k_dp_tx_htt_tx_complete_buf()
586 info = IEEE80211_SKB_CB(msdu); in ath12k_dp_tx_htt_tx_complete_buf()
594 dma_unmap_single(ab->dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath12k_dp_tx_htt_tx_complete_buf()
642 ieee80211_free_txskb(ath12k_ar_to_hw(ar), msdu); in ath12k_dp_tx_htt_tx_complete_buf()
650 status.skb = msdu; in ath12k_dp_tx_htt_tx_complete_buf()
831 struct sk_buff *msdu = desc_params->skb; in ath12k_dp_tx_complete_msdu() local
845 skb_cb = ATH12K_SKB_CB(msdu); in ath12k_dp_tx_complete_msdu()
848 dma_unmap_single(ab->dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath12k_dp_tx_complete_msdu()
858 ieee80211_free_txskb(ah->hw, msdu); in ath12k_dp_tx_complete_msdu()
863 ieee80211_free_txskb(ah->hw, msdu); in ath12k_dp_tx_complete_msdu()
878 info = IEEE80211_SKB_CB(msdu); in ath12k_dp_tx_complete_msdu()
915 ieee80211_free_txskb(ah->hw, msdu); in ath12k_dp_tx_complete_msdu()
937 ieee80211_free_txskb(ath12k_ar_to_hw(ar), msdu); in ath12k_dp_tx_complete_msdu()
947 status.skb = msdu; in ath12k_dp_tx_complete_msdu()