Searched refs:pci_dma_hdl_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_dma.h53 } pci_dma_hdl_t; typedef in typeref:struct:pci_dma_hdl
99 (((pci_dma_hdl_t *)(mp))->pdh_cbcookie[i]) : NULL)
102 &(((pci_dma_hdl_t *)(mp))->pdh_cbcookie[i]) : NULL)
104 #define DEV_ATTR(mp) (&((pci_dma_hdl_t *)(mp))->pdh_attr_dev)
105 #define SYNC_BUF_PA(mp) (((pci_dma_hdl_t *)(mp))->pdh_sync_buf_pa)
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_fdvma.c216 mp = kmem_zalloc(sizeof (pci_dma_hdl_t), KM_SLEEP);
230 kmem_free(mp, sizeof (pci_dma_hdl_t));
306 kmem_free(mp, sizeof (pci_dma_hdl_t));
H A Dpci_dma.c257 if ((mp = kmem_alloc(sizeof (pci_dma_hdl_t), sleep)) == 0) {
319 kmem_free(mp, sizeof (pci_dma_hdl_t));

Completed in 63 milliseconds