Home
last modified time | relevance | path

Searched refs:bus_dma_flush (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/sparc/ml/
H A Dsparc_ddi.S165 ! dip->dev_ops->devo_bus_ops->bus_dma_flush
200 ! dip->dev_ops->devo_bus_ops->bus_dma_flush
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfc_ddi.c158 funcp = DEVI(dip)->devi_ops->devo_bus_ops->bus_dma_flush; in fc_ddi_dma_sync()
/illumos-gate/usr/src/uts/common/sys/
H A Ddevops.h217 int (*bus_dma_flush)(dev_info_t *dip, dev_info_t *rdip, member
/illumos-gate/usr/src/uts/i86pc/ml/
H A Doffsets.in297 bus_dma_flush OPS_FLUSH
/illumos-gate/usr/src/uts/sun4/ml/
H A Doffsets.in474 bus_dma_flush OPS_FLUSH
/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c494 bp->bus_dma_flush = bop->bus_dma_flush; in reset_bus_ops()
562 bp->bus_dma_flush = bop->bus_dma_flush; in modify_bus_ops()
3729 retval = save_bus_ops.bus_dma_flush(dip, rdip, handle, off, in bofi_dma_flush()
3786 retval = save_bus_ops.bus_dma_flush(dip, rdip, handle, off, in bofi_dma_flush()
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus.c2008 (void *) DEVI(pdip)->devi_ops->devo_bus_ops->bus_dma_flush); in cardbus_dma_flush()
2010 return (DEVI(pdip)->devi_ops->devo_bus_ops->bus_dma_flush(pdip, rdip, in cardbus_dma_flush()
/illumos-gate/usr/src/uts/intel/io/amdzen/
H A Damdzen.c2832 .bus_dma_flush = ddi_no_dma_flush,
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c762 funcp = DEVI(dip)->devi_ops->devo_bus_ops->bus_dma_flush; in ddi_dma_flush()
802 funcp = DEVI(dip)->devi_ops->devo_bus_ops->bus_dma_flush; in ddi_dma_sync()
H A Ddevcfg.c3321 if (ddi_dma_flush == b->bus_dma_flush) { in ddi_optimize_dtree()