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

  /src/sys/arch/sun3/dev/
if_ievar.h 100 uint8_t *buf_area; member in struct:ie_softc
if_ie_obio.c 148 sc->buf_area = sc->sc_maddr;
if_ie_sebuf.c 170 sc->buf_area = sc->sc_maddr;
if_ie_vme.c 179 sc->buf_area = sc->sc_maddr;
if_ie.c 378 iscp = (volatile void *)(sc->buf_area + off);
384 scb = (volatile void *)(sc->buf_area + off);
1140 * we have a block of KVA at sc->buf_area which is of size sc->buf_area_sz.
1162 ptr = sc->buf_area;
1249 i = (ptr - sc->buf_area);
1323 ptr = sc->buf_area; /* XXX - Use scb instead? */
  /src/sys/dev/ic/
i82586var.h 216 int buf_area; /* Start of descriptors and buffers */ member in struct:ie_softc
i82586.c 1325 * We have a block of KVA at sc->buf_area which is of size sc->buf_area_sz.
1336 int ptr = sc->buf_area; /* memory pool */
1369 n = sc->buf_area_sz - (ptr - sc->buf_area);
1482 device_xname(sc->sc_dev), ptr - sc->buf_area);
1613 cmd = sc->buf_area;
  /src/sys/dev/mvme/
if_ie_mvme.c 287 sc->buf_area = sc->scb + IE_SCB_SZ;
288 sc->buf_area_sz = sc->sc_msize - (sc->buf_area - sc->scp);
  /src/sys/arch/hppa/gsc/
if_ie_gsc.c 492 sc->buf_area = IE_GSC_ALIGN(sc->scb + IE_SCB_SZ);
493 sc->buf_area_sz = sc->sc_msize - sc->buf_area;
  /src/sys/arch/sun2/dev/
if_ie_mbmem.c 485 sc->buf_area = IEMBMEM_PAGESIZE;
if_ie_obio.c 382 sc->buf_area = PAGE_SIZE;
  /src/sys/dev/mca/
if_elmc_mca.c 209 sc->buf_area = sc->scb + IE_SCB_SZ;
  /src/sys/arch/sparc/dev/
if_ie_obio.c 374 sc->buf_area = PAGE_SIZE;
  /src/sys/dev/isa/
if_ai.c 363 sc->buf_area = sc->scb + IE_SCB_SZ;
if_ef.c 552 sc->buf_area = sc->scb + IE_SCB_SZ;
if_ix.c 798 sc->buf_area = sc->scb + IE_SCB_SZ;
  /src/sys/dev/podulebus/
if_ei.c 165 sc->sc_ie.buf_area = sc->sc_ie.scb + IE_SCB_SZ;
  /src/sys/dev/vme/
if_ie_vme.c 548 sc->buf_area = IEVME_PAGESIZE;

Completed in 22 milliseconds