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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx.h1052 bus_dma_tag_t buffer_dmat; /* dmat for buffer I/O */ member in struct:ahd_softc
H A Daic7xxx.h907 bus_dma_tag_t buffer_dmat; /* dmat for buffer I/O */ member in struct:ahc_softc
H A Daic7xxx_core.c3908 ahc_dma_tag_destroy(ahc, ahc->buffer_dmat);
4423 error = ahc_dmamap_create(ahc, ahc->buffer_dmat, /*flags*/0,
4739 &ahc->buffer_dmat) != 0) {
4802 /* Allocate SCB data now that buffer_dmat is initialized */
H A Daic79xx_core.c5374 ahd_dma_tag_destroy(ahd, ahd->buffer_dmat);
6176 error = ahd_dmamap_create(ahd, ahd->buffer_dmat, /*flags*/0,
6300 &ahd->buffer_dmat) != 0) {
6378 /* Allocate SCB data now that buffer_dmat is initialized */

Completed in 90 milliseconds