Searched defs:ioc3_private (Results 1 – 1 of 1) sorted by relevance
80 struct ioc3_private { struct81 struct ioc3 *regs;82 int phy;83 unsigned long *rxr; /* pointer to receiver ring */84 struct ioc3_etxd *txr;85 struct sk_buff *rx_skbs[512];86 struct sk_buff *tx_skbs[128];87 struct net_device_stats stats;88 int rx_ci; /* RX consumer index */89 int rx_pi; /* RX producer index */[all …]