Searched refs:sg_dmat (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_inline.h203 ahc_dmamap_sync(ahc, ahc->scb_data->sg_dmat, scb->sg_map->sg_dmamap,
H A Daic79xx.h653 bus_dma_tag_t sg_dmat; /* dmat for our sg segments */ member in struct:scb_data
H A Daic79xx_inline.h396 ahd_dmamap_sync(ahd, ahd->scb_data.sg_dmat,
H A Daic7xxx.h605 bus_dma_tag_t sg_dmat; /* dmat for our sg segments */ member in struct:scb_data
H A Daic7xxx_core.c4274 /*flags*/0, &scb_data->sg_dmat) != 0) {
4324 ahc_dmamap_unload(ahc, scb_data->sg_dmat,
4326 ahc_dmamem_free(ahc, scb_data->sg_dmat,
4331 ahc_dma_tag_destroy(ahc, scb_data->sg_dmat);
4385 if (ahc_dmamem_alloc(ahc, scb_data->sg_dmat,
4394 ahc_dmamap_load(ahc, scb_data->sg_dmat, sg_map->sg_dmamap,
H A Daic79xx_core.c5659 /*flags*/0, &scb_data->sg_dmat) != 0) {
5774 ahd_dmamap_unload(ahd, scb_data->sg_dmat,
5776 ahd_dmamem_free(ahd, scb_data->sg_dmat,
5780 ahd_dma_tag_destroy(ahd, scb_data->sg_dmat);
6072 if (ahd_dmamem_alloc(ahd, scb_data->sg_dmat,
6081 ahd_dmamap_load(ahd, scb_data->sg_dmat, sg_map->dmamap,

Completed in 70 milliseconds