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

/freebsd-current/sys/contrib/dev/athk/ath12k/
H A Ddp.c1138 struct ath12k_tx_desc_info *tx_desc_info, *tmp1; local
1167 list_for_each_entry_safe(tx_desc_info, tmp1, &dp->tx_desc_used_list[i],
1169 list_del(&tx_desc_info->list);
1170 skb = tx_desc_info->skb;
H A Dmac.c5545 struct ath12k_tx_desc_info *tx_desc_info; local
5553 list_for_each_entry(tx_desc_info, &dp->tx_desc_used_list[i],
5555 skb = tx_desc_info->skb;

Completed in 86 milliseconds