Searched refs:ib_ino_info_t (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/sys/pci/ |
H A D | pci_ib.h | 41 typedef struct ib_ino_info ib_ino_info_t; typedef 89 ib_ino_info_t *ib_ino_lst; /* ino link list */ 134 ib_ino_info_t *ipil_ino_p; /* pointer to ib_ino_info_t */ 158 ib_ino_info_t *ino_next_p; /* pointer to next ib_ino_info_t */ 197 extern ib_ino_info_t *ib_locate_ino(ib_t *ib_p, ib_ino_t ino_num); 202 extern ib_ino_pil_t *ib_ino_locate_ipil(ib_ino_info_t *ino_p, uint_t pil); 212 ib_ino_info_t *ino_p); 214 ib_ino_info_t *ino_p);
|
H A D | pci_chip.h | 72 extern uint32_t pci_intr_dist_cpuid(ib_t *ib_p, ib_ino_info_t *ino_p);
|
/illumos-gate/usr/src/uts/sun4u/io/pci/ |
H A D | pci_ib.c | 100 ib_p->ib_ino_lst = (ib_ino_info_t *)NULL; in ib_create() 262 ib_intr_dist(ib_t *ib_p, ib_ino_info_t *ino_p) in ib_intr_dist() 310 ib_ino_info_t *ino_p; in ib_intr_dist_all() 458 ib_ino_info_t *ip; in ib_suspend() 476 ib_ino_info_t *ip; in ib_resume() 497 ib_ino_info_t * 500 ib_ino_info_t *ino_p = ib_p->ib_ino_lst; in ib_locate_ino() 514 ib_ino_info_t *ino_p; in ib_new_ino_pil() 517 ino_p = kmem_zalloc(sizeof (ib_ino_info_t), KM_SLEEP); in ib_new_ino_pil() 552 ib_ino_info_t *ino_p = ipil_p->ipil_ino_p; in ib_delete_ino_pil() [all …]
|
H A D | pci_intr.c | 221 ib_ino_info_t *ino_p = ipil_p->ipil_ino_p; in pci_spurintr() 292 ib_ino_info_t *ino_p = ipil_p->ipil_ino_p; in pci_intr_wrapper() 408 ib_ino_info_t *ino_p = ipil_p->ipil_ino_p; in pci_ks_update() 458 ib_ino_info_t *ino_p; /* pulse interrupts have no ino */ in pci_add_intr() 629 ib_ino_info_t *ino_p; /* non-pulse only */ in pci_remove_intr() 710 kmem_free(ino_p, sizeof (ib_ino_info_t)); in pci_remove_intr()
|
H A D | pcipsy.c | 447 ib_ino_map_reg_share(ib_t *ib_p, ib_ino_t ino, ib_ino_info_t *ino_p) in ib_ino_map_reg_share() 460 ib_ino_map_reg_unshare(ib_t *ib_p, ib_ino_t ino, ib_ino_info_t *ino_p) in ib_ino_map_reg_unshare() 558 pci_intr_dist_cpuid(ib_t *ib_p, ib_ino_info_t *ino_p) in pci_intr_dist_cpuid() 562 ib_ino_info_t *sino_p; in pci_intr_dist_cpuid()
|
H A D | pcisch.c | 603 ib_ino_map_reg_share(ib_t *ib_p, ib_ino_t ino, ib_ino_info_t *ino_p) in ib_ino_map_reg_share() 612 ib_ino_map_reg_unshare(ib_t *ib_p, ib_ino_t ino, ib_ino_info_t *ino_p) in ib_ino_map_reg_unshare() 642 pci_intr_dist_cpuid(ib_t *ib_p, ib_ino_info_t *ino_p) in pci_intr_dist_cpuid()
|