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

  /src/sys/dev/ic/
aic7xxx_inline.h 204 ahc_dmamap_sync(ahc, ahc->parent_dmat,
216 ahc_dmamap_sync(ahc, ahc->parent_dmat, scb->sg_map->sg_dmamap,
527 ahc_dmamap_sync(ahc, ahc->parent_dmat, ahc->shared_data_dmamap,
536 ahc_dmamap_sync(ahc, ahc->parent_dmat /*shared_data_dmat*/,
557 ahc_dmamap_sync(ahc, ahc->parent_dmat /*shared_data_dmat*/, ahc->shared_data_dmamap,
565 ahc_dmamap_sync(ahc, ahc->parent_dmat /*shared_data_dmat*/,
aic79xx_inline.h 375 ahd_dmamap_sync(ahd, ahd->parent_dmat, scb->hscb_map->dmamap,
386 ahd_dmamap_sync(ahd, ahd->parent_dmat, scb->sg_map->dmamap,
394 ahd_dmamap_sync(ahd, ahd->parent_dmat,
827 ahd_dmamap_sync(ahd, ahd->parent_dmat, ahd->shared_data_map.dmamap,
836 ahd_dmamap_sync(ahd, ahd->parent_dmat /*shared_data_dmat*/,
857 ahd_dmamap_sync(ahd, ahd->parent_dmat /*shared_data_dmat*/, ahd->shared_data_map.dmamap,
866 ahd_dmamap_sync(ahd, ahd->parent_dmat /*shared_data_dmat*/,
aic79xx_osm.c 220 bus_dmamap_sync(ahd->parent_dmat, scb->dmamap, 0,
222 bus_dmamap_unload(ahd->parent_dmat, scb->dmamap);
568 bus_dmamap_sync(ahd->parent_dmat, scb->dmamap, 0,
580 bus_dmamap_unload(ahd->parent_dmat,
712 error = bus_dmamap_load(ahd->parent_dmat,
aic7xxx_osm.c 228 bus_dmamap_sync(ahc->parent_dmat, scb->dmamap, 0,
230 bus_dmamap_unload(ahc->parent_dmat, scb->dmamap);
570 bus_dmamap_sync(ahc->parent_dmat, scb->dmamap, 0,
748 error = bus_dmamap_load(ahc->parent_dmat,
aic7xxx.c 347 ahc->parent_dmat /*shared_data_dmat*/,
3920 ahc_freedmamem(ahc->parent_dmat, ahc->shared_data_size,
4208 if (ahc_createdmamem(ahc->parent_dmat,
4218 if (ahc_createdmamem(ahc->parent_dmat,
4273 ahc_freedmamem(ahc->parent_dmat, PAGE_SIZE,
4281 ahc_freedmamem(ahc->parent_dmat,
4287 ahc_freedmamem(ahc->parent_dmat,
4325 if (ahc_createdmamem(ahc->parent_dmat, PAGE_SIZE, ahc->sc_dmaflags,
4360 error = bus_dmamap_create(ahc->parent_dmat,
4505 if (ahc_createdmamem(ahc->parent_dmat, ahc->shared_data_size
    [all...]
aic79xx.c 5169 bus_dmamap_unload(ahd->parent_dmat,
5171 bus_dmamap_destroy(ahd->parent_dmat,
5173 bus_dmamem_unmap(ahd->parent_dmat, (void *)ahd->qoutfifo,
5175 bus_dmamem_free(ahd->parent_dmat,
5513 ahd_freedmamem(ahd->parent_dmat, PAGE_SIZE,
5526 ahd_freedmamem(ahd->parent_dmat,
5540 ahd_freedmamem(ahd->parent_dmat, PAGE_SIZE,
5779 if (ahd_createdmamem(ahd->parent_dmat, PAGE_SIZE,
5816 if (ahd_createdmamem(ahd->parent_dmat,
5859 if (ahd_createdmamem(ahd->parent_dmat, PAGE_SIZE
    [all...]
aic79xxvar.h 1210 bus_dma_tag_t parent_dmat; member in struct:ahd_softc
aic7xxxvar.h 1164 bus_dma_tag_t parent_dmat; member in struct:ahc_softc
  /src/sys/dev/cardbus/
ahc_cardbus.c 165 ahc->parent_dmat = ca->ca_dmat;
  /src/sys/dev/eisa/
ahc_eisa.c 138 ahc->parent_dmat = ea->ea_dmat;
  /src/sys/arch/i386/isa/
ahc_isa.c 403 ahc->parent_dmat = ia->ia_dmat;
  /src/sys/dev/pci/cxgb/
cxgb_adapter.h 330 bus_dma_tag_t parent_dmat; member in struct:adapter
cxgb_sge.c 416 sc->parent_dmat = sc->pa.pa_dmat;
  /src/sys/dev/pci/
ahd_pci.c 331 ahd->parent_dmat = pa->pa_dmat;
ahc_pci.c 787 ahc->parent_dmat = pa->pa_dmat;

Completed in 60 milliseconds