Lines Matching refs:skb_cb
1161 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(msdu); in ath10k_htt_mgmt_tx() local
1190 skb_cb->paddr = dma_map_single(dev, msdu->data, msdu->len, in ath10k_htt_mgmt_tx()
1192 res = dma_mapping_error(dev, skb_cb->paddr); in ath10k_htt_mgmt_tx()
1218 dma_unmap_single(dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath10k_htt_mgmt_tx()
1242 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(msdu); in ath10k_htt_tx_hl() local
1275 if (skb_cb->flags & ATH10K_SKB_F_NO_HWCRYPT) in ath10k_htt_tx_hl()
1351 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(msdu); in ath10k_htt_tx_32() local
1386 } else if (!(skb_cb->flags & ATH10K_SKB_F_NO_HWCRYPT) && in ath10k_htt_tx_32()
1392 skb_cb->paddr = dma_map_single(dev, msdu->data, msdu->len, in ath10k_htt_tx_32()
1394 res = dma_mapping_error(dev, skb_cb->paddr); in ath10k_htt_tx_32()
1417 __cpu_to_le32(skb_cb->paddr); in ath10k_htt_tx_32()
1426 __cpu_to_le32(skb_cb->paddr); in ath10k_htt_tx_32()
1440 frags_paddr = skb_cb->paddr; in ath10k_htt_tx_32()
1467 if (skb_cb->flags & ATH10K_SKB_F_NO_HWCRYPT) in ath10k_htt_tx_32()
1506 &skb_cb->paddr, vdev_id, tid, freq); in ath10k_htt_tx_32()
1524 sg_items[1].paddr = skb_cb->paddr; in ath10k_htt_tx_32()
1536 dma_unmap_single(dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath10k_htt_tx_32()
1551 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(msdu); in ath10k_htt_tx_64() local
1586 } else if (!(skb_cb->flags & ATH10K_SKB_F_NO_HWCRYPT) && in ath10k_htt_tx_64()
1592 skb_cb->paddr = dma_map_single(dev, msdu->data, msdu->len, in ath10k_htt_tx_64()
1594 res = dma_mapping_error(dev, skb_cb->paddr); in ath10k_htt_tx_64()
1617 __cpu_to_le32(skb_cb->paddr); in ath10k_htt_tx_64()
1619 __cpu_to_le16(upper_32_bits(skb_cb->paddr)); in ath10k_htt_tx_64()
1627 __cpu_to_le32(skb_cb->paddr); in ath10k_htt_tx_64()
1629 __cpu_to_le16(upper_32_bits(skb_cb->paddr)); in ath10k_htt_tx_64()
1642 frags_paddr = skb_cb->paddr; in ath10k_htt_tx_64()
1669 if (skb_cb->flags & ATH10K_SKB_F_NO_HWCRYPT) in ath10k_htt_tx_64()
1713 &skb_cb->paddr, vdev_id, tid, freq); in ath10k_htt_tx_64()
1731 sg_items[1].paddr = skb_cb->paddr; in ath10k_htt_tx_64()
1743 dma_unmap_single(dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath10k_htt_tx_64()