Searched refs:sc_t (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/io/pci/ |
H A D | pci_sc.c | 49 sc_t *sc_p; in sc_create() 63 sc_p = (sc_t *)kmem_zalloc(sizeof (sc_t), KM_SLEEP); in sc_create() 114 sc_t *sc_p; in sc_destroy() 129 kmem_free(sc_p, sizeof (sc_t)); in sc_destroy() 134 sc_configure(sc_t *sc_p) in sc_configure()
|
H A D | pci_dma.c | 49 pci_sc_pg_inv(dev_info_t *dip, sc_t *sc_p, ddi_dma_impl_t *mp, off_t off, in pci_sc_pg_inv() 84 pci_dma_sync_flag_wait(ddi_dma_impl_t *mp, sc_t *sc_p, uint32_t onstack) in pci_dma_sync_flag_wait() 156 sc_t *sc_p; in pci_dma_sync()
|
H A D | pcipsy.c | 1102 pci_sc_ctx_inv(dev_info_t *dip, sc_t *sc_p, ddi_dma_impl_t *mp) in pci_sc_ctx_inv() 1265 pci_sc_setup(sc_t *sc_p) in pci_sc_setup()
|
H A D | pcisch.c | 1068 pci_sc_ctx_inv(dev_info_t *dip, sc_t *sc_p, ddi_dma_impl_t *mp) in pci_sc_ctx_inv() 1401 pci_sc_setup(sc_t *sc_p) in pci_sc_setup()
|
/illumos-gate/usr/src/uts/sun4u/sys/pci/ |
H A D | pci_sc.h | 41 typedef struct sc sc_t; typedef 84 extern void sc_configure(sc_t *sc_p);
|
H A D | pci_chip.h | 91 extern void pci_sc_setup(sc_t *sc_p); 92 extern int pci_sc_ctx_inv(dev_info_t *dip, sc_t *sc_p, ddi_dma_impl_t *mp);
|
H A D | pci_var.h | 139 sc_t *pci_sc_p; /* streaming cache block */
|