HomeSort by: relevance | last modified time | path
    Searched defs:ofree (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/arch/mips/atheros/dev/
if_ae.c 552 int error, firsttx, nexttx, lasttx = 1, ofree, seg; local in function:ae_start
565 ofree = sc->sc_txfree;
569 device_xname(sc->sc_dev), ofree, firsttx));
735 if (sc->sc_txfree != ofree) {
  /src/sys/arch/sgimips/hpc/
if_sq.c 534 int err, totlen, nexttx, firsttx, lasttx = -1, ofree, seg; local in function:sq_start
543 ofree = sc->sc_nfreetx;
717 if (sc->sc_nfreetx != ofree) {
791 if (ofree == SQ_NTXDESC) {
  /src/sys/dev/ic/
rtl8169.c 1601 int ofree, idx, error, nsegs, seg; local in function:re_start
1606 ofree = sc->re_ldata.re_txq_free;
1815 if (sc->re_ldata.re_txq_free < ofree) {
gem.c 1370 int error, firsttx, nexttx = -1, lasttx = -1, ofree, seg; local in function:gem_start
1383 ofree = sc->sc_txfree;
1389 device_xname(sc->sc_dev), ofree, otxnext));
1604 if (sc->sc_txfree != ofree) {
atw.c 3518 int ctl, error, firsttx, nexttx, lasttx, first, ofree, seg; local in function:atw_start
3530 ofree = sc->sc_txfree;
3534 device_xname(sc->sc_dev), ofree, firsttx));
3869 if (sc->sc_txfree != ofree) {
tulip.c 678 int error, firsttx, nexttx, lasttx = 1, ofree, seg; local in function:tlp_start
703 ofree = sc->sc_txfree;
707 device_xname(sc->sc_dev), ofree, firsttx));
876 if (sc->sc_txfree != ofree) {
  /src/sys/arch/powerpc/ibm4xx/dev/
if_emac.c 670 int error, firsttx, nexttx, lasttx, ofree, seg; local in function:emac_start
680 ofree = sc->sc_txfree;
833 if (sc->sc_txfree != ofree)
  /src/sys/dev/pci/
if_dge.c 1185 int error, nexttx, lasttx = -1, ofree, seg; local in function:dge_start
1195 ofree = sc->sc_txfree;
1398 if (sc->sc_txfree != ofree) {
if_vge.c 1639 int idx, pidx, ofree, error; local in function:vge_start
1651 ofree = sc->sc_tx_free;
1709 if (sc->sc_tx_free < ofree) {
if_pcn.c 919 int error, nexttx, lasttx = -1, ofree, seg; local in function:pcn_start
928 ofree = sc->sc_txfree;
1120 if (sc->sc_txfree != ofree) {
if_kse.c 920 int error, nexttx, lasttx, ofree, seg; local in function:kse_start
927 ofree = sc->sc_txfree;
1048 if (sc->sc_txfree != ofree) {
if_sip.c 1544 int ofree = sc->sc_txfree; local in function:sipcom_start
1730 if (sc->sc_txfree != ofree) {
if_wm.c 8942 int error, nexttx, lasttx = -1, ofree, seg, segs_needed, use_tso; local in function:wm_send_common_locked
8974 ofree = txq->txq_free;
9261 if (txq->txq_free != ofree) {
  /src/sys/arch/arm/sociox/
if_scx.c 1369 int error, nexttx, lasttx, ofree, seg; local in function:scx_start
1376 ofree = sc->sc_txfree;
1476 if (sc->sc_txfree != ofree) {

Completed in 188 milliseconds