Home
last modified time | relevance | path

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

/NextBSD/sys/dev/isp/
HDisp.c4960 int i, nlooked = 0, ndone = 0, continuations_expected = 0; in isp_intr() local
5191 …if (last_etype == RQSTYPE_RESPONSE && continuations_expected && ndone > 0 && (xs = complist[ndone-… in isp_intr()
5194 …p, ISP_LOGDEBUG0|ISP_LOG_CWARN, "%d more Status Continuations expected", --continuations_expected); in isp_intr()
5417 continuations_expected += ((totslen - slen + QENTRY_LEN - 5) / (QENTRY_LEN - 4)); in isp_intr()
5418 if (ndone > (MAX_REQUESTQ_COMPLETIONS - continuations_expected - 1)) { in isp_intr()
5429 continuations_expected, totslen); in isp_intr()