Lines Matching refs:skb_cb

1206 	struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(msdu);  in ath10k_htt_mgmt_tx()  local
1231 if (skb_cb->ucast_cipher == WLAN_CIPHER_SUITE_GCMP || in ath10k_htt_mgmt_tx()
1232 skb_cb->ucast_cipher == WLAN_CIPHER_SUITE_GCMP_256) in ath10k_htt_mgmt_tx()
1245 skb_cb->paddr = dma_map_single(dev, msdu->data, msdu->len, in ath10k_htt_mgmt_tx()
1247 res = dma_mapping_error(dev, skb_cb->paddr); in ath10k_htt_mgmt_tx()
1273 dma_unmap_single(dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath10k_htt_mgmt_tx()
1297 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(msdu); in ath10k_htt_tx_hl() local
1333 if (skb_cb->flags & ATH10K_SKB_F_NO_HWCRYPT) in ath10k_htt_tx_hl()
1409 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(msdu); in ath10k_htt_tx_32() local
1444 } else if (!(skb_cb->flags & ATH10K_SKB_F_NO_HWCRYPT) && in ath10k_htt_tx_32()
1450 skb_cb->paddr = dma_map_single(dev, msdu->data, msdu->len, in ath10k_htt_tx_32()
1452 res = dma_mapping_error(dev, skb_cb->paddr); in ath10k_htt_tx_32()
1475 __cpu_to_le32(skb_cb->paddr); in ath10k_htt_tx_32()
1484 __cpu_to_le32(skb_cb->paddr); in ath10k_htt_tx_32()
1498 frags_paddr = skb_cb->paddr; in ath10k_htt_tx_32()
1525 if (skb_cb->flags & ATH10K_SKB_F_NO_HWCRYPT) in ath10k_htt_tx_32()
1564 &skb_cb->paddr, vdev_id, tid, freq); in ath10k_htt_tx_32()
1582 sg_items[1].paddr = skb_cb->paddr; in ath10k_htt_tx_32()
1594 dma_unmap_single(dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath10k_htt_tx_32()
1611 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(msdu); in ath10k_htt_tx_64() local
1646 } else if (!(skb_cb->flags & ATH10K_SKB_F_NO_HWCRYPT) && in ath10k_htt_tx_64()
1652 skb_cb->paddr = dma_map_single(dev, msdu->data, msdu->len, in ath10k_htt_tx_64()
1654 res = dma_mapping_error(dev, skb_cb->paddr); in ath10k_htt_tx_64()
1677 __cpu_to_le32(skb_cb->paddr); in ath10k_htt_tx_64()
1679 __cpu_to_le16(upper_32_bits(skb_cb->paddr)); in ath10k_htt_tx_64()
1687 __cpu_to_le32(skb_cb->paddr); in ath10k_htt_tx_64()
1689 __cpu_to_le16(upper_32_bits(skb_cb->paddr)); in ath10k_htt_tx_64()
1702 frags_paddr = skb_cb->paddr; in ath10k_htt_tx_64()
1729 if (skb_cb->flags & ATH10K_SKB_F_NO_HWCRYPT) in ath10k_htt_tx_64()
1773 &skb_cb->paddr, vdev_id, tid, freq); in ath10k_htt_tx_64()
1791 sg_items[1].paddr = skb_cb->paddr; in ath10k_htt_tx_64()
1803 dma_unmap_single(dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath10k_htt_tx_64()