Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4/io/px/
H A Dpx_var.h121 volatile uint32_t px_lup_pending; member
/titanic_41/usr/src/uts/sun4u/io/px/
H A Dpx_lib4u.c2038 px_p->px_lup_pending = 1; in px_goto_l0()
2045 for (; px_p->px_lup_pending && (time_spent < px_lup_poll_to); in px_goto_l0()
2048 if (px_p->px_lup_pending) in px_goto_l0()
H A Dpx_err.c1926 return ((atomic_cas_32(&px_p->px_lup_pending, 1, 0) == 0) ? in px_err_tlu_lup_handle()