Searched refs:buffer_dmat (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx.h907 bus_dma_tag_t buffer_dmat; /* dmat for buffer I/O */ member in struct:ahc_softc
H A Daic79xx.h1059 bus_dma_tag_t buffer_dmat; /* dmat for buffer I/O */ member in struct:ahd_softc
H A Daic7xxx_core.c4463 ahc_dma_tag_destroy(ahc, ahc->buffer_dmat);
4975 error = ahc_dmamap_create(ahc, ahc->buffer_dmat, /*flags*/0,
5291 &ahc->buffer_dmat) != 0) {
5354 /* Allocate SCB data now that buffer_dmat is initialized */
H A Daic79xx_core.c6097 ahd_dma_tag_destroy(ahd, ahd->buffer_dmat);
6896 error = ahd_dmamap_create(ahd, ahd->buffer_dmat, /*flags*/0,
7037 &ahd->buffer_dmat) != 0) {
7115 /* Allocate SCB data now that buffer_dmat is initialized */

Completed in 100 milliseconds