Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dtxrx.c26 if (!ATH10K_SKB_CB(skb)->htt.is_offchan) in ath10k_report_offchan_tx()
92 skb_cb = ATH10K_SKB_CB(msdu); in ath10k_txrx_tx_unref()
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()
102 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(skb); in ath10k_htc_send()
183 skb_cb = ATH10K_SKB_CB(skb); in ath10k_htc_tx_completion_handler()
Dhtt_tx.c448 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(msdu); in ath10k_htt_mgmt_tx()
499 cmd->mgmt_tx.msdu_paddr = __cpu_to_le32(ATH10K_SKB_CB(msdu)->paddr); in ath10k_htt_mgmt_tx()
533 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(msdu); in ath10k_htt_tx()
Dmac.c811 dma_unmap_single(ar->dev, ATH10K_SKB_CB(arvif->beacon)->paddr, in ath10k_mac_vif_beacon_free()
3210 struct ath10k_skb_cb *cb = ATH10K_SKB_CB(skb); in ath10k_tx_h_nwifi()
3319 struct ath10k_skb_cb *cb = ATH10K_SKB_CB(skb); in ath10k_mac_tx()
3391 vdev_id = ATH10K_SKB_CB(skb)->vdev_id; in ath10k_offchan_tx_work()
3644 ATH10K_SKB_CB(skb)->htt.is_offchan = false; in ath10k_tx()
3645 ATH10K_SKB_CB(skb)->htt.freq = 0; in ath10k_tx()
3646 ATH10K_SKB_CB(skb)->htt.tid = ath10k_tx_h_get_tid(hdr); in ath10k_tx()
3647 ATH10K_SKB_CB(skb)->htt.nohwcrypt = !ath10k_tx_h_use_hwcrypto(vif, skb); in ath10k_tx()
3648 ATH10K_SKB_CB(skb)->vdev_id = ath10k_tx_h_get_vdev_id(ar, vif); in ath10k_tx()
3649 ATH10K_SKB_CB(skb)->txmode = ath10k_tx_h_get_txmode(ar, vif, sta, skb); in ath10k_tx()
[all …]
Dcore.h111 static inline struct ath10k_skb_cb *ATH10K_SKB_CB(struct sk_buff *skb) in ATH10K_SKB_CB() function
Dwmi.c1631 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(skb); in ath10k_wmi_cmd_send_nowait()
1672 cb = ATH10K_SKB_CB(bcn); in ath10k_wmi_tx_beacon_nowait()
1789 cmd->hdr.vdev_id = __cpu_to_le32(ATH10K_SKB_CB(msdu)->vdev_id); in ath10k_wmi_op_gen_mgmt_tx()
3118 ATH10K_SKB_CB(bcn)->bcn.dtim_zero = true; in ath10k_wmi_update_tim()
3121 ATH10K_SKB_CB(bcn)->bcn.deliver_cab = true; in ath10k_wmi_update_tim()
3368 ATH10K_SKB_CB(bcn)->paddr = paddr; in ath10k_wmi_event_host_swba()
3376 ATH10K_SKB_CB(bcn)->paddr = arvif->beacon_paddr; in ath10k_wmi_event_host_swba()
Dpci.c1229 dma_unmap_single(ar->dev, ATH10K_SKB_CB(skb)->paddr, in ath10k_pci_htt_tx_cb()