Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_intr.c465 ino = IB_MONDO_TO_INO(hdlp->ih_vector); in pci_add_intr()
507 ino = IB_MONDO_TO_INO(mondo); in pci_add_intr()
633 ino = IB_MONDO_TO_INO(hdlp->ih_vector); in pci_remove_intr()
677 ino = IB_MONDO_TO_INO(mondo); in pci_remove_intr()
H A Dpci_cb.c90 ib_ino_t ino = IB_MONDO_TO_INO(pci_p->pci_inos[idx]); in cb_enable_nintr()
H A Dpci_pbm.c301 ib_ino_t ino = IB_MONDO_TO_INO(pci_p->pci_inos[CBNINTR_PBM]); in pbm_intr_dist()
H A Dpci_ib.c850 IB_MONDO_TO_INO(hdlp->ih_vector))) == 0) { in ib_update_intr_state()
855 ino_p = ib_locate_ino(ib_p, IB_MONDO_TO_INO(mondo)); in ib_update_intr_state()
H A Dpci.c1328 ino = IB_MONDO_TO_INO(pci_xlate_intr(dip, rdip, in pci_intr_ops()
1329 pci_p->pci_ib_p, IB_MONDO_TO_INO(hdlp->ih_vector))); in pci_intr_ops()
H A Dpcipsy.c260 pci_p->pci_inos[i] = IB_MONDO_TO_INO(pci_p->pci_inos[i]); in pci_intr_setup()
1979 IB_MONDO_TO_INO(i_ddi_get_inum(rdip, inum))); in pci_thermal_rem_intr()
H A Dpcisch.c622 ib_ino_t ino = IB_MONDO_TO_INO(pci_p->pci_inos[CBNINTR_CDMA]); in pci_pbm_intr_dist()
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_ib.h166 #define IB_MONDO_TO_INO(mondo) ((ib_ino_t)((mondo) & 0x3f)) macro