Searched refs:ptxd (Results 1 – 2 of 2) sorted by relevance
898 struct tx_dma *ptxd; in au1000_tx_ack() local900 ptxd = aup->tx_dma_ring[aup->tx_tail]; in au1000_tx_ack()902 while (ptxd->buff_stat & TX_T_DONE) { in au1000_tx_ack()903 au1000_update_tx_stats(dev, ptxd->status); in au1000_tx_ack()904 ptxd->buff_stat &= ~TX_T_DONE; in au1000_tx_ack()905 ptxd->len = 0; in au1000_tx_ack()909 ptxd = aup->tx_dma_ring[aup->tx_tail]; in au1000_tx_ack()997 struct tx_dma *ptxd; in au1000_tx() local1006 ptxd = aup->tx_dma_ring[aup->tx_head]; in au1000_tx()1007 buff_stat = ptxd->buff_stat; in au1000_tx()[all …]
618 struct mtk_tx_dma txd, *ptxd; in mtk_pdma_tx_map() local752 ptxd = &ring->tx_dma[j]; in mtk_pdma_tx_map()758 ptxd->txd2 = TX_DMA_DESP2_DEF; in mtk_pdma_tx_map()