Lines Matching defs:asix_common_private
179 struct asix_common_private { struct
180 void (*resume)(struct usbnet *dev);
181 void (*suspend)(struct usbnet *dev);
182 int (*reset)(struct usbnet *dev, int in_pm);
183 u16 presvd_phy_advertise;
184 u16 presvd_phy_bmcr;
185 struct asix_rx_fixup_info rx_fixup_info;
186 struct mii_bus *mdio;
187 struct phy_device *phydev;
188 struct phy_device *phydev_int;
189 struct phylink *phylink;
213 void asix_rx_fixup_common_free(struct asix_common_private *dp); argument