Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/ath/ath11k/
Dcore.h111 struct ath11k_skb_cb { struct
1210 static inline struct ath11k_skb_cb *ATH11K_SKB_CB(struct sk_buff *skb) in ATH11K_SKB_CB()
1212 BUILD_BUG_ON(sizeof(struct ath11k_skb_cb) > in ATH11K_SKB_CB()
1214 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()
78 struct ath11k_skb_cb *skb_cb = ATH11K_SKB_CB(skb); in ath11k_htc_send()
Dmac.c6014 struct ath11k_skb_cb *skb_cb = ATH11K_SKB_CB((struct sk_buff *)skb); in ath11k_mac_vif_txmgmt_idr_remove()
6095 struct ath11k_skb_cb *skb_cb; in ath11k_mgmt_over_wmi_tx_work()
6168 struct ath11k_skb_cb *skb_cb = ATH11K_SKB_CB(skb); in ath11k_mac_op_tx()
6971 struct ath11k_skb_cb *skb_cb = ATH11K_SKB_CB((struct sk_buff *)skb); in ath11k_mac_vif_unref()
Dwmi.c263 struct ath11k_skb_cb *skb_cb = ATH11K_SKB_CB(skb); in ath11k_wmi_cmd_send_nowait()
5824 struct ath11k_skb_cb *skb_cb; in wmi_process_mgmt_tx_comp()