Home
last modified time | relevance | path

Searched refs:setprd (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ata/
H A Data-dma.c74 if (ch->dma.setprd == NULL) in ata_dmainit()
75 ch->dma.setprd = ata_dmasetprd; in ata_dmainit()
306 ch->dma.setprd, &dspa, BUS_DMA_NOWAIT); in ata_dmaload()
310 ch->dma.setprd, &dspa, BUS_DMA_NOWAIT); in ata_dmaload()
H A Data-all.h361 void (*setprd)(void *xsc, bus_dma_segment_t *segs, int nsegs, int error); member