Lines Matching refs:sc_nfreetx
378 sc->sc_nfreetx = SQ_NTXDESC;
543 ofree = sc->sc_nfreetx;
551 while (sc->sc_nfreetx != 0) {
615 if (dmamap->dm_nsegs > sc->sc_nfreetx) {
713 sc->sc_nfreetx -= dmamap->dm_nsegs;
717 if (sc->sc_nfreetx != ofree) {
847 sc->sc_nexttx, sc->sc_nfreetx, status);
917 if (sc->sc_nfreetx < SQ_NTXDESC) {
1096 if (sc->sc_nfreetx == SQ_NTXDESC)
1134 if (sc->sc_nfreetx == 0 && SQ_CDTXADDR(sc, i) == reclaimto)
1139 while (sc->sc_nfreetx < SQ_NTXDESC) {
1154 sc->sc_nfreetx++;
1161 if (sc->sc_nfreetx < SQ_NTXDESC) {
1200 while (sc->sc_nfreetx < SQ_NTXDESC) {
1242 sc->sc_nfreetx++;