txpcnt            239 src/simh/sim_tmxr.c     lp->txbpr      = lp->txbpi = lp->txcnt = lp->txpcnt = 0;      /*   init transmit indexes */
txpcnt            356 src/simh/sim_tmxr.c     lp->rxpcnt = lp->txpcnt = 0;
txpcnt           1845 src/simh/sim_tmxr.c ++lp->txpcnt;
txpcnt           3521 src/simh/sim_tmxr.c     if (lp->txpcnt || tmxr_tpqln (lp))
txpcnt           3523 src/simh/sim_tmxr.c             tmxr_tpqln (lp), lp->txpcnt);
txpcnt            145 src/simh/sim_tmxr.h     int32               txpcnt;                         /* xmt packet count */