tx_succ_ok       1199 dev/ic/elink3.c 			if (sc->tx_succ_ok < 100)
tx_succ_ok       1202 dev/ic/elink3.c 			sc->tx_succ_ok = 0;
tx_succ_ok       1209 dev/ic/elink3.c 			sc->tx_succ_ok = (sc->tx_succ_ok+1) & 127;
tx_succ_ok         52 dev/ic/elink3var.h 	int	tx_succ_ok;		/* # packets sent in sequence   */