Home
last modified time | relevance | path

Searched refs:sg_dmat (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A Daic7xxx.h605 bus_dma_tag_t sg_dmat; /* dmat for our sg segments */ member
H A Daic79xx.h653 bus_dma_tag_t sg_dmat; /* dmat for our sg segments */ member
H A Daic7xxx_core.c409 ahc_dmamap_sync(ahc, ahc->scb_data->sg_dmat, scb->sg_map->sg_dmamap, in ahc_sync_sglist()
4837 /*flags*/0, &scb_data->sg_dmat) != 0) { in ahc_init_scbdata()
4887 ahc_dmamap_unload(ahc, scb_data->sg_dmat, in ahc_fini_scbdata()
4889 ahc_dmamem_free(ahc, scb_data->sg_dmat, in ahc_fini_scbdata()
4894 ahc_dma_tag_destroy(ahc, scb_data->sg_dmat); in ahc_fini_scbdata()
4953 if (ahc_dmamem_alloc(ahc, scb_data->sg_dmat, in ahc_alloc_scbs()
4962 ahc_dmamap_load(ahc, scb_data->sg_dmat, sg_map->sg_dmamap, in ahc_alloc_scbs()
H A Daic79xx_core.c533 ahd_dmamap_sync(ahd, ahd->scb_data.sg_dmat, in ahd_sync_sglist()
6408 /*flags*/0, &scb_data->sg_dmat) != 0) { in ahd_init_scbdata()
6523 ahd_dmamap_unload(ahd, scb_data->sg_dmat, in ahd_fini_scbdata()
6525 ahd_dmamem_free(ahd, scb_data->sg_dmat, in ahd_fini_scbdata()
6529 ahd_dma_tag_destroy(ahd, scb_data->sg_dmat); in ahd_fini_scbdata()
6820 if (ahd_dmamem_alloc(ahd, scb_data->sg_dmat, in ahd_alloc_scbs()
6829 ahd_dmamap_load(ahd, scb_data->sg_dmat, sg_map->dmamap, in ahd_alloc_scbs()