Lines Matching refs:eth
773 struct eth_info *eth = (struct eth_info *)(dev->priv); in gmac_mac_init() local
774 struct eth_dma *dma = &(eth->dma); in gmac_mac_init()
898 struct eth_info *eth = (struct eth_info *)(dev->priv); in gmac_add() local
899 struct eth_dma *dma = &(eth->dma); in gmac_add()
952 eth->phy_interface = PHY_INTERFACE_MODE_GMII; in gmac_add()
962 eth->miiphy_read = gmac_miiphy_read; in gmac_add()
963 eth->miiphy_write = gmac_miiphy_write; in gmac_add()
965 eth->mac_init = gmac_mac_init; in gmac_add()
966 eth->disable_mac = gmac_disable; in gmac_add()
967 eth->enable_mac = gmac_enable; in gmac_add()
968 eth->set_mac_addr = gmac_set_mac_addr; in gmac_add()
969 eth->set_mac_speed = gmac_set_speed; in gmac_add()