Searched refs:opending (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Ddp83932.c291 int error, olasttx, nexttx, opending, totlen, olseg; local
301 opending = sc->sc_txpending;
478 if (sc->sc_txpending != opending) {
483 if (opending == 0)
H A Dsmc83c170.c365 int error, firsttx, nexttx, opending, seg; local
372 opending = sc->sc_txpending;
501 if (sc->sc_txpending != opending) {
506 if (opending == 0)
H A Daic6915.c357 int error, producer, last = -1, opending, seg; local
362 opending = sc->sc_txpending;
471 if (sc->sc_txpending != opending) {
H A Di82557.c809 int error, lasttx, nexttx, opending, seg, nsegs, len; local
825 opending = sc->sc_txpending;
1013 if (sc->sc_txpending != opending) {
1018 if (opending == 0)
/netbsd-current/sys/dev/pci/
H A Dif_ste.c656 int error, olasttx, nexttx, opending, seg, totlen; local
665 opending = sc->sc_txpending;
778 if (sc->sc_txpending != opending) {
783 if (opending == 0)
H A Dif_vr.c1010 int error, firsttx, nexttx, opending; local
1021 opending = sc->vr_txpending;
1138 if (sc->vr_txpending != opending) {
1143 if (opending == 0)
H A Dif_stge.c826 int error, firsttx, nexttx, opending, seg, totlen; local
836 opending = sc->sc_txpending;
1015 if (sc->sc_txpending != opending) {
1020 if (opending == 0)
/netbsd-current/sys/arch/sgimips/mace/
H A Dif_mec.c950 int error, firsttx, nexttx, opending; local
960 opending = sc->sc_txpending;
964 ("%s: opending = %d, firsttx = %d\n", __func__, opending, firsttx));
1396 if (sc->sc_txpending != opending) {
1401 if (opending == 0) {

Completed in 156 milliseconds