Lines Matching refs:skb_cb
93 struct ath11k_skb_cb *skb_cb = ATH11K_SKB_CB(skb); in ath11k_dp_tx() local
162 if (skb_cb->flags & ATH11K_SKB_CIPHER_SET) { in ath11k_dp_tx()
164 ath11k_dp_tx_get_encrypt_type(skb_cb->cipher); in ath11k_dp_tx()
228 skb_cb->paddr = ti.paddr; in ath11k_dp_tx()
229 skb_cb->vif = arvif->vif; in ath11k_dp_tx()
230 skb_cb->ar = ar; in ath11k_dp_tx()
300 struct ath11k_skb_cb *skb_cb; in ath11k_dp_tx_free_txbuf() local
312 skb_cb = ATH11K_SKB_CB(msdu); in ath11k_dp_tx_free_txbuf()
314 dma_unmap_single(ab->dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath11k_dp_tx_free_txbuf()
330 struct ath11k_skb_cb *skb_cb; in ath11k_dp_tx_htt_tx_complete_buf() local
344 skb_cb = ATH11K_SKB_CB(msdu); in ath11k_dp_tx_htt_tx_complete_buf()
347 ar = skb_cb->ar; in ath11k_dp_tx_htt_tx_complete_buf()
352 dma_unmap_single(ab->dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath11k_dp_tx_htt_tx_complete_buf()
354 if (!skb_cb->vif) { in ath11k_dp_tx_htt_tx_complete_buf()
570 struct ath11k_skb_cb *skb_cb; in ath11k_dp_tx_complete_msdu() local
580 skb_cb = ATH11K_SKB_CB(msdu); in ath11k_dp_tx_complete_msdu()
582 dma_unmap_single(ab->dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath11k_dp_tx_complete_msdu()
589 if (unlikely(!skb_cb->vif)) { in ath11k_dp_tx_complete_msdu()