Searched defs:tsnep_adapter (Results 1 – 1 of 1) sorted by relevance
137 struct tsnep_adapter { struct138 struct net_device *netdev;139 u8 mac_address[ETH_ALEN];140 struct mii_bus *mdiobus;141 bool suppress_preamble;142 phy_interface_t phy_mode;143 struct phy_device *phydev;144 int msg_enable;146 struct platform_device *pdev;147 struct device *dmadev;[all …]