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