Searched refs:sg_dmat (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx_inline.h | 211 ahc_dmamap_sync(ahc, ahc->scb_data->sg_dmat, scb->sg_map->sg_dmamap, in ahc_sync_sglist()
|
D | aic7xxx.h | 618 bus_dma_tag_t sg_dmat; /* dmat for our sg segments */ member
|
D | aic79xx.h | 663 bus_dma_tag_t sg_dmat; /* dmat for our sg segments */ member
|
D | aic79xx_inline.h | 398 ahd_dmamap_sync(ahd, ahd->scb_data.sg_dmat, in ahd_sync_sglist()
|
D | aic7xxx_core.c | 4366 /*flags*/0, &scb_data->sg_dmat) != 0) { in ahc_init_scbdata() 4416 ahc_dmamap_unload(ahc, scb_data->sg_dmat, in ahc_fini_scbdata() 4418 ahc_dmamem_free(ahc, scb_data->sg_dmat, in ahc_fini_scbdata() 4423 ahc_dma_tag_destroy(ahc, scb_data->sg_dmat); in ahc_fini_scbdata() 4477 if (ahc_dmamem_alloc(ahc, scb_data->sg_dmat, in ahc_alloc_scbs() 4486 ahc_dmamap_load(ahc, scb_data->sg_dmat, sg_map->sg_dmamap, in ahc_alloc_scbs()
|
D | aic79xx_core.c | 5243 /*flags*/0, &scb_data->sg_dmat) != 0) { in ahd_init_scbdata() 5358 ahd_dmamap_unload(ahd, scb_data->sg_dmat, in ahd_fini_scbdata() 5360 ahd_dmamem_free(ahd, scb_data->sg_dmat, in ahd_fini_scbdata() 5364 ahd_dma_tag_destroy(ahd, scb_data->sg_dmat); in ahd_fini_scbdata() 5652 if (ahd_dmamem_alloc(ahd, scb_data->sg_dmat, in ahd_alloc_scbs() 5661 ahd_dmamap_load(ahd, scb_data->sg_dmat, sg_map->dmamap, in ahd_alloc_scbs()
|