Searched refs:tx_desc_info (Results 1 – 3 of 3) sorted by relevance
1214 struct ksz_desc_info tx_desc_info; member3603 if (hw->tx_desc_info.avail <= 1) in hw_alloc_pkt()3607 get_tx_pkt(&hw->tx_desc_info, &hw->tx_desc_info.cur); in hw_alloc_pkt()3608 hw->tx_desc_info.cur->sw.buf.tx.first_seg = 1; in hw_alloc_pkt()3618 if (physical > hw->tx_desc_info.avail) in hw_alloc_pkt()3621 return hw->tx_desc_info.avail; in hw_alloc_pkt()3632 struct ksz_desc *cur = hw->tx_desc_info.cur; in hw_send_pkt()4018 hw->tx_desc_info.size * hw->tx_desc_info.alloc + in ksz_alloc_desc()4042 hw->tx_desc_info.ring_virt = (struct ksz_hw_desc *) in ksz_alloc_desc()4044 hw->tx_desc_info.ring_phys = adapter->desc_pool.phys + offset; in ksz_alloc_desc()[all …]
972 struct ath12k_tx_desc_info *tx_desc_info, *tmp1; in ath12k_dp_cc_cleanup() local1024 list_for_each_entry_safe(tx_desc_info, tmp1, in ath12k_dp_cc_cleanup()1026 list_del(&tx_desc_info->list); in ath12k_dp_cc_cleanup()1027 skb = tx_desc_info->skb; in ath12k_dp_cc_cleanup()1036 tx_desc_info->skb_ext_desc->len, in ath12k_dp_cc_cleanup()1038 dev_kfree_skb_any(tx_desc_info->skb_ext_desc); in ath12k_dp_cc_cleanup()
10679 struct ath12k_tx_desc_info *tx_desc_info; in ath12k_mac_vif_unref() local10687 list_for_each_entry(tx_desc_info, &dp->tx_desc_used_list[i], in ath12k_mac_vif_unref()10689 skb = tx_desc_info->skb; in ath12k_mac_vif_unref()