txpcnt            256 src/simh/sim_tmxr.c     lp->txbpr      = lp->txbpi = lp->txcnt = lp->txpcnt = 0;      /*   init transmit indexes */
txpcnt            373 src/simh/sim_tmxr.c     lp->rxpcnt = lp->txpcnt = 0;
txpcnt           1939 src/simh/sim_tmxr.c ++lp->txpcnt;
txpcnt           3615 src/simh/sim_tmxr.c     if (lp->txpcnt || tmxr_tpqln (lp))
txpcnt           3617 src/simh/sim_tmxr.c             tmxr_tpqln (lp), lp->txpcnt);
txpcnt            145 src/simh/sim_tmxr.h     int32               txpcnt;                         /* xmt packet count */