Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dmac.c7335 struct sk_buff *msdu_copied; in ath12k_mac_op_tx() local
7419 msdu_copied = skb_copy(skb, GFP_ATOMIC); in ath12k_mac_op_tx()
7420 if (!msdu_copied) { in ath12k_mac_op_tx()
7428 msdu_copied, in ath12k_mac_op_tx()
7431 skb_cb = ATH12K_SKB_CB(msdu_copied); in ath12k_mac_op_tx()
7432 info = IEEE80211_SKB_CB(msdu_copied); in ath12k_mac_op_tx()
7447 dev_kfree_skb_any(msdu_copied); in ath12k_mac_op_tx()
7457 hdr = (struct ieee80211_hdr *)msdu_copied->data; in ath12k_mac_op_tx()
7466 msdu_copied, true, mcbc_gsn); in ath12k_mac_op_tx()
7482 dev_kfree_skb_any(msdu_copied); in ath12k_mac_op_tx()