Home
last modified time | relevance | path

Searched defs:sbmac_softc (Results 1 – 1 of 1) sorted by relevance

/drivers/net/
Dsb1250-mac.c251 struct sbmac_softc { struct
256 struct net_device *sbm_dev; /* pointer to linux device */
257 struct napi_struct napi;
258 struct phy_device *phy_dev; /* the associated PHY device */
259 struct mii_bus *mii_bus; /* the MII bus */
260 int phy_irq[PHY_MAX_ADDR];
261 spinlock_t sbm_lock; /* spin lock */
262 int sbm_devflags; /* current device flags */
267 void __iomem *sbm_base; /* MAC's base address */
268 enum sbmac_state sbm_state; /* current state */
[all …]