Lines Matching refs:skb_cb
1204 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(msdu); in ath10k_htt_mgmt_tx() local
1229 if (skb_cb->ucast_cipher == WLAN_CIPHER_SUITE_GCMP || in ath10k_htt_mgmt_tx()
1230 skb_cb->ucast_cipher == WLAN_CIPHER_SUITE_GCMP_256) in ath10k_htt_mgmt_tx()
1243 skb_cb->paddr = dma_map_single(dev, msdu->data, msdu->len, in ath10k_htt_mgmt_tx()
1245 res = dma_mapping_error(dev, skb_cb->paddr); in ath10k_htt_mgmt_tx()
1271 dma_unmap_single(dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath10k_htt_mgmt_tx()
1295 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(msdu); in ath10k_htt_tx_hl() local
1331 if (skb_cb->flags & ATH10K_SKB_F_NO_HWCRYPT) in ath10k_htt_tx_hl()
1407 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(msdu); in ath10k_htt_tx_32() local
1442 } else if (!(skb_cb->flags & ATH10K_SKB_F_NO_HWCRYPT) && in ath10k_htt_tx_32()
1448 skb_cb->paddr = dma_map_single(dev, msdu->data, msdu->len, in ath10k_htt_tx_32()
1450 res = dma_mapping_error(dev, skb_cb->paddr); in ath10k_htt_tx_32()
1473 __cpu_to_le32(skb_cb->paddr); in ath10k_htt_tx_32()
1482 __cpu_to_le32(skb_cb->paddr); in ath10k_htt_tx_32()
1496 frags_paddr = skb_cb->paddr; in ath10k_htt_tx_32()
1523 if (skb_cb->flags & ATH10K_SKB_F_NO_HWCRYPT) in ath10k_htt_tx_32()
1562 &skb_cb->paddr, vdev_id, tid, freq); in ath10k_htt_tx_32()
1580 sg_items[1].paddr = skb_cb->paddr; in ath10k_htt_tx_32()
1592 dma_unmap_single(dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath10k_htt_tx_32()
1609 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(msdu); in ath10k_htt_tx_64() local
1644 } else if (!(skb_cb->flags & ATH10K_SKB_F_NO_HWCRYPT) && in ath10k_htt_tx_64()
1650 skb_cb->paddr = dma_map_single(dev, msdu->data, msdu->len, in ath10k_htt_tx_64()
1652 res = dma_mapping_error(dev, skb_cb->paddr); in ath10k_htt_tx_64()
1675 __cpu_to_le32(skb_cb->paddr); in ath10k_htt_tx_64()
1677 __cpu_to_le16(upper_32_bits(skb_cb->paddr)); in ath10k_htt_tx_64()
1685 __cpu_to_le32(skb_cb->paddr); in ath10k_htt_tx_64()
1687 __cpu_to_le16(upper_32_bits(skb_cb->paddr)); in ath10k_htt_tx_64()
1700 frags_paddr = skb_cb->paddr; in ath10k_htt_tx_64()
1727 if (skb_cb->flags & ATH10K_SKB_F_NO_HWCRYPT) in ath10k_htt_tx_64()
1771 &skb_cb->paddr, vdev_id, tid, freq); in ath10k_htt_tx_64()
1789 sg_items[1].paddr = skb_cb->paddr; in ath10k_htt_tx_64()
1801 dma_unmap_single(dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath10k_htt_tx_64()