| /netbsd-src/sys/arch/sgimips/hpc/ |
| H A D | if_sq.c | 534 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 D | if_ae.c | 552 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 D | if_emac.c | 670 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 D | if_kse.c | 920 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 D | if_pcn.c | 919 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 D | if_vge.c | 1639 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 D | if_dge.c | 1185 int error, nexttx, lasttx = -1, ofree, seg; local 1195 ofree = sc->sc_txfree; 1398 if (sc->sc_txfree != ofree) {
|
| H A D | if_sip.c | 1544 int ofree = sc->sc_txfree; in sipcom_start() local 1730 if (sc->sc_txfree != ofree) { in sipcom_start()
|
| H A D | if_wm.c | 8942 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 D | gem.c | 1370 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 D | rtl8169.c | 1601 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 D | atw.c | 3518 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 D | tulip.c | 678 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 D | if_scx.c | 1369 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()
|