Searched defs:xgbe_prv_data (Results 1 – 1 of 1) sorted by relevance
651 struct xgbe_prv_data { struct652 struct net_device *netdev;653 struct platform_device *pdev;654 struct acpi_device *adev;655 struct device *dev;658 unsigned int use_acpi;661 void __iomem *xgmac_regs; /* XGMAC CSRs */662 void __iomem *xpcs_regs; /* XPCS MMD registers */665 spinlock_t lock;668 struct mutex xpcs_mutex;[all …]