HomeSort by: relevance | last modified time | path
    Searched refs:sc_shedoffset (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
esiopvar.h 138 uint32_t sc_shedoffset; /* base of scheduler ring */ member in struct:esiop_softc
esiop.c 224 sc->sc_shedoffset = sc->sc_free_offset;
304 addr = sc->sc_c.sc_scriptaddr + sc->sc_shedoffset * sizeof(uint32_t);
308 sc->sc_shedoffset + i * CMD_SLOTSIZE, A_f_cmd_free);
677 sc->sc_shedoffset + slot * CMD_SLOTSIZE,
689 sc->sc_shedoffset * sizeof(uint32_t);
1335 sc->sc_shedoffset + slot * CMD_SLOTSIZE);
1340 sc->sc_shedoffset + slot * CMD_SLOTSIZE,
1711 if ((esiop_script_read(sc, sc->sc_shedoffset + slot * CMD_SLOTSIZE) &
1778 esiop_script_write(sc, sc->sc_shedoffset + slot * CMD_SLOTSIZE,
1822 sc->sc_shedoffset + slot * CMD_SLOTSIZE)
    [all...]

Completed in 13 milliseconds