Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Ddp.c970 struct ath12k_tx_desc_info *tx_desc_info, *tmp1; in ath12k_dp_cc_cleanup() local
1022 list_for_each_entry_safe(tx_desc_info, tmp1, in ath12k_dp_cc_cleanup()
1024 list_del(&tx_desc_info->list); in ath12k_dp_cc_cleanup()
1025 skb = tx_desc_info->skb; in ath12k_dp_cc_cleanup()
1034 tx_desc_info->skb_ext_desc->len, in ath12k_dp_cc_cleanup()
1036 dev_kfree_skb_any(tx_desc_info->skb_ext_desc); in ath12k_dp_cc_cleanup()
H A Dmac.c10900 struct ath12k_tx_desc_info *tx_desc_info; in ath12k_mac_vif_unref() local
10908 list_for_each_entry(tx_desc_info, &dp->tx_desc_used_list[i], in ath12k_mac_vif_unref()
10910 skb = tx_desc_info->skb; in ath12k_mac_vif_unref()