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()
321 struct ath11k_skb_cb *skb_cb; in ath11k_dp_tx_htt_tx_complete_buf() local
334 skb_cb = ATH11K_SKB_CB(msdu); in ath11k_dp_tx_htt_tx_complete_buf()
337 ar = skb_cb->ar; in ath11k_dp_tx_htt_tx_complete_buf()
342 dma_unmap_single(ab->dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath11k_dp_tx_htt_tx_complete_buf()
523 struct ath11k_skb_cb *skb_cb; in ath11k_dp_tx_complete_msdu() local
533 skb_cb = ATH11K_SKB_CB(msdu); in ath11k_dp_tx_complete_msdu()
535 dma_unmap_single(ab->dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath11k_dp_tx_complete_msdu()
542 if (unlikely(!skb_cb->vif)) { in ath11k_dp_tx_complete_msdu()