Home
last modified time | relevance | path

Searched refs:ath11k_skb_cb (Results 1 – 5 of 5) sorted by relevance

/drivers/net/wireless/ath/ath11k/
Dcore.h110 struct ath11k_skb_cb { struct
1181 static inline struct ath11k_skb_cb *ATH11K_SKB_CB(struct sk_buff *skb) in ATH11K_SKB_CB()
1183 BUILD_BUG_ON(sizeof(struct ath11k_skb_cb) > in ATH11K_SKB_CB()
1185 return (struct ath11k_skb_cb *)&IEEE80211_SKB_CB(skb)->driver_data; in ATH11K_SKB_CB()
Ddp_tx.c50 struct ath11k_skb_cb *cb = ATH11K_SKB_CB(skb); in ath11k_dp_tx_get_tid()
89 struct ath11k_skb_cb *skb_cb = ATH11K_SKB_CB(skb); in ath11k_dp_tx()
292 struct ath11k_skb_cb *skb_cb; in ath11k_dp_tx_free_txbuf()
322 struct ath11k_skb_cb *skb_cb; in ath11k_dp_tx_htt_tx_complete_buf()
554 struct ath11k_skb_cb *skb_cb; in ath11k_dp_tx_complete_msdu()
Dhtc.c37 struct ath11k_skb_cb *skb_cb; in ath11k_htc_build_tx_ctrl_skb()
79 struct ath11k_skb_cb *skb_cb = ATH11K_SKB_CB(skb); in ath11k_htc_send()
Dmac.c5534 struct ath11k_skb_cb *skb_cb = ATH11K_SKB_CB((struct sk_buff *)skb); in ath11k_mac_vif_txmgmt_idr_remove()
5615 struct ath11k_skb_cb *skb_cb; in ath11k_mgmt_over_wmi_tx_work()
5688 struct ath11k_skb_cb *skb_cb = ATH11K_SKB_CB(skb); in ath11k_mac_op_tx()
6469 struct ath11k_skb_cb *skb_cb = ATH11K_SKB_CB((struct sk_buff *)skb); in ath11k_mac_vif_unref()
Dwmi.c255 struct ath11k_skb_cb *skb_cb = ATH11K_SKB_CB(skb); in ath11k_wmi_cmd_send_nowait()
5229 struct ath11k_skb_cb *skb_cb; in wmi_process_mgmt_tx_comp()