Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dtxrx.c50 struct ath10k_skb_cb *skb_cb; in ath10k_txrx_tx_unref() local
73 skb_cb = ATH10K_SKB_CB(msdu); in ath10k_txrx_tx_unref()
74 txq = skb_cb->txq; in ath10k_txrx_tx_unref()
87 if (txq && txq->sta && skb_cb->airtime_est) in ath10k_txrx_tx_unref()
89 skb_cb->airtime_est, 0); in ath10k_txrx_tx_unref()
92 dma_unmap_single(dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath10k_txrx_tx_unref()
Dhtc.c24 struct ath10k_skb_cb *skb_cb; in ath10k_htc_build_tx_ctrl_skb() local
33 skb_cb = ATH10K_SKB_CB(skb); in ath10k_htc_build_tx_ctrl_skb()
34 memset(skb_cb, 0, sizeof(*skb_cb)); in ath10k_htc_build_tx_ctrl_skb()
43 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(skb); in ath10k_htc_restore_tx_skb() local
46 dma_unmap_single(htc->ar->dev, skb_cb->paddr, skb->len, DMA_TO_DEVICE); in ath10k_htc_restore_tx_skb()
95 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(skb); in ath10k_htc_send() local
131 skb_cb->eid = eid; in ath10k_htc_send()
133 skb_cb->paddr = dma_map_single(dev, skb->data, skb->len, in ath10k_htc_send()
135 ret = dma_mapping_error(dev, skb_cb->paddr); in ath10k_htc_send()
145 sg_item.paddr = skb_cb->paddr; in ath10k_htc_send()
[all …]
Dhtt_tx.c1161 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()
[all …]
Dmac.c3429 const struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(skb); in ath10k_mac_tx_h_get_txmode() local
3472 skb_cb->flags & ATH10K_SKB_F_RAW_TX) in ath10k_mac_tx_h_get_txmode()
3715 const struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(skb); in ath10k_mac_tx() local
3734 !(skb_cb->flags & ATH10K_SKB_F_RAW_TX)) { in ath10k_mac_tx()
Dwmi.c1770 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(skb); in ath10k_wmi_cmd_send_nowait() local
1783 memset(skb_cb, 0, sizeof(*skb_cb)); in ath10k_wmi_cmd_send_nowait()
/Linux-v5.4/drivers/net/ethernet/ti/
Dcpts.c80 struct cpts_skb_cb_data *skb_cb; in cpts_purge_txq() local
85 skb_cb = (struct cpts_skb_cb_data *)skb->cb; in cpts_purge_txq()
86 if (time_after(jiffies, skb_cb->tmo)) { in cpts_purge_txq()
111 struct cpts_skb_cb_data *skb_cb = in cpts_match_tx_ts() local
128 if (time_after(jiffies, skb_cb->tmo)) { in cpts_match_tx_ts()
401 struct cpts_skb_cb_data *skb_cb = in cpts_find_ts() local
408 skb_cb->tmo = jiffies + msecs_to_jiffies(100); in cpts_find_ts()
/Linux-v5.4/net/bluetooth/
D6lowpan.c31 struct skb_cb { struct
36 #define lowpan_cb(skb) ((struct skb_cb *)((skb)->cb)) argument
/Linux-v5.4/net/tipc/
Dsocket.c1847 struct tipc_skb_cb *skb_cb; in tipc_recvstream() local
1872 skb_cb = TIPC_SKB_CB(skb); in tipc_recvstream()
1895 offset = skb_cb->bytes_read; in tipc_recvstream()
1904 skb_cb->bytes_read = offset; in tipc_recvstream()