Searched defs:tsi108_prv_data (Results 1 – 1 of 1) sorted by relevance
77 struct tsi108_prv_data { struct78 void __iomem *regs; /* Base of normal regs */79 void __iomem *phyregs; /* Base of register bank used for PHY access */81 struct net_device *dev;82 struct napi_struct napi;84 unsigned int phy; /* Index of PHY for this interface */85 unsigned int irq_num;86 unsigned int id;87 unsigned int phy_type;89 struct timer_list timer;/* Timer that triggers the check phy function */[all …]