rxvc2slot 757 dev/ic/midway.c sc->rxvc2slot[lcv] = RX_NONE;
rxvc2slot 1109 dev/ic/midway.c if ((slot = sc->rxvc2slot[ario->npcb->npcb_vci]) == RX_NONE) {
rxvc2slot 1207 dev/ic/midway.c if (sc->rxvc2slot[vci] != RX_NONE)
rxvc2slot 1214 dev/ic/midway.c sc->rxvc2slot[vci] = slot;
rxvc2slot 1236 dev/ic/midway.c if (sc->rxvc2slot[vci] == RX_NONE)
rxvc2slot 1238 dev/ic/midway.c slot = sc->rxvc2slot[vci];
rxvc2slot 1262 dev/ic/midway.c sc->rxvc2slot[vci] = RX_NONE;
rxvc2slot 1301 dev/ic/midway.c if (sc->rxvc2slot[lcv] == RX_NONE)
rxvc2slot 1303 dev/ic/midway.c slot = sc->rxvc2slot[lcv];
rxvc2slot 1319 dev/ic/midway.c sc->rxvc2slot[lcv] = RX_NONE;
rxvc2slot 1465 dev/ic/midway.c if ((slot = sc->rxvc2slot[vc]) == RX_NONE)
rxvc2slot 2495 dev/ic/midway.c sc->rxvc2slot[vci] = RX_NONE;
rxvc2slot 2546 dev/ic/midway.c slot = sc->rxvc2slot[vci];
rxvc2slot 2648 dev/ic/midway.c if (sc->rxvc2slot[vci] != slot) panic("en_service rx slot/vci sync");
rxvc2slot 3117 dev/ic/midway.c if (sc->rxvc2slot[cnt] != RX_NONE)
rxvc2slot 3118 dev/ic/midway.c printf(" %d->%d", cnt, sc->rxvc2slot[cnt]);
rxvc2slot 147 dev/ic/midwayvar.h u_int16_t rxvc2slot[MID_N_VC];