Home
last modified time | relevance | path

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

/drivers/net/ethernet/micrel/
Dksz884x.c1213 struct ksz_desc_info tx_desc_info; member
3602 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()
3607 hw->tx_desc_info.cur->sw.buf.tx.first_seg = 1; in hw_alloc_pkt()
3617 if (physical > hw->tx_desc_info.avail) in hw_alloc_pkt()
3620 return hw->tx_desc_info.avail; in hw_alloc_pkt()
3631 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 …]
/drivers/net/wireless/ath/ath12k/
Ddp.c1137 struct ath12k_tx_desc_info *tx_desc_info, *tmp1; in ath12k_dp_cc_cleanup() local
1175 list_for_each_entry_safe(tx_desc_info, tmp1, &dp->tx_desc_used_list[i], in ath12k_dp_cc_cleanup()
1177 list_del(&tx_desc_info->list); in ath12k_dp_cc_cleanup()
1178 skb = tx_desc_info->skb; in ath12k_dp_cc_cleanup()
Dmac.c5545 struct ath12k_tx_desc_info *tx_desc_info; in ath12k_mac_vif_unref() local
5553 list_for_each_entry(tx_desc_info, &dp->tx_desc_used_list[i], in ath12k_mac_vif_unref()
5555 skb = tx_desc_info->skb; in ath12k_mac_vif_unref()