HomeSort by: relevance | last modified time | path
    Searched defs:lasttx (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
680 lasttx = nexttx;
683 KASSERT(lasttx != -1);
687 sc->sc_txdescs[lasttx].ad_ctl |= ADCTL_Tx_LS;
702 if (seg == lasttx)
719 txs->txs_lastdesc = lasttx;
737 device_xname(sc->sc_dev), lasttx, firsttx));
742 sc->sc_txdescs[lasttx].ad_ctl |= ADCTL_Tx_IC;
743 AE_CDTXSYNC(sc, lasttx, 1,
  /src/sys/arch/sgimips/hpc/
if_sq.c 534 int err, totlen, nexttx, firsttx, lasttx = -1, ofree, seg; local in function:sq_start
669 lasttx = nexttx;
674 KASSERT(lasttx != -1);
676 sc->sc_txdesc[lasttx].hpc3_hdd_ctl |=
679 sc->sc_txdesc[lasttx].hpc1_hdd_ctl |=
683 device_xname(sc->sc_dev), sc->sc_nexttx, lasttx, totlen));
700 if (seg == lasttx)
719 device_xname(sc->sc_dev), lasttx - firsttx + 1,
720 firsttx, lasttx));
731 KASSERT(lasttx != -1)
    [all...]
  /src/sys/dev/pci/
if_xge.c 702 int i, lasttx, plen; local in function:xge_intr
731 lasttx = sc->sc_lasttx;
754 if (sc->sc_lasttx != lasttx)
if_dge.c 1185 int error, nexttx, lasttx = -1, ofree, seg; local in function:dge_start
1342 lasttx = nexttx;
1352 KASSERT(lasttx != -1);
1359 sc->sc_txdescs[lasttx].dt_ctl |=
1362 txs->txs_lastdesc = lasttx;
1366 lasttx, le32toh(sc->sc_txdescs[lasttx].dt_ctl)));
if_pcn.c 919 int error, nexttx, lasttx = -1, ofree, seg; local in function:pcn_start
1059 lasttx = nexttx;
1079 lasttx = nexttx;
1083 KASSERT(lasttx != -1);
1086 sc->sc_txdescs[lasttx].tmd1 |= htole32(LE_T1_LTINT);
1089 sc->sc_txdescs[lasttx].tmd1 |= htole32(LE_T1_ENP);
1107 txs->txs_lastdesc = lasttx;
if_kse.c 920 int error, nexttx, lasttx, ofree, seg; local in function:kse_start
985 lasttx = -1;
1001 lasttx = nexttx;
1014 sc->sc_txdescs[lasttx].t1 |= T1_IC;
1020 sc->sc_txdescs[lasttx].t1 |= T1_LS;
1031 txs->txs_lastdesc = lasttx;
if_sip.c 1473 sipcom_set_extsts(struct sip_softc *sc, int lasttx, struct mbuf *m0,
1497 sc->sc_txdescs[lasttx].sipd_words[sc->sc_extsts_idx] |=
1543 int error, nexttx, lasttx, seg; local in function:sipcom_start
1663 for (nexttx = lasttx = sc->sc_txnext, seg = 0;
1680 lasttx = nexttx;
1689 sc->sc_txdescs[lasttx].sipd_words[sc->sc_cmdsts_idx] |=
1695 sipcom_set_extsts(sc, lasttx, m0, ifp->if_capenable);
1717 txs->txs_lastdesc = lasttx;
if_wm.c 8942 int error, nexttx, lasttx = -1, ofree, seg, segs_needed, use_tso; local in function:wm_send_common_locked
9183 lasttx = nexttx;
9193 KASSERT(lasttx != -1);
9200 txq->txq_descs[lasttx].wtx_cmdlen |=
9210 txq->txq_descs[lasttx].wtx_cmdlen |=
9212 txq->txq_descs[lasttx].wtx_fields.wtxu_vlan
9216 txs->txs_lastdesc = lasttx;
9221 lasttx, le32toh(txq->txq_descs[lasttx].wtx_cmdlen)));
9560 int error, nexttx, lasttx = -1, seg, segs_needed local in function:wm_nq_send_common_locked
    [all...]
  /src/sys/arch/powerpc/ibm4xx/dev/
if_emac.c 670 int error, firsttx, nexttx, lasttx, ofree, seg; local in function:emac_start
672 lasttx = 0; /* XXX gcc */
788 lasttx = nexttx;
792 sc->sc_txdescs[lasttx].md_stat_ctrl |= MAL_TX_LAST;
799 sc->sc_txdescs[lasttx].md_stat_ctrl |= MAL_TX_INTERRUPT;
802 txs->txs_lastdesc = lasttx;
  /src/sys/dev/ic/
i82557.c 809 int error, lasttx, nexttx, opending, seg, nsegs, len; local in function:fxp_start
823 * Remember the previous txpending and the current lasttx.
826 lasttx = sc->sc_txlast;
1019 sc->sc_txdirty = FXP_NEXTTX(lasttx);
1049 FXP_CDTXSYNC(sc, lasttx,
1051 FXP_CDTX(sc, lasttx)->txd_txcb.cb_command &=
1053 FXP_CDTXSYNC(sc, lasttx,
gem.c 1370 int error, firsttx, nexttx = -1, lasttx = -1, ofree, seg; local in function:gem_start
1548 lasttx = nexttx;
1553 sc->sc_txdescs[lasttx].gd_flags =
1561 lasttx = nexttx;
1565 sc->sc_txdescs[lasttx].gd_flags = GEM_DMA_WRITE(sc, flags);
1567 KASSERT(lasttx != -1);
1576 txs->txs_lastdesc = lasttx;
1606 device_xname(sc->sc_dev), lasttx, otxnext));
atw.c 3518 int ctl, error, firsttx, nexttx, lasttx, first, ofree, seg; local in function:atw_start
3531 firsttx = lasttx = sc->sc_txnext;
3820 lasttx = nexttx;
3826 sc->sc_txdescs[lasttx].at_flags |= htole32(ATW_TXFLAG_LS);
3841 if (seg == lasttx)
3858 txs->txs_lastdesc = lasttx;
3871 device_xname(sc->sc_dev), lasttx, firsttx));
3876 sc->sc_txdescs[lasttx].at_flags |= htole32(ATW_TXFLAG_IC);
3877 ATW_CDTXSYNC(sc, lasttx, 1,
tulip.c 678 int error, firsttx, nexttx, lasttx = 1, ofree, seg; local in function:tlp_start
818 lasttx = nexttx;
821 KASSERT(lasttx != -1);
825 sc->sc_txdescs[lasttx].td_ctl |= htole32(TDCTL_Tx_LS);
841 if (seg == lasttx)
858 txs->txs_lastdesc = lasttx;
878 device_xname(sc->sc_dev), lasttx, firsttx));
883 sc->sc_txdescs[lasttx].td_ctl |= htole32(TDCTL_Tx_IC);
884 TULIP_CDTXSYNC(sc, lasttx, 1,
893 last_txs->txs_firstdesc != lasttx) {
    [all...]
  /src/sys/arch/arm/sociox/
if_scx.c 1369 int error, nexttx, lasttx, ofree, seg; local in function:scx_start
1427 lasttx = -1;
1449 lasttx = nexttx;
1455 sc->sc_txdescs[lasttx].t0 |= htole32(T0_LS);
1465 txs->txs_lastdesc = lasttx;

Completed in 39 milliseconds