/linux-6.3-rc2/drivers/net/wireless/ath/ath12k/ |
A D | dp_tx.c | 252 skb_cb->paddr = ti.paddr; in ath12k_dp_tx() 253 skb_cb->vif = arvif->vif; in ath12k_dp_tx() 254 skb_cb->ar = ar; in ath12k_dp_tx() 345 struct ath12k_skb_cb *skb_cb; in ath12k_dp_tx_free_txbuf() local 347 skb_cb = ATH12K_SKB_CB(msdu); in ath12k_dp_tx_free_txbuf() 350 if (skb_cb->paddr_ext_desc) in ath12k_dp_tx_free_txbuf() 368 struct ath12k_skb_cb *skb_cb; in ath12k_dp_tx_htt_tx_complete_buf() local 374 ar = skb_cb->ar; in ath12k_dp_tx_htt_tx_complete_buf() 380 if (skb_cb->paddr_ext_desc) in ath12k_dp_tx_htt_tx_complete_buf() 455 if (skb_cb->paddr_ext_desc) in ath12k_dp_tx_complete_msdu() [all …]
|
A D | htc.c | 38 struct ath12k_skb_cb *skb_cb; in ath12k_htc_build_tx_ctrl_skb() local 47 skb_cb = ATH12K_SKB_CB(skb); in ath12k_htc_build_tx_ctrl_skb() 48 memset(skb_cb, 0, sizeof(*skb_cb)); in ath12k_htc_build_tx_ctrl_skb() 79 struct ath12k_skb_cb *skb_cb = ATH12K_SKB_CB(skb); in ath12k_htc_send() local 112 skb_cb->paddr = dma_map_single(dev, skb->data, skb->len, DMA_TO_DEVICE); in ath12k_htc_send() 113 ret = dma_mapping_error(dev, skb_cb->paddr); in ath12k_htc_send() 126 dma_unmap_single(dev, skb_cb->paddr, skb->len, DMA_TO_DEVICE); in ath12k_htc_send()
|
A D | mac.c | 4348 if (skb_cb->vif == vif) { in ath12k_mac_vif_txmgmt_idr_remove() 4425 struct ath12k_skb_cb *skb_cb; in ath12k_mgmt_over_wmi_tx_work() local 4431 skb_cb = ATH12K_SKB_CB(skb); in ath12k_mgmt_over_wmi_tx_work() 4432 if (!skb_cb->vif) { in ath12k_mgmt_over_wmi_tx_work() 4505 memset(skb_cb, 0, sizeof(*skb_cb)); in ath12k_mac_op_tx() 4506 skb_cb->vif = vif; in ath12k_mac_op_tx() 4509 skb_cb->cipher = key->cipher; in ath12k_mac_op_tx() 5128 struct ath12k_skb_cb *skb_cb; in ath12k_mac_vif_unref() local 5141 skb_cb = ATH12K_SKB_CB(skb); in ath12k_mac_vif_unref() 5142 if (skb_cb->vif == vif) in ath12k_mac_vif_unref() [all …]
|
A D | wmi.c | 364 struct ath12k_skb_cb *skb_cb = ATH12K_SKB_CB(skb); in ath12k_wmi_cmd_send_nowait() local 375 memset(skb_cb, 0, sizeof(*skb_cb)); in ath12k_wmi_cmd_send_nowait() 4639 struct ath12k_skb_cb *skb_cb; in wmi_process_mgmt_tx_comp() local 4654 skb_cb = ATH12K_SKB_CB(msdu); in wmi_process_mgmt_tx_comp() 4655 dma_unmap_single(ar->ab->dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in wmi_process_mgmt_tx_comp()
|
/linux-6.3-rc2/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() 335 struct cpts_skb_cb_data *skb_cb = in cpts_match_tx_ts() local 338 if (mtype_seqid == skb_cb->skb_mtype_seqid) { in cpts_match_tx_ts() 350 if (time_after(jiffies, skb_cb->tmo)) { in cpts_match_tx_ts() 509 skb_cb->skb_mtype_seqid |= (CPTS_EV_RX << EVENT_TYPE_SHIFT); in cpts_rx_timestamp() 512 __func__, skb_cb->skb_mtype_seqid); in cpts_rx_timestamp() 535 skb_cb->skb_mtype_seqid |= (CPTS_EV_TX << EVENT_TYPE_SHIFT); in cpts_tx_timestamp() 538 __func__, skb_cb->skb_mtype_seqid); in cpts_tx_timestamp() [all …]
|
A D | am65-cpts.c | 766 struct am65_cpts_skb_cb_data *skb_cb = in am65_cpts_match_tx_ts() local 769 if (mtype_seqid == skb_cb->skb_mtype_seqid) { in am65_cpts_match_tx_ts() 784 if (time_after(jiffies, skb_cb->tmo)) { in am65_cpts_match_tx_ts() 901 struct am65_cpts_skb_cb_data *skb_cb = (void *)skb->cb; in am65_cpts_tx_timestamp() local 911 skb_cb->tmo = jiffies + msecs_to_jiffies(100); in am65_cpts_tx_timestamp() 928 struct am65_cpts_skb_cb_data *skb_cb = (void *)skb->cb; in am65_cpts_prep_tx_timestamp() local 934 ret = am65_skb_get_mtype_seqid(skb, &skb_cb->skb_mtype_seqid); in am65_cpts_prep_tx_timestamp() 937 skb_cb->skb_mtype_seqid |= (AM65_CPTS_EV_TX << in am65_cpts_prep_tx_timestamp()
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath10k/ |
A D | txrx.c | 51 struct ath10k_skb_cb *skb_cb; in ath10k_txrx_tx_unref() local 75 skb_cb = ATH10K_SKB_CB(msdu); in ath10k_txrx_tx_unref() 76 txq = skb_cb->txq; in ath10k_txrx_tx_unref() 83 flags = skb_cb->flags; in ath10k_txrx_tx_unref() 89 if (txq && txq->sta && skb_cb->airtime_est) in ath10k_txrx_tx_unref() 91 skb_cb->airtime_est, 0); in ath10k_txrx_tx_unref() 95 dma_unmap_single(dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath10k_txrx_tx_unref()
|
A D | htt_tx.c | 1230 res = dma_mapping_error(dev, skb_cb->paddr); in ath10k_htt_mgmt_tx() 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() 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() 1669 __cpu_to_le32(skb_cb->paddr); in ath10k_htt_tx_64() 1679 __cpu_to_le32(skb_cb->paddr); in ath10k_htt_tx_64() 1694 frags_paddr = skb_cb->paddr; in ath10k_htt_tx_64() 1765 &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 168 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(skb); in ath10k_htc_send() local 191 skb_cb->eid = eid; in ath10k_htc_send() 195 ret = dma_mapping_error(dev, skb_cb->paddr); in ath10k_htc_send() 205 sg_item.paddr = skb_cb->paddr; in ath10k_htc_send() 227 struct ath10k_skb_cb *skb_cb; in ath10k_htc_tx_completion_handler() local 233 skb_cb = ATH10K_SKB_CB(skb); in ath10k_htc_tx_completion_handler() [all …]
|
A D | mac.c | 3720 const struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(skb); in ath10k_mac_tx_h_get_txmode() local 3766 skb_cb->flags & ATH10K_SKB_F_RAW_TX) in ath10k_mac_tx_h_get_txmode() 4039 const struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(skb); in ath10k_mac_tx() local 4062 !(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-6.3-rc2/drivers/net/wireless/ath/ath11k/ |
A D | dp_tx.c | 220 skb_cb->paddr = ti.paddr; in ath11k_dp_tx() 221 skb_cb->vif = arvif->vif; in ath11k_dp_tx() 222 skb_cb->ar = ar; in ath11k_dp_tx() 292 struct ath11k_skb_cb *skb_cb; in ath11k_dp_tx_free_txbuf() local 304 skb_cb = ATH11K_SKB_CB(msdu); in ath11k_dp_tx_free_txbuf() 321 struct ath11k_skb_cb *skb_cb; in ath11k_dp_tx_htt_tx_complete_buf() local 334 skb_cb = ATH11K_SKB_CB(msdu); in ath11k_dp_tx_htt_tx_complete_buf() 337 ar = skb_cb->ar; in ath11k_dp_tx_htt_tx_complete_buf() 523 struct ath11k_skb_cb *skb_cb; in ath11k_dp_tx_complete_msdu() local 533 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 114 skb_cb->eid = eid; in ath11k_htc_send() 115 skb_cb->paddr = dma_map_single(dev, skb->data, skb->len, DMA_TO_DEVICE); in ath11k_htc_send() 116 ret = dma_mapping_error(dev, skb_cb->paddr); in ath11k_htc_send() 129 dma_unmap_single(dev, skb_cb->paddr, skb->len, DMA_TO_DEVICE); in ath11k_htc_send()
|
A D | mac.c | 5579 struct ath11k *ar = skb_cb->ar; in ath11k_mac_vif_txmgmt_idr_remove() 5581 if (skb_cb->vif == vif) in ath11k_mac_vif_txmgmt_idr_remove() 5659 struct ath11k_skb_cb *skb_cb; in ath11k_mgmt_over_wmi_tx_work() local 5665 skb_cb = ATH11K_SKB_CB(skb); in ath11k_mgmt_over_wmi_tx_work() 5666 if (!skb_cb->vif) { in ath11k_mgmt_over_wmi_tx_work() 5744 memset(skb_cb, 0, sizeof(*skb_cb)); in ath11k_mac_op_tx() 5745 skb_cb->vif = vif; in ath11k_mac_op_tx() 5748 skb_cb->cipher = key->cipher; in ath11k_mac_op_tx() 5749 skb_cb->flags |= ATH11K_SKB_CIPHER_SET; in ath11k_mac_op_tx() 6543 if (skb_cb->vif == vif) in ath11k_mac_vif_unref() [all …]
|
A D | wmi.c | 255 struct ath11k_skb_cb *skb_cb = ATH11K_SKB_CB(skb); in ath11k_wmi_cmd_send_nowait() local 271 memset(skb_cb, 0, sizeof(*skb_cb)); in ath11k_wmi_cmd_send_nowait() 5229 struct ath11k_skb_cb *skb_cb; in wmi_process_mgmt_tx_comp() local 5245 skb_cb = ATH11K_SKB_CB(msdu); in wmi_process_mgmt_tx_comp() 5246 dma_unmap_single(ar->ab->dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in wmi_process_mgmt_tx_comp()
|
/linux-6.3-rc2/drivers/net/wwan/t7xx/ |
A D | t7xx_netdev.c | 121 struct t7xx_skb_cb *skb_cb = T7XX_SKB_CB(skb); in t7xx_ccmni_send_packet() local 123 skb_cb->netif_idx = ccmni->index; in t7xx_ccmni_send_packet() 408 struct t7xx_skb_cb *skb_cb; in t7xx_ccmni_recv_skb() local 414 skb_cb = T7XX_SKB_CB(skb); in t7xx_ccmni_recv_skb() 415 netif_id = skb_cb->netif_idx; in t7xx_ccmni_recv_skb() 423 pkt_type = skb_cb->rx_pkt_type; in t7xx_ccmni_recv_skb()
|
A D | t7xx_hif_dpmaif_tx.c | 249 struct t7xx_skb_cb *skb_cb; in t7xx_dpmaif_add_skb_to_ring() local 252 skb_cb = T7XX_SKB_CB(skb); in t7xx_dpmaif_add_skb_to_ring() 253 txq = &dpmaif_ctrl->txq[skb_cb->txq_number]; in t7xx_dpmaif_add_skb_to_ring() 275 t7xx_setup_msg_drb(dpmaif_ctrl, txq->index, cur_idx, skb->len, 0, skb_cb->netif_idx); in t7xx_dpmaif_add_skb_to_ring() 512 struct t7xx_skb_cb *skb_cb; in t7xx_dpmaif_tx_send_skb() local 519 skb_cb = T7XX_SKB_CB(skb); in t7xx_dpmaif_tx_send_skb() 520 skb_cb->txq_number = txq_number; in t7xx_dpmaif_tx_send_skb()
|
A D | t7xx_hif_dpmaif_rx.c | 698 struct t7xx_skb_cb *skb_cb; in t7xx_dpmaif_rx_skb() local 711 skb_cb = T7XX_SKB_CB(skb); in t7xx_dpmaif_rx_skb() 712 skb_cb->netif_idx = netif_id; in t7xx_dpmaif_rx_skb() 713 skb_cb->rx_pkt_type = skb_info->pkt_type; in t7xx_dpmaif_rx_skb()
|
/linux-6.3-rc2/net/tipc/ |
A D | crypto.c | 1321 if (!skb_cb->tx_clone_deferred) { in tipc_crypto_key_pick_tx() 1322 skb_cb->tx_clone_deferred = 1; in tipc_crypto_key_pick_tx() 1323 memset(&skb_cb->tx_clone_ctx, 0, sizeof(skb_cb->tx_clone_ctx)); in tipc_crypto_key_pick_tx() 1326 skb_cb->tx_clone_ctx.rx = rx; in tipc_crypto_key_pick_tx() 1900 rx = skb_cb->tx_clone_ctx.rx; in tipc_crypto_rcv_complete() 1903 (*skb)->next, skb_cb->flags); in tipc_crypto_rcv_complete() 1905 skb_cb->tx_clone_ctx.recurs, skb_cb->tx_clone_ctx.last, in tipc_crypto_rcv_complete() 1975 skb_cb = TIPC_SKB_CB(*skb); in tipc_crypto_rcv_complete() 1978 skb_cb->decrypted = 1; in tipc_crypto_rcv_complete() 1983 skb_cb->tx_clone_deferred = 0; in tipc_crypto_rcv_complete() [all …]
|
A D | socket.c | 1893 struct tipc_skb_cb *skb_cb; in tipc_recvmsg() local 1917 skb_cb = TIPC_SKB_CB(skb); in tipc_recvmsg() 1937 int offset = skb_cb->bytes_read; in tipc_recvmsg() 1946 skb_cb->bytes_read = offset + copy; in tipc_recvmsg() 1949 skb_cb->bytes_read = 0; in tipc_recvmsg() 1954 skb_cb->bytes_read = 0; in tipc_recvmsg() 1986 if (skb_cb->bytes_read) in tipc_recvmsg() 2022 struct tipc_skb_cb *skb_cb; in tipc_recvstream() local 2047 skb_cb = TIPC_SKB_CB(skb); in tipc_recvstream() 2070 offset = skb_cb->bytes_read; in tipc_recvstream() [all …]
|
/linux-6.3-rc2/net/bluetooth/ |
A D | 6lowpan.c | 31 struct skb_cb { struct 36 #define lowpan_cb(skb) ((struct skb_cb *)((skb)->cb)) argument
|