Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Decpp.c3466 uint32_t unx_len, ecpp_reattempts = 0; in ecpp_softintr() local
3484 ecpp_reattempts = 0; in ecpp_softintr()
3491 if (pp->isr_reattempt_high < ecpp_reattempts) { in ecpp_softintr()
3492 pp->isr_reattempt_high = ecpp_reattempts; in ecpp_softintr()
3494 } while (++ecpp_reattempts < pp->wait_for_busy); in ecpp_softintr()