/src/sys/dev/ic/ |
dp83932.c | 291 int error, olasttx, nexttx, opending, totlen, olseg; local in function:sonic_start 301 opending = sc->sc_txpending; 478 if (sc->sc_txpending != opending) { 483 if (opending == 0)
|
aic6915.c | 357 int error, producer, last = -1, opending, seg; local in function:sf_start 362 opending = sc->sc_txpending; 471 if (sc->sc_txpending != opending) {
|
smc83c170.c | 365 int error, firsttx, nexttx, opending, seg; local in function:epic_start 372 opending = sc->sc_txpending; 501 if (sc->sc_txpending != opending) { 506 if (opending == 0)
|
i82557.c | 809 int error, lasttx, nexttx, opending, seg, nsegs, len; local in function:fxp_start 825 opending = sc->sc_txpending; 1013 if (sc->sc_txpending != opending) { 1018 if (opending == 0)
|
/src/sys/dev/pci/ |
if_ste.c | 656 int error, olasttx, nexttx, opending, seg, totlen; local in function:ste_start 665 opending = sc->sc_txpending; 778 if (sc->sc_txpending != opending) { 783 if (opending == 0)
|
if_vr.c | 1010 int error, firsttx, nexttx, opending; local in function:vr_start 1021 opending = sc->vr_txpending; 1138 if (sc->vr_txpending != opending) { 1143 if (opending == 0)
|
if_stge.c | 826 int error, firsttx, nexttx, opending, seg, totlen; local in function:stge_start 836 opending = sc->sc_txpending; 1015 if (sc->sc_txpending != opending) { 1020 if (opending == 0)
|
/src/sys/arch/sgimips/mace/ |
if_mec.c | 950 int error, firsttx, nexttx, opending; local in function:mec_start 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) {
|