Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4u/io/pci/
H A Dpci.c618 mp->dmai_flags |= (DMAI_FLAGS_INUSE | DMAI_FLAGS_MAPPED); in pci_dma_setup()
704 if (mp->dmai_flags & DMAI_FLAGS_INUSE) in pci_dma_bindhdl()
708 mp->dmai_flags |= DMAI_FLAGS_INUSE; in pci_dma_bindhdl()
775 if ((mp->dmai_flags & DMAI_FLAGS_INUSE) == 0) { in pci_dma_unbindhdl()
H A Dpci_fdvma.c253 mp->dmai_flags = DMAI_FLAGS_INUSE | in pci_fdvma_reserve()
H A Dpci_dma.c164 if (!(mp->dmai_flags & DMAI_FLAGS_INUSE)) { in pci_dma_sync()
230 if ((mp->dmai_flags & DMAI_FLAGS_INUSE) == 0) in pci_dma_handle_clean()
/titanic_44/usr/src/uts/sun4u/sys/pci/
H A Dpci_dma.h115 #define DMAI_FLAGS_INUSE 0x1 macro