Lines Matching refs:skb_cb
1070 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(msdu); in ath10k_htt_mgmt_tx() local
1099 skb_cb->paddr = dma_map_single(dev, msdu->data, msdu->len, in ath10k_htt_mgmt_tx()
1101 res = dma_mapping_error(dev, skb_cb->paddr); in ath10k_htt_mgmt_tx()
1126 dma_unmap_single(dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath10k_htt_mgmt_tx()
1145 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(msdu); in ath10k_htt_tx_32() local
1180 } else if (!(skb_cb->flags & ATH10K_SKB_F_NO_HWCRYPT) && in ath10k_htt_tx_32()
1186 skb_cb->paddr = dma_map_single(dev, msdu->data, msdu->len, in ath10k_htt_tx_32()
1188 res = dma_mapping_error(dev, skb_cb->paddr); in ath10k_htt_tx_32()
1211 __cpu_to_le32(skb_cb->paddr); in ath10k_htt_tx_32()
1220 __cpu_to_le32(skb_cb->paddr); in ath10k_htt_tx_32()
1234 frags_paddr = skb_cb->paddr; in ath10k_htt_tx_32()
1261 if (skb_cb->flags & ATH10K_SKB_F_NO_HWCRYPT) in ath10k_htt_tx_32()
1300 &skb_cb->paddr, vdev_id, tid, freq); in ath10k_htt_tx_32()
1318 sg_items[1].paddr = skb_cb->paddr; in ath10k_htt_tx_32()
1330 dma_unmap_single(dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath10k_htt_tx_32()
1345 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(msdu); in ath10k_htt_tx_64() local
1380 } else if (!(skb_cb->flags & ATH10K_SKB_F_NO_HWCRYPT) && in ath10k_htt_tx_64()
1386 skb_cb->paddr = dma_map_single(dev, msdu->data, msdu->len, in ath10k_htt_tx_64()
1388 res = dma_mapping_error(dev, skb_cb->paddr); in ath10k_htt_tx_64()
1411 __cpu_to_le32(skb_cb->paddr); in ath10k_htt_tx_64()
1413 __cpu_to_le16(upper_32_bits(skb_cb->paddr)); in ath10k_htt_tx_64()
1421 __cpu_to_le32(skb_cb->paddr); in ath10k_htt_tx_64()
1423 __cpu_to_le16(upper_32_bits(skb_cb->paddr)); in ath10k_htt_tx_64()
1436 frags_paddr = skb_cb->paddr; in ath10k_htt_tx_64()
1463 if (skb_cb->flags & ATH10K_SKB_F_NO_HWCRYPT) in ath10k_htt_tx_64()
1507 &skb_cb->paddr, vdev_id, tid, freq); in ath10k_htt_tx_64()
1525 sg_items[1].paddr = skb_cb->paddr; in ath10k_htt_tx_64()
1537 dma_unmap_single(dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath10k_htt_tx_64()