HomeSort by: relevance | last modified time | path
    Searched defs:firsttx (Results 1 - 10 of 10) 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
566 firsttx = sc->sc_txnext;
569 device_xname(sc->sc_dev), ofree, firsttx));
672 (nexttx == firsttx) ? 0 : ADSTAT_OWN;
737 device_xname(sc->sc_dev), lasttx, firsttx));
750 sc->sc_txdescs[firsttx].ad_status |= ADSTAT_OWN;
751 AE_CDTXSYNC(sc, firsttx, 1,
  /src/sys/arch/sgimips/hpc/
if_sq.c 534 int err, totlen, nexttx, firsttx, lasttx = -1, ofree, seg; local in function:sq_start
544 firsttx = sc->sc_nexttx;
719 device_xname(sc->sc_dev), lasttx - firsttx + 1,
720 firsttx, lasttx));
759 SQ_TRACE(SQ_ADD_TO_DMA, sc, firsttx, status);
765 sc->sc_txdesc[SQ_PREVTX(firsttx)].hpc3_hdd_ctl &=
769 sc->sc_txdesc[SQ_PREVTX(firsttx)].hpc1_hdd_ctl
772 SQ_CDTXSYNC(sc, SQ_PREVTX(firsttx), 1,
775 SQ_TRACE(SQ_START_DMA, sc, firsttx, status);
778 firsttx));
    [all...]
  /src/sys/dev/ic/
smc83c170.c 365 int error, firsttx, nexttx, opending, seg; local in function:epic_start
373 firsttx = EPIC_NEXTTX(sc->sc_txlast);
482 if (nexttx == firsttx)
507 sc->sc_txdirty = firsttx;
521 EPIC_CDTX(sc, firsttx)->et_txstatus |= ET_TXSTAT_OWNER;
522 EPIC_CDTXSYNC(sc, firsttx,
gem.c 1370 int error, firsttx, nexttx = -1, lasttx = -1, ofree, seg; local in function:gem_start
1488 firsttx = sc->sc_txnext;
1489 for (nexttx = firsttx, seg = 0;
1500 if (nexttx == firsttx) {
atw.c 3518 int ctl, error, firsttx, nexttx, lasttx, first, ofree, seg; local in function:atw_start
3531 firsttx = lasttx = sc->sc_txnext;
3534 device_xname(sc->sc_dev), ofree, firsttx));
3812 ((nexttx == firsttx) ? 0 : htole32(ATW_TXCTL_OWN));
3871 device_xname(sc->sc_dev), lasttx, firsttx));
3884 sc->sc_txdescs[firsttx].at_ctl |= htole32(ATW_TXCTL_OWN);
3885 ATW_CDTXSYNC(sc, firsttx, 1,
tulip.c 678 int error, firsttx, nexttx, lasttx = 1, ofree, seg; local in function:tlp_start
704 firsttx = sc->sc_txnext;
707 device_xname(sc->sc_dev), ofree, firsttx));
810 (nexttx == firsttx) ? 0 : htole32(TDSTAT_OWN);
878 device_xname(sc->sc_dev), lasttx, firsttx));
904 sc->sc_txdescs[firsttx].td_status |= htole32(TDSTAT_OWN);
905 TULIP_CDTXSYNC(sc, firsttx, 1,
  /src/sys/arch/powerpc/ibm4xx/dev/
if_emac.c 670 int error, firsttx, nexttx, lasttx, ofree, seg; local in function:emac_start
769 firsttx = sc->sc_txnext;
786 (nexttx == firsttx ? 0 : MAL_TX_READY) |
812 sc->sc_txdescs[firsttx].md_stat_ctrl |= MAL_TX_READY;
813 EMAC_CDTXSYNC(sc, firsttx, 1,
  /src/sys/dev/pci/
if_vr.c 1010 int error, firsttx, nexttx, opending; local in function:vr_start
1022 firsttx = VR_NEXTTX(sc->vr_txlast);
1125 if (nexttx == firsttx)
1144 sc->vr_txdirty = firsttx;
1158 VR_CDTX(sc, firsttx)->vr_status = htole32(VR_TXSTAT_OWN);
1159 VR_CDTXSYNC(sc, firsttx,
if_stge.c 826 int error, firsttx, nexttx, opending, seg, totlen; local in function:stge_start
837 firsttx = STGE_NEXTTX(sc->sc_txlast);
1021 sc->sc_txdirty = firsttx;
  /src/sys/arch/sgimips/mace/
if_mec.c 950 int error, firsttx, nexttx, opending; local in function:mec_start
961 firsttx = MEC_NEXTTX(sc->sc_txlast);
964 ("%s: opending = %d, firsttx = %d\n", __func__, opending, firsttx));
1402 sc->sc_txdirty = firsttx;

Completed in 37 milliseconds