Lines Matching refs:eth
777 struct eth_info *eth = (struct eth_info *)(dev->priv); in gmac_mac_init() local
778 struct eth_dma *dma = &(eth->dma); in gmac_mac_init()
902 struct eth_info *eth = (struct eth_info *)(dev->priv); in gmac_add() local
903 struct eth_dma *dma = &(eth->dma); in gmac_add()
956 eth->phy_interface = PHY_INTERFACE_MODE_GMII; in gmac_add()
966 eth->miiphy_read = gmac_miiphy_read; in gmac_add()
967 eth->miiphy_write = gmac_miiphy_write; in gmac_add()
969 eth->mac_init = gmac_mac_init; in gmac_add()
970 eth->disable_mac = gmac_disable; in gmac_add()
971 eth->enable_mac = gmac_enable; in gmac_add()
972 eth->set_mac_addr = gmac_set_mac_addr; in gmac_add()
973 eth->set_mac_speed = gmac_set_speed; in gmac_add()