Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/micrel/
H A Dksz884x.c1172 * @tx_desc_info: Transmit descriptor information.
1213 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 in ksz_alloc_desc()
[all...]
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c10133 struct ath12k_tx_desc_info *tx_desc_info; in ath12k_mac_vif_unref() local
10141 list_for_each_entry(tx_desc_info, &dp->tx_desc_used_list[i], in ath12k_mac_vif_unref()
10143 skb = tx_desc_info->skb; in ath12k_mac_vif_unref()