Home
last modified time | relevance | path

Searched refs:isr_reattempt_high (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Decppvar.h228 uint32_t isr_reattempt_high; /* max times isr has looped */ member
/titanic_41/usr/src/uts/common/io/
H A Decpp.c3489 if (pp->isr_reattempt_high < ecpp_reattempts) { in ecpp_softintr()
3490 pp->isr_reattempt_high = ecpp_reattempts; in ecpp_softintr()
6299 EK_NAMED_INIT(isr_reattempt_high); in ecpp_kstat_init()
6348 ekp->ek_isr_reattempt_high.value.ui32 = pp->isr_reattempt_high; in ecpp_kstat_update()