Lines Matching refs:skb_cb
89 struct ath11k_skb_cb *skb_cb = ATH11K_SKB_CB(skb); in ath11k_dp_tx() local
154 if (skb_cb->flags & ATH11K_SKB_CIPHER_SET) { in ath11k_dp_tx()
156 ath11k_dp_tx_get_encrypt_type(skb_cb->cipher); in ath11k_dp_tx()
220 skb_cb->paddr = ti.paddr; in ath11k_dp_tx()
221 skb_cb->vif = arvif->vif; in ath11k_dp_tx()
222 skb_cb->ar = ar; in ath11k_dp_tx()
292 struct ath11k_skb_cb *skb_cb; in ath11k_dp_tx_free_txbuf() local
304 skb_cb = ATH11K_SKB_CB(msdu); in ath11k_dp_tx_free_txbuf()
306 dma_unmap_single(ab->dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath11k_dp_tx_free_txbuf()
322 struct ath11k_skb_cb *skb_cb; in ath11k_dp_tx_htt_tx_complete_buf() local
336 skb_cb = ATH11K_SKB_CB(msdu); in ath11k_dp_tx_htt_tx_complete_buf()
339 ar = skb_cb->ar; in ath11k_dp_tx_htt_tx_complete_buf()
344 dma_unmap_single(ab->dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath11k_dp_tx_htt_tx_complete_buf()
346 if (!skb_cb->vif) { in ath11k_dp_tx_htt_tx_complete_buf()
554 struct ath11k_skb_cb *skb_cb; in ath11k_dp_tx_complete_msdu() local
564 skb_cb = ATH11K_SKB_CB(msdu); in ath11k_dp_tx_complete_msdu()
566 dma_unmap_single(ab->dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath11k_dp_tx_complete_msdu()
573 if (unlikely(!skb_cb->vif)) { in ath11k_dp_tx_complete_msdu()