Home
last modified time | relevance | path

Searched refs:pino_ih_head (Results 1 – 3 of 3) sorted by last modified time

/illumos-gate/usr/src/uts/sun4u/opl/sys/pcicmu/
H A Dpcmu_ib.h62 ih_t *pino_ih_head; /* intr spec (part of ppd) list head */ member
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcmu_ib.c326 for (i = 0, ih_lst = ino_p->pino_ih_head; in pcmu_ib_intr_dist_all()
353 for (i = 0, ih_lst = ino_p->pino_ih_head; in pcmu_ib_intr_dist_all()
457 ino_p->pino_ih_head = ih_p; in pcmu_ib_new_ino()
549 ih_p->ih_next = ino_p->pino_ih_head; in pcmu_ib_ino_add_intr()
553 ino_p->pino_ih_start = ino_p->pino_ih_head; in pcmu_ib_ino_add_intr()
588 ih_t *ih_lst = ino_p->pino_ih_head; in pcmu_ib_ino_rem_intr()
670 if (ino_p->pino_ih_head == ih_p) { in pcmu_ib_ino_rem_intr()
671 ino_p->pino_ih_head = ih_p->ih_next; in pcmu_ib_ino_rem_intr()
676 ino_p->pino_ih_start = ino_p->pino_ih_head; in pcmu_ib_ino_rem_intr()
695 ih_t *ih_lst = ino_p->pino_ih_head; in pcmu_ib_ino_locate_intr()
H A Dpcicmu.c1317 dev_info_t *rdip = ino_p->pino_ih_head->ih_dip; in pcmu_intr_dist_cpuid()
1376 sdip = sino_p->pino_ih_head->ih_dip; in pcmu_intr_dist_cpuid()