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

/openbsd-current/sys/dev/ic/
H A Dadvlib.c259 sc->cur_total_qng = 0;
1623 if (sc->cur_total_qng >= n_q_used) {
1624 sc->cur_total_qng -= n_q_used;
2444 sc->cur_total_qng += n_q_required;
2638 cur_used_qs = sc->cur_total_qng +
2642 cur_used_qs = sc->cur_total_qng + ASC_MIN_FREE_Q;
H A Dadvlib.h876 u_int8_t cur_total_qng; member in struct:asc_softc

Completed in 197 milliseconds