Lines Matching defs:tsnep_adapter
159 struct tsnep_adapter { struct
160 struct net_device *netdev;
161 u8 mac_address[ETH_ALEN];
162 struct mii_bus *mdiobus;
163 bool suppress_preamble;
164 phy_interface_t phy_mode;
165 struct phy_device *phydev;
166 int msg_enable;
168 struct platform_device *pdev;
169 struct device *dmadev;
170 void __iomem *addr;
172 bool gate_control;
174 struct mutex gate_control_lock;
175 bool gate_control_active;
176 struct tsnep_gcl gcl[2];
177 int next_gcl;
179 struct hwtstamp_config hwtstamp_config;
180 struct ptp_clock *ptp_clock;
204 int tsnep_ptp_init(struct tsnep_adapter *adapter); argument