Home
last modified time | relevance | path

Searched refs:ddi_dma_mctl (Results 1 – 25 of 37) sorted by relevance

12

/illumos-gate/usr/src/uts/sun4/os/
H A Ddvma.c84 ret = ddi_dma_mctl(dip, dip, reqhdl, DDI_DMA_RESERVE, (off_t *)&dmareq, in dvma_reserve()
113 (void) ddi_dma_mctl(HD, HD, h, DDI_DMA_RELEASE, 0, 0, 0, 0); in dvma_release()
/illumos-gate/usr/src/uts/intel/os/
H A Dddi_i86.c49 return (ddi_dma_mctl(dip, dip, 0, DDI_DMA_E_ACQUIRE, in ddi_dmae_alloc()
57 return (ddi_dma_mctl(dip, dip, 0, DDI_DMA_E_FREE, 0, 0, in ddi_dmae_release()
64 return (ddi_dma_mctl(dip, dip, 0, DDI_DMA_E_GETATTR, 0, 0, in ddi_dmae_getattr()
71 return (ddi_dma_mctl(dip, dip, 0, DDI_DMA_E_1STPTY, 0, 0, in ddi_dmae_1stparty()
79 return (ddi_dma_mctl(dip, dip, 0, DDI_DMA_E_PROG, (off_t *)dmaereqp, in ddi_dmae_prog()
87 return (ddi_dma_mctl(dip, dip, 0, DDI_DMA_E_SWSETUP, (off_t *)dmaereqp, in ddi_dmae_swsetup()
94 return (ddi_dma_mctl(dip, dip, 0, DDI_DMA_E_SWSTART, 0, 0, in ddi_dmae_swstart()
101 return (ddi_dma_mctl(dip, dip, 0, DDI_DMA_E_STOP, 0, 0, in ddi_dmae_stop()
108 return (ddi_dma_mctl(dip, dip, 0, DDI_DMA_E_ENABLE, 0, 0, in ddi_dmae_enable()
115 return (ddi_dma_mctl(dip, dip, 0, DDI_DMA_E_DISABLE, 0, 0, in ddi_dmae_disable()
[all …]
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dcentral.c81 ddi_dma_mctl, /* dma_ctl */
/illumos-gate/usr/src/uts/sparc/ml/
H A Dsparc_ddi.S216 ENTRY(ddi_dma_mctl) function
224 SET_SIZE(ddi_dma_mctl)
/illumos-gate/usr/src/uts/common/io/1394/
H A Dnx1394.c80 ddi_dma_mctl, /* bus_dma_ctl */
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpinex/
H A Dacpinex_drv.c100 ddi_dma_mctl, /* bus_dma_ctl */
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_reloc.c151 if (ddi_dma_mctl(rdip, rdip, (ddi_dma_handle_t)mp, DDI_DMA_REMAP, in pci_dvma_postrelocator()
H A Dsimba.c136 ddi_dma_mctl,
H A Dpci_pci.c121 ddi_dma_mctl,
/illumos-gate/usr/src/uts/sun4u/io/
H A Disadma.c103 ddi_dma_mctl,
H A Dpmubus.c108 ddi_dma_mctl,
/illumos-gate/usr/src/uts/common/io/pci-ide/
H A Dpci-ide.c141 ddi_dma_mctl,
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci.c77 ddi_dma_mctl,
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dssm.c174 ddi_dma_mctl, /* dma_ctl */
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxpvd.c140 ddi_dma_mctl,
/illumos-gate/usr/src/uts/sun4/io/
H A Debus.c139 ddi_dma_mctl,
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_pci.c107 ddi_dma_mctl,
/illumos-gate/usr/src/uts/common/io/usb/usb_ia/
H A Dusb_ia.c144 ddi_dma_mctl, /* bus_dma_ctl */
/illumos-gate/usr/src/uts/i86pc/io/pciex/
H A Dnpe.c136 ddi_dma_mctl,
/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe.c169 ddi_dma_mctl, /* bus_dma_ctl */
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_main.c1177 ddi_dma_mctl, /* bus_dma_ctl */
/illumos-gate/usr/src/uts/i86pc/io/
H A Disa.c631 rval = ddi_dma_mctl(dip, rdip, handle, request, offp, in isa_dma_mctl()
/illumos-gate/usr/src/uts/common/io/usb/usb_mid/
H A Dusb_mid.c155 ddi_dma_mctl, /* bus_dma_ctl */
/illumos-gate/usr/src/uts/common/sys/
H A Dsunddi.h1795 ddi_dma_mctl(dev_info_t *dip, dev_info_t *rdip, ddi_dma_handle_t handle,
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcieb.c1813 if (((ret = ddi_dma_mctl(dip, rdip, handle, cmd, offp, lenp, objp, in pcieb_dma_mctl()

12