Searched refs:oth_flags (Results 1 – 2 of 2) sorted by relevance
808 sc->rxslot[lcv].oth_flags = ENOTHER_FREE;1121 sc->rxslot[slot].oth_flags |= ENOTHER_RAW;1124 sc->rxslot[slot].oth_flags &= (~ENOTHER_RAW);1215 if (sc->rxslot[slot].oth_flags & ENOTHER_FREE)1226 sc->rxslot[slot].oth_flags = 0;1244 if ((sc->rxslot[slot].oth_flags & (ENOTHER_FREE|ENOTHER_DRAIN)) != 0)1262 (sc->rxslot[slot].oth_flags & ENOTHER_SWSL) != 0) {1263 sc->rxslot[slot].oth_flags |= ENOTHER_DRAIN;1265 sc->rxslot[slot].oth_flags = ENOTHER_FREE;1272 (sc->rxslot[slot].oth_flags & ENOTHER_DRAIN) ? "draining" : "free");[all …]
158 u_int8_t oth_flags; /* other flags */ member