Lines Matching refs:eth

111 	mace->eth.mac_addr = macaddr;  in load_eaddr()
118 while ((___rval = mace->eth.phy_data) & MDIO_BUSY) { \
126 mace->eth.phy_regs = (priv->phy_addr << 5) | (phyreg & 0x1f); in mdio_read()
128 mace->eth.phy_trans_go = 1; in mdio_read()
197 mace->eth.mac_ctrl = priv->mac_ctrl; in meth_check_link()
206 mace->eth.mac_ctrl = priv->mac_ctrl; in meth_check_link()
220 mace->eth.tx_ring_base = priv->tx_ring_dma; in meth_init_tx_ring()
241 mace->eth.rx_fifo = priv->rx_ring_dmas[i]; in meth_init_rx_ring()
279 mace->eth.mac_ctrl = SGI_MAC_RESET; in meth_reset()
281 mace->eth.mac_ctrl = 0; in meth_reset()
298 mace->eth.mac_ctrl = priv->mac_ctrl; in meth_reset()
306 mace->eth.dma_ctrl = priv->dma_ctrl; in meth_reset()
345 mace->eth.dma_ctrl = priv->dma_ctrl; in meth_open()
369 mace->eth.dma_ctrl = priv->dma_ctrl; in meth_release()
389 mace->eth.dma_ctrl = priv->dma_ctrl; in meth_rx()
459 mace->eth.rx_fifo = priv->rx_ring_dmas[priv->rx_write]; in meth_rx()
465 mace->eth.dma_ctrl = priv->dma_ctrl; in meth_rx()
466 mace->eth.int_stat = METH_INT_RX_THRESHOLD; in meth_rx()
488 mace->eth.dma_ctrl = priv->dma_ctrl; in meth_tx_cleanup()
536 mace->eth.int_stat = METH_INT_TX_EMPTY | METH_INT_TX_PKT; in meth_tx_cleanup()
559 mace->eth.int_stat = METH_INT_RX_UNDERFLOW; in meth_error()
564 mace->eth.dma_ctrl = priv->dma_ctrl; in meth_error()
568 mace->eth.int_stat = METH_INT_ERROR; in meth_error()
580 status = mace->eth.int_stat; in meth_interrupt()
599 status = mace->eth.int_stat; in meth_interrupt()
693 mace->eth.tx_info = priv->tx_write; in meth_add_to_tx_ring()
708 mace->eth.dma_ctrl = priv->dma_ctrl; in meth_tx()
721 mace->eth.dma_ctrl = priv->dma_ctrl; in meth_tx()
754 mace->eth.dma_ctrl = priv->dma_ctrl; in meth_tx_timeout()
804 mace->eth.mac_ctrl = priv->mac_ctrl; in meth_set_rx_mode()
805 mace->eth.mcast_filter = priv->mcast_filter; in meth_set_rx_mode()
840 dev->base_addr = (unsigned long)&mace->eth; in meth_probe()
854 dev->name, (unsigned int)(mace->eth.mac_ctrl >> 29)); in meth_probe()