Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/
H A Dau1000_eth.c603 aup->tx_dma_ring[i]->buff_stat &= ~0xf; in au1000_reset_mac_unlocked()
640 aup->tx_dma_ring[i] = (struct tx_dma *) in au1000_setup_hw_rings()
703 aup->tx_head = (aup->tx_dma_ring[0]->buff_stat & 0xC) >> 2; in au1000_init()
866 ptxd = aup->tx_dma_ring[aup->tx_tail]; in au1000_tx_ack()
875 ptxd = aup->tx_dma_ring[aup->tx_tail]; in au1000_tx_ack()
969 ptxd = aup->tx_dma_ring[aup->tx_head]; in au1000_tx()
1258 aup->tx_dma_ring[i]->buff_stat = lower_32_bits(pDB->dma_addr); in au1000_probe()
1259 aup->tx_dma_ring[i]->len = 0; in au1000_probe()
H A Dau1000_eth.h74 struct tx_dma *tx_dma_ring[NUM_TX_DMA]; member