/linux/drivers/net/ethernet/ti/ |
A D | cpts.c | 85 struct cpts_skb_cb_data *skb_cb; in cpts_purge_txq() local 90 skb_cb = (struct cpts_skb_cb_data *)skb->cb; in cpts_purge_txq() 91 if (time_after(jiffies, skb_cb->tmo)) { in cpts_purge_txq() 347 struct cpts_skb_cb_data *skb_cb = in cpts_match_tx_ts() local 350 if (mtype_seqid == skb_cb->skb_mtype_seqid) { in cpts_match_tx_ts() 362 if (time_after(jiffies, skb_cb->tmo)) { in cpts_match_tx_ts() 521 skb_cb->skb_mtype_seqid |= (CPTS_EV_RX << EVENT_TYPE_SHIFT); in cpts_rx_timestamp() 524 __func__, skb_cb->skb_mtype_seqid); in cpts_rx_timestamp() 547 skb_cb->skb_mtype_seqid |= (CPTS_EV_TX << EVENT_TYPE_SHIFT); in cpts_tx_timestamp() 550 __func__, skb_cb->skb_mtype_seqid); in cpts_tx_timestamp() [all …]
|
A D | am65-cpts.c | 649 struct am65_cpts_skb_cb_data *skb_cb = in am65_cpts_match_tx_ts() local 652 if (mtype_seqid == skb_cb->skb_mtype_seqid) { in am65_cpts_match_tx_ts() 667 if (time_after(jiffies, skb_cb->tmo)) { in am65_cpts_match_tx_ts() 784 struct am65_cpts_skb_cb_data *skb_cb = (void *)skb->cb; in am65_cpts_tx_timestamp() local 794 skb_cb->tmo = jiffies + msecs_to_jiffies(100); in am65_cpts_tx_timestamp() 811 struct am65_cpts_skb_cb_data *skb_cb = (void *)skb->cb; in am65_cpts_prep_tx_timestamp() local 817 ret = am65_skb_get_mtype_seqid(skb, &skb_cb->skb_mtype_seqid); in am65_cpts_prep_tx_timestamp() 820 skb_cb->skb_mtype_seqid |= (AM65_CPTS_EV_TX << in am65_cpts_prep_tx_timestamp()
|
/linux/drivers/net/wireless/ath/ath10k/ |
A D | txrx.c | 50 struct ath10k_skb_cb *skb_cb; in ath10k_txrx_tx_unref() local 74 skb_cb = ATH10K_SKB_CB(msdu); in ath10k_txrx_tx_unref() 75 txq = skb_cb->txq; in ath10k_txrx_tx_unref() 82 flags = skb_cb->flags; in ath10k_txrx_tx_unref() 90 if (txq && txq->sta && skb_cb->airtime_est) in ath10k_txrx_tx_unref() 92 skb_cb->airtime_est, 0); in ath10k_txrx_tx_unref() 96 dma_unmap_single(dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath10k_txrx_tx_unref()
|
A D | htt_tx.c | 1247 res = dma_mapping_error(dev, skb_cb->paddr); in ath10k_htt_mgmt_tx() 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() 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() 1677 __cpu_to_le32(skb_cb->paddr); in ath10k_htt_tx_64() 1687 __cpu_to_le32(skb_cb->paddr); in ath10k_htt_tx_64() 1702 frags_paddr = skb_cb->paddr; in ath10k_htt_tx_64() 1773 &skb_cb->paddr, vdev_id, tid, freq); in ath10k_htt_tx_64() [all …]
|
A D | htc.c | 24 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 159 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(skb); in ath10k_htc_send() local 182 skb_cb->eid = eid; in ath10k_htc_send() 186 ret = dma_mapping_error(dev, skb_cb->paddr); in ath10k_htc_send() 196 sg_item.paddr = skb_cb->paddr; in ath10k_htc_send() 218 struct ath10k_skb_cb *skb_cb; in ath10k_htc_tx_completion_handler() local 224 skb_cb = ATH10K_SKB_CB(skb); in ath10k_htc_tx_completion_handler() [all …]
|
A D | mac.c | 3710 const struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(skb); in ath10k_mac_tx_h_get_txmode() local 3753 skb_cb->flags & ATH10K_SKB_F_RAW_TX) in ath10k_mac_tx_h_get_txmode() 4019 const struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(skb); in ath10k_mac_tx() local 4038 !(skb_cb->flags & ATH10K_SKB_F_RAW_TX)) { in ath10k_mac_tx()
|
A D | wmi.c | 1812 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(skb); in ath10k_wmi_cmd_send_nowait() local 1825 memset(skb_cb, 0, sizeof(*skb_cb)); in ath10k_wmi_cmd_send_nowait()
|
/linux/drivers/net/wireless/ath/ath11k/ |
A D | dp_tx.c | 222 skb_cb->paddr = ti.paddr; in ath11k_dp_tx() 223 skb_cb->vif = arvif->vif; in ath11k_dp_tx() 224 skb_cb->ar = ar; in ath11k_dp_tx() 294 struct ath11k_skb_cb *skb_cb; in ath11k_dp_tx_free_txbuf() local 305 skb_cb = ATH11K_SKB_CB(msdu); in ath11k_dp_tx_free_txbuf() 325 struct ath11k_skb_cb *skb_cb; in ath11k_dp_tx_htt_tx_complete_buf() local 337 skb_cb = ATH11K_SKB_CB(msdu); in ath11k_dp_tx_htt_tx_complete_buf() 340 ar = skb_cb->ar; in ath11k_dp_tx_htt_tx_complete_buf() 427 struct ath11k_skb_cb *skb_cb; in ath11k_dp_tx_complete_msdu() local 434 skb_cb = ATH11K_SKB_CB(msdu); in ath11k_dp_tx_complete_msdu() [all …]
|
A D | htc.c | 37 struct ath11k_skb_cb *skb_cb; in ath11k_htc_build_tx_ctrl_skb() local 46 skb_cb = ATH11K_SKB_CB(skb); in ath11k_htc_build_tx_ctrl_skb() 47 memset(skb_cb, 0, sizeof(*skb_cb)); in ath11k_htc_build_tx_ctrl_skb() 79 struct ath11k_skb_cb *skb_cb = ATH11K_SKB_CB(skb); in ath11k_htc_send() local 112 skb_cb->eid = eid; in ath11k_htc_send() 113 skb_cb->paddr = dma_map_single(dev, skb->data, skb->len, DMA_TO_DEVICE); in ath11k_htc_send() 114 ret = dma_mapping_error(dev, skb_cb->paddr); in ath11k_htc_send() 127 dma_unmap_single(dev, skb_cb->paddr, skb->len, DMA_TO_DEVICE); in ath11k_htc_send()
|
A D | mac.c | 4955 struct ath11k *ar = skb_cb->ar; in ath11k_mac_vif_txmgmt_idr_remove() 4958 if (skb_cb->vif == vif) { in ath11k_mac_vif_txmgmt_idr_remove() 5035 struct ath11k_skb_cb *skb_cb; in ath11k_mgmt_over_wmi_tx_work() local 5041 skb_cb = ATH11K_SKB_CB(skb); in ath11k_mgmt_over_wmi_tx_work() 5042 if (!skb_cb->vif) { in ath11k_mgmt_over_wmi_tx_work() 5116 memset(skb_cb, 0, sizeof(*skb_cb)); in ath11k_mac_op_tx() 5117 skb_cb->vif = vif; in ath11k_mac_op_tx() 5120 skb_cb->cipher = key->cipher; in ath11k_mac_op_tx() 5121 skb_cb->flags |= ATH11K_SKB_CIPHER_SET; in ath11k_mac_op_tx() 5725 if (skb_cb->vif == vif) in ath11k_mac_vif_unref() [all …]
|
A D | wmi.c | 238 struct ath11k_skb_cb *skb_cb = ATH11K_SKB_CB(skb); in ath11k_wmi_cmd_send_nowait() local 252 memset(skb_cb, 0, sizeof(*skb_cb)); in ath11k_wmi_cmd_send_nowait() 4783 struct ath11k_skb_cb *skb_cb; in wmi_process_mgmt_tx_comp() local 4798 skb_cb = ATH11K_SKB_CB(msdu); in wmi_process_mgmt_tx_comp() 4799 dma_unmap_single(ar->ab->dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in wmi_process_mgmt_tx_comp()
|
/linux/net/tipc/ |
A D | crypto.c | 1332 if (!skb_cb->tx_clone_deferred) { in tipc_crypto_key_pick_tx() 1333 skb_cb->tx_clone_deferred = 1; in tipc_crypto_key_pick_tx() 1334 memset(&skb_cb->tx_clone_ctx, 0, sizeof(skb_cb->tx_clone_ctx)); in tipc_crypto_key_pick_tx() 1337 skb_cb->tx_clone_ctx.rx = rx; in tipc_crypto_key_pick_tx() 1361 skb_cb->tx_clone_ctx.last = aead; in tipc_crypto_key_pick_tx() 1911 rx = skb_cb->tx_clone_ctx.rx; in tipc_crypto_rcv_complete() 1914 (*skb)->next, skb_cb->flags); in tipc_crypto_rcv_complete() 1916 skb_cb->tx_clone_ctx.recurs, skb_cb->tx_clone_ctx.last, in tipc_crypto_rcv_complete() 1986 skb_cb->decrypted = 1; in tipc_crypto_rcv_complete() 1991 skb_cb->tx_clone_deferred = 0; in tipc_crypto_rcv_complete() [all …]
|
A D | socket.c | 1891 struct tipc_skb_cb *skb_cb; in tipc_recvmsg() local 1915 skb_cb = TIPC_SKB_CB(skb); in tipc_recvmsg() 1935 int offset = skb_cb->bytes_read; in tipc_recvmsg() 1944 skb_cb->bytes_read = offset + copy; in tipc_recvmsg() 1947 skb_cb->bytes_read = 0; in tipc_recvmsg() 1952 skb_cb->bytes_read = 0; in tipc_recvmsg() 1984 if (skb_cb->bytes_read) in tipc_recvmsg() 2020 struct tipc_skb_cb *skb_cb; in tipc_recvstream() local 2045 skb_cb = TIPC_SKB_CB(skb); in tipc_recvstream() 2068 offset = skb_cb->bytes_read; in tipc_recvstream() [all …]
|
/linux/net/bluetooth/ |
A D | 6lowpan.c | 31 struct skb_cb { struct 36 #define lowpan_cb(skb) ((struct skb_cb *)((skb)->cb)) argument
|