oth_flags         803 dev/ic/midway.c     sc->rxslot[lcv].oth_flags = ENOTHER_FREE;
oth_flags        1116 dev/ic/midway.c 			sc->rxslot[slot].oth_flags |= ENOTHER_RAW;
oth_flags        1119 dev/ic/midway.c 			sc->rxslot[slot].oth_flags &= (~ENOTHER_RAW);
oth_flags        1210 dev/ic/midway.c       if (sc->rxslot[slot].oth_flags & ENOTHER_FREE)
oth_flags        1221 dev/ic/midway.c     sc->rxslot[slot].oth_flags = 0;
oth_flags        1239 dev/ic/midway.c   if ((sc->rxslot[slot].oth_flags & (ENOTHER_FREE|ENOTHER_DRAIN)) != 0)
oth_flags        1257 dev/ic/midway.c 		(sc->rxslot[slot].oth_flags & ENOTHER_SWSL) != 0) {
oth_flags        1258 dev/ic/midway.c     sc->rxslot[slot].oth_flags |= ENOTHER_DRAIN;
oth_flags        1260 dev/ic/midway.c     sc->rxslot[slot].oth_flags = ENOTHER_FREE;
oth_flags        1267 dev/ic/midway.c 	(sc->rxslot[slot].oth_flags & ENOTHER_DRAIN) ? "draining" : "free");
oth_flags        1316 dev/ic/midway.c     sc->rxslot[slot].oth_flags &= ~ENOTHER_SWSL;
oth_flags        1317 dev/ic/midway.c     if (sc->rxslot[slot].oth_flags & ENOTHER_DRAIN) {
oth_flags        1318 dev/ic/midway.c       sc->rxslot[slot].oth_flags = ENOTHER_FREE;
oth_flags        2485 dev/ic/midway.c 	if (sc->rxslot[slot].oth_flags & ENOTHER_DRAIN) {  /* drain? */
oth_flags        2492 dev/ic/midway.c 		(sc->rxslot[slot].oth_flags & ENOTHER_SWSL) == 0) {
oth_flags        2493 dev/ic/midway.c 	    sc->rxslot[slot].oth_flags = ENOTHER_FREE; /* done drain */
oth_flags        2563 dev/ic/midway.c       if ((sc->rxslot[slot].oth_flags & ENOTHER_SWSL) == 0) {
oth_flags        2566 dev/ic/midway.c 	sc->rxslot[slot].oth_flags |= ENOTHER_SWSL;
oth_flags        2655 dev/ic/midway.c   raw = sc->rxslot[slot].oth_flags & ENOTHER_RAW;
oth_flags        2673 dev/ic/midway.c     sc->rxslot[slot].oth_flags &= ~ENOTHER_SWSL;
oth_flags        3146 dev/ic/midway.c 		sc->rxslot[slot].oth_flags);
oth_flags         158 dev/ic/midwayvar.h     u_int8_t oth_flags;		/* other flags */