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