Lines Matching refs:ptxd
864 struct tx_dma *ptxd;
866 ptxd = aup->tx_dma_ring[aup->tx_tail];
868 while (ptxd->buff_stat & TX_T_DONE) {
869 au1000_update_tx_stats(dev, ptxd->status);
870 ptxd->buff_stat &= ~TX_T_DONE;
871 ptxd->len = 0;
875 ptxd = aup->tx_dma_ring[aup->tx_tail];
960 struct tx_dma *ptxd;
969 ptxd = aup->tx_dma_ring[aup->tx_head];
970 buff_stat = ptxd->buff_stat;
977 au1000_update_tx_stats(dev, ptxd->status);
978 ptxd->len = 0;
992 ptxd->len = ETH_ZLEN;
994 ptxd->len = skb->len;
997 ps->tx_bytes += ptxd->len;
999 ptxd->buff_stat = pDB->dma_addr | TX_DMA_ENABLE;