Searched defs:sbmac_softc (Results 1 – 1 of 1) sorted by relevance
219 struct sbmac_softc { struct224 struct net_device *sbm_dev; /* pointer to linux device */225 struct napi_struct napi;226 struct phy_device *phy_dev; /* the associated PHY device */227 struct mii_bus *mii_bus; /* the MII bus */228 spinlock_t sbm_lock; /* spin lock */229 int sbm_devflags; /* current device flags */234 void __iomem *sbm_base; /* MAC's base address */235 enum sbmac_state sbm_state; /* current state */237 void __iomem *sbm_macenable; /* MAC Enable Register */[all …]