Searched refs:ptxd (Results 1 – 1 of 1) sorted by relevance
864 struct tx_dma *ptxd; in au1000_tx_ack() local866 ptxd = aup->tx_dma_ring[aup->tx_tail]; in au1000_tx_ack()868 while (ptxd->buff_stat & TX_T_DONE) { in au1000_tx_ack()869 au1000_update_tx_stats(dev, ptxd->status); in au1000_tx_ack()870 ptxd->buff_stat &= ~TX_T_DONE; in au1000_tx_ack()871 ptxd->len = 0; in au1000_tx_ack()875 ptxd = aup->tx_dma_ring[aup->tx_tail]; in au1000_tx_ack()960 struct tx_dma *ptxd; in au1000_tx() local969 ptxd = aup->tx_dma_ring[aup->tx_head]; in au1000_tx()970 buff_stat = ptxd->buff_stat; in au1000_tx()[all …]