Searched refs:PX_INTR_RETARGET (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sun4/io/px/
H A Dpx_ib.h84 #define PX_INTR_RETARGET 0x1 /* retarget in progress */ macro
H A Dpx_ib.c1059 ih_p->ih_intr_flags |= PX_INTR_RETARGET;
1060 old_ih_p->ih_intr_flags |= PX_INTR_RETARGET;
1064 while (((ih_p->ih_intr_flags & PX_INTR_RETARGET) &&
1065 (old_ih_p->ih_intr_flags & PX_INTR_RETARGET)) ||
1080 ih_p->ih_intr_flags &= ~(PX_INTR_RETARGET);

Completed in 80 milliseconds