Searched defs:tsi108_prv_data (Results 1 – 1 of 1) sorted by relevance
62 struct tsi108_prv_data { struct63 void __iomem *regs; /* Base of normal regs */64 void __iomem *phyregs; /* Base of register bank used for PHY access */66 struct net_device *dev;67 struct napi_struct napi;69 unsigned int phy; /* Index of PHY for this interface */70 unsigned int irq_num;71 unsigned int id;72 unsigned int phy_type;74 struct timer_list timer;/* Timer that triggers the check phy function */[all …]