txpcnt            247 src/simh/sim_tmxr.c     lp->txbpr      = lp->txbpi = lp->txcnt = lp->txpcnt = 0;      /*   init transmit indexes */
txpcnt            364 src/simh/sim_tmxr.c     lp->rxpcnt = lp->txpcnt = 0;
txpcnt           1935 src/simh/sim_tmxr.c ++lp->txpcnt;
txpcnt           3618 src/simh/sim_tmxr.c     if (lp->txpcnt || tmxr_tpqln (lp))
txpcnt           3620 src/simh/sim_tmxr.c             tmxr_tpqln (lp), lp->txpcnt);
txpcnt            145 src/simh/sim_tmxr.h     int32               txpcnt;                         /* xmt packet count */