Lines Matching refs:skb_cb
771 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(msdu); in ath10k_htt_mgmt_tx() local
802 skb_cb->paddr = dma_map_single(dev, msdu->data, msdu->len, in ath10k_htt_mgmt_tx()
804 res = dma_mapping_error(dev, skb_cb->paddr); in ath10k_htt_mgmt_tx()
829 dma_unmap_single(dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath10k_htt_mgmt_tx()
847 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(msdu); in ath10k_htt_tx() local
883 } else if (!(skb_cb->flags & ATH10K_SKB_F_NO_HWCRYPT) && in ath10k_htt_tx()
889 skb_cb->paddr = dma_map_single(dev, msdu->data, msdu->len, in ath10k_htt_tx()
891 res = dma_mapping_error(dev, skb_cb->paddr); in ath10k_htt_tx()
913 __cpu_to_le32(skb_cb->paddr); in ath10k_htt_tx()
922 __cpu_to_le32(skb_cb->paddr); in ath10k_htt_tx()
936 frags_paddr = skb_cb->paddr; in ath10k_htt_tx()
962 if (skb_cb->flags & ATH10K_SKB_F_NO_HWCRYPT) in ath10k_htt_tx()
1001 (u32)skb_cb->paddr, vdev_id, tid, freq); in ath10k_htt_tx()
1019 sg_items[1].paddr = skb_cb->paddr; in ath10k_htt_tx()
1031 dma_unmap_single(dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath10k_htt_tx()