Searched refs:bus_dma_flush (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/uts/common/io/warlock/ |
H A D | ddi_dki_impl.c | 111 (*busops_p->bus_dma_flush)(0, 0, 0, 0, 0, 0); in main()
|
/titanic_44/usr/src/uts/sun4/io/efcode/ |
H A D | fc_ddi.c | 157 funcp = DEVI(dip)->devi_ops->devo_bus_ops->bus_dma_flush; in fc_ddi_dma_sync()
|
/titanic_44/usr/src/uts/sparc/ml/ |
H A D | sparc_ddi.s | 286 ! dip->dev_ops->devo_bus_ops->bus_dma_flush 349 ! dip->dev_ops->devo_bus_ops->bus_dma_flush
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | devops.h | 217 int (*bus_dma_flush)(dev_info_t *dip, dev_info_t *rdip, member
|
/titanic_44/usr/src/uts/i86pc/ml/ |
H A D | offsets.in | 262 bus_dma_flush OPS_FLUSH
|
/titanic_44/usr/src/uts/sun4/ml/ |
H A D | offsets.in | 474 bus_dma_flush OPS_FLUSH
|
/titanic_44/usr/src/uts/common/io/ |
H A D | bofi.c | 491 bp->bus_dma_flush = bop->bus_dma_flush; in reset_bus_ops() 559 bp->bus_dma_flush = bop->bus_dma_flush; in modify_bus_ops() 3726 retval = save_bus_ops.bus_dma_flush(dip, rdip, handle, off, in bofi_dma_flush() 3783 retval = save_bus_ops.bus_dma_flush(dip, rdip, handle, off, in bofi_dma_flush()
|
/titanic_44/usr/src/uts/common/io/cardbus/ |
H A D | cardbus.c | 2010 (void *) DEVI(pdip)->devi_ops->devo_bus_ops->bus_dma_flush); in cardbus_dma_flush() 2012 return (DEVI(pdip)->devi_ops->devo_bus_ops->bus_dma_flush(pdip, rdip, in cardbus_dma_flush()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | sunddi.c | 832 funcp = DEVI(dip)->devi_ops->devo_bus_ops->bus_dma_flush; in ddi_dma_flush() 872 funcp = DEVI(dip)->devi_ops->devo_bus_ops->bus_dma_flush; in ddi_dma_sync()
|
H A D | devcfg.c | 3246 if (ddi_dma_flush == b->bus_dma_flush) { in ddi_optimize_dtree()
|