Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/ath/ath11k/
Dcore.h82 struct ath11k_skb_cb { struct
922 static inline struct ath11k_skb_cb *ATH11K_SKB_CB(struct sk_buff *skb) in ATH11K_SKB_CB()
924 BUILD_BUG_ON(sizeof(struct ath11k_skb_cb) > in ATH11K_SKB_CB()
926 return (struct ath11k_skb_cb *)&IEEE80211_SKB_CB(skb)->driver_data; in ATH11K_SKB_CB()
Ddp_tx.c48 struct ath11k_skb_cb *cb = ATH11K_SKB_CB(skb); in ath11k_dp_tx_get_tid()
87 struct ath11k_skb_cb *skb_cb = ATH11K_SKB_CB(skb); in ath11k_dp_tx()
289 struct ath11k_skb_cb *skb_cb; in ath11k_dp_tx_free_txbuf()
320 struct ath11k_skb_cb *skb_cb; in ath11k_dp_tx_htt_tx_complete_buf()
422 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.c4158 struct ath11k_skb_cb *skb_cb = ATH11K_SKB_CB((struct sk_buff *)skb); in ath11k_mac_vif_txmgmt_idr_remove()
4240 struct ath11k_skb_cb *skb_cb; in ath11k_mgmt_over_wmi_tx_work()
4309 struct ath11k_skb_cb *skb_cb = ATH11K_SKB_CB(skb); in ath11k_mac_op_tx()
4890 struct ath11k_skb_cb *skb_cb = ATH11K_SKB_CB((struct sk_buff *)skb); in ath11k_mac_vif_unref()
Dwmi.c238 struct ath11k_skb_cb *skb_cb = ATH11K_SKB_CB(skb); in ath11k_wmi_cmd_send_nowait()
4762 struct ath11k_skb_cb *skb_cb; in wmi_process_mgmt_tx_comp()