Home
last modified time | relevance | path

Searched refs:ATH10K_SKB_CB (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dhtc.c44 skb_cb = ATH10K_SKB_CB(skb); in ath10k_htc_build_tx_ctrl_skb()
54 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(skb); in ath10k_htc_restore_tx_skb()
103 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(skb); in ath10k_htc_send()
187 skb_cb = ATH10K_SKB_CB(skb); in ath10k_htc_tx_completion_handler()
Dhtt_tx.c1036 struct ath10k_skb_cb *cb = ATH10K_SKB_CB(skb); in ath10k_htt_tx_get_vdev_id()
1054 struct ath10k_skb_cb *cb = ATH10K_SKB_CB(skb); in ath10k_htt_tx_get_tid()
1070 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(msdu); in ath10k_htt_mgmt_tx()
1112 cmd->mgmt_tx.msdu_paddr = __cpu_to_le32(ATH10K_SKB_CB(msdu)->paddr); in ath10k_htt_mgmt_tx()
1145 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(msdu); in ath10k_htt_tx_32()
1345 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(msdu); in ath10k_htt_tx_64()
Dtxrx.c84 skb_cb = ATH10K_SKB_CB(msdu); in ath10k_txrx_tx_unref()
Dcore.h143 static inline struct ath10k_skb_cb *ATH10K_SKB_CB(struct sk_buff *skb) in ATH10K_SKB_CB() function
Dsnoc.c486 dma_unmap_single(ar->dev, ATH10K_SKB_CB(skb)->paddr, in ath10k_snoc_htt_tx_cb()
Dwmi.c1747 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(skb); in ath10k_wmi_cmd_send_nowait()
1790 cb = ATH10K_SKB_CB(bcn); in ath10k_wmi_tx_beacon_nowait()
1878 struct ath10k_skb_cb *cb = ATH10K_SKB_CB(msdu); in ath10k_wmi_op_gen_mgmt_tx()
3417 ATH10K_SKB_CB(bcn)->flags |= ATH10K_SKB_F_DTIM_ZERO; in ath10k_wmi_update_tim()
3420 ATH10K_SKB_CB(bcn)->flags |= ATH10K_SKB_F_DELIVER_CAB; in ath10k_wmi_update_tim()
3716 ATH10K_SKB_CB(bcn)->paddr = paddr; in ath10k_wmi_event_host_swba()
3724 ATH10K_SKB_CB(bcn)->paddr = arvif->beacon_paddr; in ath10k_wmi_event_host_swba()
Dmac.c928 dma_unmap_single(ar->dev, ATH10K_SKB_CB(arvif->beacon)->paddr, in ath10k_mac_vif_beacon_free()
3456 struct ath10k_skb_cb *cb = ATH10K_SKB_CB(skb); in ath10k_tx_h_nwifi()
3533 struct ath10k_skb_cb *cb = ATH10K_SKB_CB(skb); in ath10k_mac_tx_h_fill_cb()
3892 cb = ATH10K_SKB_CB(msdu); in ath10k_mac_txq_unref()
Dpci.c1336 dma_unmap_single(ar->dev, ATH10K_SKB_CB(skb)->paddr, in ath10k_pci_htt_tx_cb()
Dwmi-tlv.c2669 struct ath10k_skb_cb *cb = ATH10K_SKB_CB(msdu); in ath10k_wmi_tlv_op_gen_mgmt_tx_send()