Home
last modified time | relevance | path

Searched refs:ofree (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/sys/arch/sgimips/hpc/
H A Dif_sq.c534 int err, totlen, nexttx, firsttx, lasttx = -1, ofree, seg; in sq_start() local
543 ofree = sc->sc_nfreetx; in sq_start()
717 if (sc->sc_nfreetx != ofree) { in sq_start()
791 if (ofree == SQ_NTXDESC) { in sq_start()
/netbsd-src/sys/arch/mips/atheros/dev/
H A Dif_ae.c552 int error, firsttx, nexttx, lasttx = 1, ofree, seg; in ae_start() local
565 ofree = sc->sc_txfree; in ae_start()
569 device_xname(sc->sc_dev), ofree, firsttx)); in ae_start()
735 if (sc->sc_txfree != ofree) { in ae_start()
/netbsd-src/sys/arch/powerpc/ibm4xx/dev/
H A Dif_emac.c670 int error, firsttx, nexttx, lasttx, ofree, seg; in emac_start() local
680 ofree = sc->sc_txfree; in emac_start()
833 if (sc->sc_txfree != ofree) in emac_start()
/netbsd-src/sys/dev/pci/
H A Dif_kse.c920 int error, nexttx, lasttx, ofree, seg; in kse_start() local
927 ofree = sc->sc_txfree; in kse_start()
1048 if (sc->sc_txfree != ofree) { in kse_start()
H A Dif_pcn.c919 int error, nexttx, lasttx = -1, ofree, seg; in pcn_start() local
928 ofree = sc->sc_txfree; in pcn_start()
1120 if (sc->sc_txfree != ofree) { in pcn_start()
H A Dif_vge.c1639 int idx, pidx, ofree, error; in vge_start() local
1651 ofree = sc->sc_tx_free; in vge_start()
1709 if (sc->sc_tx_free < ofree) { in vge_start()
H A Dif_dge.c1185 int error, nexttx, lasttx = -1, ofree, seg; local
1195 ofree = sc->sc_txfree;
1398 if (sc->sc_txfree != ofree) {
H A Dif_sip.c1544 int ofree = sc->sc_txfree; in sipcom_start() local
1730 if (sc->sc_txfree != ofree) { in sipcom_start()
H A Dif_wm.c8942 int error, nexttx, lasttx = -1, ofree, seg, segs_needed, use_tso; in wm_send_common_locked()
8974 ofree = txq->txq_free; in wm_send_common_locked()
9261 if (txq->txq_free != ofree) { in wm_send_common_locked()
8941 int error, nexttx, lasttx = -1, ofree, seg, segs_needed, use_tso; wm_send_common_locked() local
/netbsd-src/sys/dev/ic/
H A Dgem.c1370 int error, firsttx, nexttx = -1, lasttx = -1, ofree, seg; in gem_start() local
1383 ofree = sc->sc_txfree; in gem_start()
1389 device_xname(sc->sc_dev), ofree, otxnext)); in gem_start()
1604 if (sc->sc_txfree != ofree) { in gem_start()
H A Drtl8169.c1601 int ofree, idx, error, nsegs, seg; in re_start()
1606 ofree = sc->re_ldata.re_txq_free; in re_start()
1815 if (sc->re_ldata.re_txq_free < ofree) { in re_start()
1599 int ofree, idx, error, nsegs, seg; re_start() local
H A Datw.c3518 int ctl, error, firsttx, nexttx, lasttx, first, ofree, seg; in atw_start() local
3530 ofree = sc->sc_txfree; in atw_start()
3534 device_xname(sc->sc_dev), ofree, firsttx)); in atw_start()
3869 if (sc->sc_txfree != ofree) { in atw_start()
H A Dtulip.c678 int error, firsttx, nexttx, lasttx = 1, ofree, seg; in tlp_start() local
703 ofree = sc->sc_txfree; in tlp_start()
707 device_xname(sc->sc_dev), ofree, firsttx)); in tlp_start()
876 if (sc->sc_txfree != ofree) { in tlp_start()
/netbsd-src/sys/arch/arm/sociox/
H A Dif_scx.c1369 int error, nexttx, lasttx, ofree, seg; in scx_start() local
1376 ofree = sc->sc_txfree; in scx_start()
1476 if (sc->sc_txfree != ofree) { in scx_start()