Lines Matching refs:skb_cb
1189 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(msdu); in ath10k_htt_mgmt_tx() local
1214 if (skb_cb->ucast_cipher == WLAN_CIPHER_SUITE_GCMP || in ath10k_htt_mgmt_tx()
1215 skb_cb->ucast_cipher == WLAN_CIPHER_SUITE_GCMP_256) in ath10k_htt_mgmt_tx()
1228 skb_cb->paddr = dma_map_single(dev, msdu->data, msdu->len, in ath10k_htt_mgmt_tx()
1230 res = dma_mapping_error(dev, skb_cb->paddr); in ath10k_htt_mgmt_tx()
1256 dma_unmap_single(dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath10k_htt_mgmt_tx()
1279 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(msdu); in ath10k_htt_tx_hl() local
1319 if (skb_cb->flags & ATH10K_SKB_F_NO_HWCRYPT) in ath10k_htt_tx_hl()
1394 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(msdu); in ath10k_htt_tx_32() local
1432 } else if (!(skb_cb->flags & ATH10K_SKB_F_NO_HWCRYPT) && in ath10k_htt_tx_32()
1439 skb_cb->paddr = dma_map_single(dev, msdu->data, msdu->len, in ath10k_htt_tx_32()
1441 res = dma_mapping_error(dev, skb_cb->paddr); in ath10k_htt_tx_32()
1464 __cpu_to_le32(skb_cb->paddr); in ath10k_htt_tx_32()
1473 __cpu_to_le32(skb_cb->paddr); in ath10k_htt_tx_32()
1487 frags_paddr = skb_cb->paddr; in ath10k_htt_tx_32()
1514 if (skb_cb->flags & ATH10K_SKB_F_NO_HWCRYPT) in ath10k_htt_tx_32()
1553 &skb_cb->paddr, vdev_id, tid, freq); in ath10k_htt_tx_32()
1571 sg_items[1].paddr = skb_cb->paddr; in ath10k_htt_tx_32()
1583 dma_unmap_single(dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath10k_htt_tx_32()
1599 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(msdu); in ath10k_htt_tx_64() local
1637 } else if (!(skb_cb->flags & ATH10K_SKB_F_NO_HWCRYPT) && in ath10k_htt_tx_64()
1644 skb_cb->paddr = dma_map_single(dev, msdu->data, msdu->len, in ath10k_htt_tx_64()
1646 res = dma_mapping_error(dev, skb_cb->paddr); in ath10k_htt_tx_64()
1669 __cpu_to_le32(skb_cb->paddr); in ath10k_htt_tx_64()
1671 __cpu_to_le16(upper_32_bits(skb_cb->paddr)); in ath10k_htt_tx_64()
1679 __cpu_to_le32(skb_cb->paddr); in ath10k_htt_tx_64()
1681 __cpu_to_le16(upper_32_bits(skb_cb->paddr)); in ath10k_htt_tx_64()
1694 frags_paddr = skb_cb->paddr; in ath10k_htt_tx_64()
1721 if (skb_cb->flags & ATH10K_SKB_F_NO_HWCRYPT) in ath10k_htt_tx_64()
1765 &skb_cb->paddr, vdev_id, tid, freq); in ath10k_htt_tx_64()
1783 sg_items[1].paddr = skb_cb->paddr; in ath10k_htt_tx_64()
1795 dma_unmap_single(dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath10k_htt_tx_64()