Lines Matching refs:skb_cb
90 struct ath11k_skb_cb *skb_cb = ATH11K_SKB_CB(skb); in ath11k_dp_tx() local
155 if (skb_cb->flags & ATH11K_SKB_CIPHER_SET) { in ath11k_dp_tx()
157 ath11k_dp_tx_get_encrypt_type(skb_cb->cipher); in ath11k_dp_tx()
221 skb_cb->paddr = ti.paddr; in ath11k_dp_tx()
222 skb_cb->vif = arvif->vif; in ath11k_dp_tx()
223 skb_cb->ar = ar; in ath11k_dp_tx()
293 struct ath11k_skb_cb *skb_cb; in ath11k_dp_tx_free_txbuf() local
305 skb_cb = ATH11K_SKB_CB(msdu); in ath11k_dp_tx_free_txbuf()
307 dma_unmap_single(ab->dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath11k_dp_tx_free_txbuf()
323 struct ath11k_skb_cb *skb_cb; in ath11k_dp_tx_htt_tx_complete_buf() local
337 skb_cb = ATH11K_SKB_CB(msdu); in ath11k_dp_tx_htt_tx_complete_buf()
340 ar = skb_cb->ar; in ath11k_dp_tx_htt_tx_complete_buf()
345 dma_unmap_single(ab->dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath11k_dp_tx_htt_tx_complete_buf()
347 if (!skb_cb->vif) { in ath11k_dp_tx_htt_tx_complete_buf()
559 struct ath11k_skb_cb *skb_cb; in ath11k_dp_tx_complete_msdu() local
569 skb_cb = ATH11K_SKB_CB(msdu); in ath11k_dp_tx_complete_msdu()
571 dma_unmap_single(ab->dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath11k_dp_tx_complete_msdu()
578 if (unlikely(!skb_cb->vif)) { in ath11k_dp_tx_complete_msdu()