Searched refs:tx_dma_ring (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/amd/
H A Dau1000_eth.h91 struct tx_dma *tx_dma_ring[NUM_TX_DMA]; member in struct:au1000_private
H A Dau1000_eth.c639 aup->tx_dma_ring[i]->buff_stat &= ~0xf; au1000_reset_mac_unlocked()
676 aup->tx_dma_ring[i] = (struct tx_dma *) au1000_setup_hw_rings()
765 aup->tx_head = (aup->tx_dma_ring[0]->buff_stat & 0xC) >> 2; au1000_init()
929 ptxd = aup->tx_dma_ring[aup->tx_tail]; au1000_tx_ack()
938 ptxd = aup->tx_dma_ring[aup->tx_tail]; au1000_tx_ack()
1035 ptxd = aup->tx_dma_ring[aup->tx_head]; au1000_tx()
1347 aup->tx_dma_ring[i]->buff_stat = (unsigned)pDB->dma_addr; au1000_probe()
1348 aup->tx_dma_ring[i]->len = 0; au1000_probe()

Completed in 86 milliseconds