Searched refs:sg_dmat (Results 1 - 4 of 4) sorted by path

/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx.h653 bus_dma_tag_t sg_dmat; /* dmat for our sg segments */ member in struct:scb_data
H A Daic79xx_core.c533 ahd_dmamap_sync(ahd, ahd->scb_data.sg_dmat,
6407 /*flags*/0, &scb_data->sg_dmat) != 0) {
6522 ahd_dmamap_unload(ahd, scb_data->sg_dmat,
6524 ahd_dmamem_free(ahd, scb_data->sg_dmat,
6528 ahd_dma_tag_destroy(ahd, scb_data->sg_dmat);
6819 if (ahd_dmamem_alloc(ahd, scb_data->sg_dmat,
6828 ahd_dmamap_load(ahd, scb_data->sg_dmat, sg_map->dmamap,
H A Daic7xxx.h605 bus_dma_tag_t sg_dmat; /* dmat for our sg segments */ member in struct:scb_data
H A Daic7xxx_core.c409 ahc_dmamap_sync(ahc, ahc->scb_data->sg_dmat, scb->sg_map->sg_dmamap,
4836 /*flags*/0, &scb_data->sg_dmat) != 0) {
4886 ahc_dmamap_unload(ahc, scb_data->sg_dmat,
4888 ahc_dmamem_free(ahc, scb_data->sg_dmat,
4893 ahc_dma_tag_destroy(ahc, scb_data->sg_dmat);
4952 if (ahc_dmamem_alloc(ahc, scb_data->sg_dmat,
4961 ahc_dmamap_load(ahc, scb_data->sg_dmat, sg_map->sg_dmamap,

Completed in 419 milliseconds