Searched refs:tx_desc_info (Results 1 – 3 of 3) sorted by relevance
1213 struct ksz_desc_info tx_desc_info; member3602 if (hw->tx_desc_info.avail <= 1) in hw_alloc_pkt()3606 get_tx_pkt(&hw->tx_desc_info, &hw->tx_desc_info.cur); in hw_alloc_pkt()3620 return hw->tx_desc_info.avail; in hw_alloc_pkt()4018 hw->tx_desc_info.size * hw->tx_desc_info.alloc + in ksz_alloc_desc()4143 hw->tx_desc_info.size = in ksz_alloc_mem()4171 hw->tx_desc_info.ring_virt = NULL; in ksz_free_desc()4173 hw->tx_desc_info.ring_phys = 0; in ksz_free_desc()4188 kfree(hw->tx_desc_info.ring); in ksz_free_desc()4189 hw->tx_desc_info.ring = NULL; in ksz_free_desc()[all …]
1154 struct ath12k_tx_desc_info *tx_desc_info, *tmp1; in ath12k_dp_cc_cleanup() local1201 list_for_each_entry_safe(tx_desc_info, tmp1, &dp->tx_desc_used_list[i], in ath12k_dp_cc_cleanup()1203 list_del(&tx_desc_info->list); in ath12k_dp_cc_cleanup()1204 skb = tx_desc_info->skb; in ath12k_dp_cc_cleanup()
8513 struct ath12k_tx_desc_info *tx_desc_info; in ath12k_mac_vif_unref() local8521 list_for_each_entry(tx_desc_info, &dp->tx_desc_used_list[i], in ath12k_mac_vif_unref()8523 skb = tx_desc_info->skb; in ath12k_mac_vif_unref()