Searched refs:pci_xlate_intr (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/sun4u/io/pci/ |
H A D | pci_intr.c | 480 mondo = pci_xlate_intr(dip, rdip, ib_p, ino); in pci_add_intr() 505 if ((mondo = pci_xlate_intr(dip, rdip, pci_p->pci_ib_p, ino)) == 0) in pci_add_intr() 654 mondo = pci_xlate_intr(dip, rdip, ib_p, ino); in pci_remove_intr() 677 mondo = pci_xlate_intr(dip, rdip, pci_p->pci_ib_p, ino); in pci_remove_intr()
|
H A D | pcipsy.c | 495 pci_xlate_intr(dev_info_t *dip, dev_info_t *rdip, ib_t *ib_p, uint32_t intr) in pci_xlate_intr() function 2010 dev_mondo = pci_xlate_intr(pci_p->pci_dip, rdip, pci_p->pci_ib_p, in pci_thermal_rem_intr()
|
H A D | pci_ib.c | 877 if ((mondo = pci_xlate_intr(pci_p->pci_dip, rdip, pci_p->pci_ib_p, in ib_update_intr_state()
|
H A D | pci.c | 1314 ino = IB_MONDO_TO_INO(pci_xlate_intr(dip, rdip, in pci_intr_ops()
|
H A D | pcisch.c | 630 pci_xlate_intr(dev_info_t *dip, dev_info_t *rdip, ib_t *ib_p, uint32_t intr) in pci_xlate_intr() function
|
/titanic_44/usr/src/uts/sun4u/sys/pci/ |
H A D | pci_chip.h | 70 extern uint32_t pci_xlate_intr(dev_info_t *dip, dev_info_t *rdip,
|