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

/freebsd-13-stable/sys/dev/ida/
H A Didavar.h157 bus_dma_tag_t sg_dmat; member in struct:ida_softc
/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic7xxx_inline.h213 aic_dmamap_sync(ahc, ahc->scb_data->sg_dmat, scb->sg_map->sg_dmamap,
H A Daic79xx.h679 bus_dma_tag_t sg_dmat; /* dmat for our sg segments */ member in struct:scb_data
H A Daic79xx_inline.h400 aic_dmamap_sync(ahd, ahd->scb_data.sg_dmat,
H A Daic7xxx.h634 bus_dma_tag_t sg_dmat; /* dmat for our sg segments */ member in struct:scb_data
H A Daic7xxx.c4418 /*flags*/0, &scb_data->sg_dmat) != 0) {
4469 aic_dmamap_unload(ahc, scb_data->sg_dmat,
4471 aic_dmamem_free(ahc, scb_data->sg_dmat,
4476 aic_dma_tag_destroy(ahc, scb_data->sg_dmat);
4526 if (aic_dmamem_alloc(ahc, scb_data->sg_dmat,
4536 aic_dmamap_load(ahc, scb_data->sg_dmat, sg_map->sg_dmamap,
H A Daic79xx.c5678 /*flags*/0, &scb_data->sg_dmat) != 0) {
5794 aic_dmamap_unload(ahd, scb_data->sg_dmat,
5796 aic_dmamem_free(ahd, scb_data->sg_dmat,
5800 aic_dma_tag_destroy(ahd, scb_data->sg_dmat);
6090 if (aic_dmamem_alloc(ahd, scb_data->sg_dmat,
6100 aic_dmamap_load(ahd, scb_data->sg_dmat, sg_map->dmamap,

Completed in 245 milliseconds