Searched defs:sbmac_softc (Results 1 – 1 of 1) sorted by relevance
232 struct sbmac_softc { struct237 struct net_device *sbm_dev; /* pointer to linux device */238 struct napi_struct napi;239 struct phy_device *phy_dev; /* the associated PHY device */240 struct mii_bus *mii_bus; /* the MII bus */241 int phy_irq[PHY_MAX_ADDR];242 spinlock_t sbm_lock; /* spin lock */243 int sbm_devflags; /* current device flags */248 void __iomem *sbm_base; /* MAC's base address */249 enum sbmac_state sbm_state; /* current state */[all …]