Lines Matching refs:skb_cb
88 struct ath11k_skb_cb *skb_cb = ATH11K_SKB_CB(skb); in ath11k_dp_tx() local
217 skb_cb->paddr = ti.paddr; in ath11k_dp_tx()
218 skb_cb->vif = arvif->vif; in ath11k_dp_tx()
219 skb_cb->ar = ar; in ath11k_dp_tx()
289 struct ath11k_skb_cb *skb_cb; in ath11k_dp_tx_free_txbuf() local
300 skb_cb = ATH11K_SKB_CB(msdu); in ath11k_dp_tx_free_txbuf()
305 dma_unmap_single(ab->dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath11k_dp_tx_free_txbuf()
320 struct ath11k_skb_cb *skb_cb; in ath11k_dp_tx_htt_tx_complete_buf() local
332 skb_cb = ATH11K_SKB_CB(msdu); in ath11k_dp_tx_htt_tx_complete_buf()
335 ar = skb_cb->ar; in ath11k_dp_tx_htt_tx_complete_buf()
343 dma_unmap_single(ab->dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath11k_dp_tx_htt_tx_complete_buf()
422 struct ath11k_skb_cb *skb_cb; in ath11k_dp_tx_complete_msdu() local
429 skb_cb = ATH11K_SKB_CB(msdu); in ath11k_dp_tx_complete_msdu()
431 dma_unmap_single(ab->dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath11k_dp_tx_complete_msdu()
440 if (!skb_cb->vif) { in ath11k_dp_tx_complete_msdu()