Home
last modified time | relevance | path

Searched refs:ih_lst (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcmu_ib.c299 ih_t *ih_lst; in pcmu_ib_intr_dist_all() local
328 i++, ih_lst = ih_lst->ih_next) { in pcmu_ib_intr_dist_all()
355 i++, ih_lst = ih_lst->ih_next) { in pcmu_ib_intr_dist_all()
639 if (ih_lst != ih_p) in pcmu_ib_ino_rem_intr()
662 i++, ih_lst = ih_lst->ih_next) in pcmu_ib_ino_rem_intr()
664 if (ih_lst->ih_next != ih_p) { in pcmu_ib_ino_rem_intr()
669 ih_lst->ih_next = ih_p->ih_next; in pcmu_ib_ino_rem_intr()
674 ino_p->pino_ih_tail = ih_lst; in pcmu_ib_ino_rem_intr()
697 for (i = 0; i < ino_p->pino_ih_size; i++, ih_lst = ih_lst->ih_next) { in pcmu_ib_ino_locate_intr()
698 if (ih_lst->ih_dip == rdip && ih_lst->ih_inum == inum) { in pcmu_ib_ino_locate_intr()
[all …]
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_ib.c312 ih_t *ih_lst; in ib_intr_dist_all() local
354 ih_lst = ih_lst->ih_next) { in ib_intr_dist_all()
356 (ih_lst->ih_dip); in ib_intr_dist_all()
391 ih_lst = ih_lst->ih_next) { in ib_intr_dist_all()
394 ih_lst->ih_dip); in ib_intr_dist_all()
704 ih_t *ih_lst = ipil_p->ipil_ih_head; in ib_ino_rem_intr() local
735 if (ih_lst != ih_p) in ib_ino_rem_intr()
759 i++, ih_lst = ih_lst->ih_next) in ib_ino_rem_intr()
761 if (ih_lst->ih_next != ih_p) in ib_ino_rem_intr()
765 ih_lst->ih_next = ih_p->ih_next; in ib_ino_rem_intr()
[all …]
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_ib.c299 px_ih_t *ih_lst; in px_ib_intr_redist() local
330 ih_lst = ih_lst->ih_next) { in px_ib_intr_redist()
332 ih_lst->ih_dip); in px_ib_intr_redist()
383 ih_lst = ih_lst->ih_next) { in px_ib_intr_redist()
386 ih_lst->ih_dip); in px_ib_intr_redist()
681 px_ih_t *ih_lst = ipil_p->ipil_ih_head; in px_ib_ino_rem_intr() local
720 if (ih_lst != ih_p) in px_ib_ino_rem_intr()
729 (ih_lst->ih_next != ih_p); i++, ih_lst = ih_lst->ih_next) in px_ib_ino_rem_intr()
732 if (ih_lst->ih_next != ih_p) in px_ib_ino_rem_intr()
736 ih_lst->ih_next = ih_p->ih_next; in px_ib_ino_rem_intr()
[all …]