Lines Matching full:eth
109 mace->eth.mac_addr = macaddr; in load_eaddr()
116 while ((___rval = mace->eth.phy_data) & MDIO_BUSY) { \
124 mace->eth.phy_regs = (priv->phy_addr << 5) | (phyreg & 0x1f); in mdio_read()
126 mace->eth.phy_trans_go = 1; in mdio_read()
195 mace->eth.mac_ctrl = priv->mac_ctrl; in meth_check_link()
204 mace->eth.mac_ctrl = priv->mac_ctrl; in meth_check_link()
218 mace->eth.tx_ring_base = priv->tx_ring_dma; in meth_init_tx_ring()
239 mace->eth.rx_fifo = priv->rx_ring_dmas[i]; in meth_init_rx_ring()
276 mace->eth.mac_ctrl = SGI_MAC_RESET; in meth_reset()
278 mace->eth.mac_ctrl = 0; in meth_reset()
295 mace->eth.mac_ctrl = priv->mac_ctrl; in meth_reset()
303 mace->eth.dma_ctrl = priv->dma_ctrl; in meth_reset()
342 mace->eth.dma_ctrl = priv->dma_ctrl; in meth_open()
366 mace->eth.dma_ctrl = priv->dma_ctrl; in meth_release()
386 mace->eth.dma_ctrl = priv->dma_ctrl; in meth_rx()
458 mace->eth.rx_fifo = priv->rx_ring_dmas[priv->rx_write]; in meth_rx()
464 mace->eth.dma_ctrl = priv->dma_ctrl; in meth_rx()
465 mace->eth.int_stat = METH_INT_RX_THRESHOLD; in meth_rx()
487 mace->eth.dma_ctrl = priv->dma_ctrl; in meth_tx_cleanup()
535 mace->eth.int_stat = METH_INT_TX_EMPTY | METH_INT_TX_PKT; in meth_tx_cleanup()
558 mace->eth.int_stat = METH_INT_RX_UNDERFLOW; in meth_error()
563 mace->eth.dma_ctrl = priv->dma_ctrl; in meth_error()
567 mace->eth.int_stat = METH_INT_ERROR; in meth_error()
579 status = mace->eth.int_stat; in meth_interrupt()
598 status = mace->eth.int_stat; in meth_interrupt()
692 mace->eth.tx_info = priv->tx_write; in meth_add_to_tx_ring()
707 mace->eth.dma_ctrl = priv->dma_ctrl; in meth_tx()
720 mace->eth.dma_ctrl = priv->dma_ctrl; in meth_tx()
753 mace->eth.dma_ctrl = priv->dma_ctrl; in meth_tx_timeout()
803 mace->eth.mac_ctrl = priv->mac_ctrl; in meth_set_rx_mode()
804 mace->eth.mcast_filter = priv->mcast_filter; in meth_set_rx_mode()
838 dev->base_addr = (unsigned long)&mace->eth; in meth_probe()
853 dev->name, (unsigned int)(mace->eth.mac_ctrl >> 29)); in meth_probe()