Searched defs:ioc3_private (Results 1 – 1 of 1) sorted by relevance
78 struct ioc3_private { struct79 struct ioc3 *regs;80 unsigned long *rxr; /* pointer to receiver ring */81 struct ioc3_etxd *txr;105 static inline void ioc3_stop(struct ioc3_private *ip); argument