Home
last modified time | relevance | path

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

/netbsd/sys/dev/ic/
H A Dadvlib.c248 sc->cur_total_qng = 0; in AscInitASC_SOFTC()
1590 if (sc->cur_total_qng >= n_q_used) { in AscIsrQDone()
1591 sc->cur_total_qng -= n_q_used; in AscIsrQDone()
2423 sc->cur_total_qng += n_q_required; in AscSendScsiQueue()
2621 cur_used_qs = sc->cur_total_qng + in AscGetNumOfFreeQueue()
2625 cur_used_qs = sc->cur_total_qng + ASC_MIN_FREE_Q; in AscGetNumOfFreeQueue()
H A Dadvlib.h889 u_int8_t cur_total_qng; member