Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Decppvar.h229 uint32_t isr_reattempt_high; /* max times isr has looped */ member
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c3491 if (pp->isr_reattempt_high < ecpp_reattempts) { in ecpp_softintr()
3492 pp->isr_reattempt_high = ecpp_reattempts; in ecpp_softintr()
6301 EK_NAMED_INIT(isr_reattempt_high); in ecpp_kstat_init()
6350 ekp->ek_isr_reattempt_high.value.ui32 = pp->isr_reattempt_high; in ecpp_kstat_update()