Home
last modified time | relevance | path

Searched refs:skb_cb (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dhtc.c35 struct ath10k_skb_cb *skb_cb; in ath10k_htc_build_tx_ctrl_skb() local
44 skb_cb = ATH10K_SKB_CB(skb); in ath10k_htc_build_tx_ctrl_skb()
45 memset(skb_cb, 0, sizeof(*skb_cb)); in ath10k_htc_build_tx_ctrl_skb()
54 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(skb); in ath10k_htc_restore_tx_skb() local
56 dma_unmap_single(htc->ar->dev, skb_cb->paddr, skb->len, DMA_TO_DEVICE); in ath10k_htc_restore_tx_skb()
103 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(skb); in ath10k_htc_send() local
139 skb_cb->eid = eid; in ath10k_htc_send()
140 skb_cb->paddr = dma_map_single(dev, skb->data, skb->len, DMA_TO_DEVICE); in ath10k_htc_send()
141 ret = dma_mapping_error(dev, skb_cb->paddr); in ath10k_htc_send()
150 sg_item.paddr = skb_cb->paddr; in ath10k_htc_send()
[all …]
Dhtt_tx.c1070 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()
[all …]
Dtxrx.c61 struct ath10k_skb_cb *skb_cb; in ath10k_txrx_tx_unref() local
84 skb_cb = ATH10K_SKB_CB(msdu); in ath10k_txrx_tx_unref()
85 txq = skb_cb->txq; in ath10k_txrx_tx_unref()
98 dma_unmap_single(dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath10k_txrx_tx_unref()
Dwmi.c1747 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(skb); in ath10k_wmi_cmd_send_nowait() local
1760 memset(skb_cb, 0, sizeof(*skb_cb)); in ath10k_wmi_cmd_send_nowait()
/Linux-v4.19/drivers/net/ethernet/ti/
Dcpts.c103 struct cpts_skb_cb_data *skb_cb = in cpts_match_tx_ts() local
120 if (time_after(jiffies, skb_cb->tmo)) { in cpts_match_tx_ts()
392 struct cpts_skb_cb_data *skb_cb = in cpts_find_ts() local
399 skb_cb->tmo = jiffies + msecs_to_jiffies(100); in cpts_find_ts()
/Linux-v4.19/net/bluetooth/
D6lowpan.c38 struct skb_cb { struct
43 #define lowpan_cb(skb) ((struct skb_cb *)((skb)->cb)) argument
/Linux-v4.19/net/tipc/
Dsocket.c1812 struct tipc_skb_cb *skb_cb; in tipc_recvstream() local
1837 skb_cb = TIPC_SKB_CB(skb); in tipc_recvstream()
1859 offset = skb_cb->bytes_read; in tipc_recvstream()
1868 skb_cb->bytes_read = offset; in tipc_recvstream()