Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/
H A Dbofi.c289 static struct bus_ops save_bus_ops; variable
550 save_bus_ops = *bp; in modify_bus_ops()
785 if (reset_bus_ops(nexus_name, &save_bus_ops) == 0) in bofi_detach()
3106 retval = save_bus_ops.bus_map(dip, rdip, reqp, offset, len, in bofi_map()
3272 return (save_bus_ops.bus_map(dip, rdip, reqp, offset, len, vaddrp)); in bofi_map()
3355 return (save_bus_ops.bus_dma_allochdl(dip, rdip, attrp, in bofi_dma_allochdl()
3379 retval = save_bus_ops.bus_dma_allochdl(dip, rdip, attrp, waitfp, arg, in bofi_dma_allochdl()
3396 if (save_bus_ops.bus_dma_bindhdl == DEVI(rdip)->devi_bus_dma_bindfunc) in bofi_dma_allochdl()
3398 if (save_bus_ops.bus_dma_unbindhdl == in bofi_dma_allochdl()
3469 retval = save_bus_ops.bus_dma_freehdl(dip, rdip, handle); in bofi_dma_freehdl()
[all …]