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