Searched defs:emac_adapter (Results 1 – 1 of 1) sorted by relevance
325 struct emac_adapter { struct326 struct net_device *netdev;327 struct mii_bus *mii_bus;328 struct phy_device *phydev;330 void __iomem *base;331 void __iomem *csr;333 struct emac_sgmii phy;334 struct emac_stats stats;336 struct emac_irq irq;337 struct clk *clk[EMAC_CLK_CNT];[all …]