Searched refs:sc_earp (Results 1 – 2 of 2) sorted by relevance
738 if (sc->sc_eawp == sc->sc_earp)740 if (sc->sc_eawp < sc->sc_earp)741 return (sc->sc_earp - sc->sc_eawp - 1);742 return (sc->sc_earp + NOCT_EA_ENTRIES - sc->sc_eawp - 1);789 sc->sc_earp = 0;1295 while (sc->sc_earp != rp) {1303 (sc->sc_earp * sizeof(struct noct_ea_cmd)),1306 bcopy((u_int8_t *)&sc->sc_eacmd[sc->sc_earp].buf[6],1310 if (++sc->sc_earp == NOCT_EA_ENTRIES)1311 sc->sc_earp = 0;[all …]
92 u_int32_t sc_earp; /* ea read pointer */ member