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

  /src/sys/arch/sun2/dev/
sc_mbmem.c 166 i = SUNSCPAL_OPENINGS * sizeof(struct sunscpal_dma_handle);
168 for (i = 0; i < SUNSCPAL_OPENINGS; i++)
  /src/sys/dev/vme/
sc_vme.c 190 i = SUNSCPAL_OPENINGS * sizeof(struct sunscpal_dma_handle);
192 for (i = 0; i < SUNSCPAL_OPENINGS; i++) {
  /src/sys/dev/ic/
sunscpalvar.h 156 #define SUNSCPAL_OPENINGS 16 /* How many commands we can enqueue. */
236 struct sunscpal_req sc_ring[SUNSCPAL_OPENINGS];
sunscpal.c 505 for (i = 0; i < SUNSCPAL_OPENINGS; i++)
763 for (i = 0; i < SUNSCPAL_OPENINGS; i++)
990 if (i == SUNSCPAL_OPENINGS)
2011 for (i = 0; i < SUNSCPAL_OPENINGS; i++) {
2061 sc->sc_adapter.adapt_openings = SUNSCPAL_OPENINGS;
2163 for (i = 0; i < SUNSCPAL_OPENINGS; i++) {

Completed in 34 milliseconds