Searched refs:sc_cnt (Results 1 – 2 of 2) sorted by relevance
321 sc->sc_cnt = 0;445 sc->sc_cnt = 0;738 len = sc->sc_cnt - cnt;739 if (sc->sc_cnt >= cnt &&756 if (sc->sc_cnt != cnt ||757 sc->sc_cnt > cb->ccb_scp.scp_datalen)762 sc->sc_cnt, cnt,766 sc->sc_cnt = cnt;817 if (res == sc->sc_cnt)821 if (res < sc->sc_cnt || res == (u_int) -1)[all …]
69 u_int sc_cnt; /* fifo R/W count (host) */ member