Searched refs:ptxd (Results 1 – 1 of 1) sorted by relevance
871 struct tx_dma *ptxd; in au1000_tx_ack() local873 ptxd = aup->tx_dma_ring[aup->tx_tail]; in au1000_tx_ack()875 while (ptxd->buff_stat & TX_T_DONE) { in au1000_tx_ack()876 au1000_update_tx_stats(dev, ptxd->status); in au1000_tx_ack()877 ptxd->buff_stat &= ~TX_T_DONE; in au1000_tx_ack()878 ptxd->len = 0; in au1000_tx_ack()882 ptxd = aup->tx_dma_ring[aup->tx_tail]; in au1000_tx_ack()967 struct tx_dma *ptxd; in au1000_tx() local976 ptxd = aup->tx_dma_ring[aup->tx_head]; in au1000_tx()977 buff_stat = ptxd->buff_stat; in au1000_tx()[all …]