Home
last modified time | relevance | path

Searched refs:lasttx (Results 1 – 25 of 33) sorted by relevance

12

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/8390/
H A Dlib8390.c355 ei_local->tx2, ei_local->lasttx, ei_local->txing); in __ei_start_xmit()
363 ei_local->tx1, ei_local->lasttx, ei_local->txing); in __ei_start_xmit()
367 ei_local->tx1, ei_local->tx2, ei_local->lasttx); in __ei_start_xmit()
390 ei_local->lasttx = -1; in __ei_start_xmit()
393 ei_local->lasttx = -2; in __ei_start_xmit()
595 if (ei_local->lasttx != 1 && ei_local->lasttx != -1) in ei_tx_intr()
604 ei_local->lasttx = 2; in ei_tx_intr()
606 ei_local->lasttx = 20; in ei_tx_intr()
610 if (ei_local->lasttx != 2 && ei_local->lasttx != -2) in ei_tx_intr()
619 ei_local->lasttx = 1; in ei_tx_intr()
[all …]
H A Daxnet_cs.c999 ei_local->tx2, ei_local->lasttx, in axnet_start_xmit()
1010 ei_local->tx1, ei_local->lasttx, in axnet_start_xmit()
1018 ei_local->lasttx); in axnet_start_xmit()
1049 ei_local->lasttx = -1; in axnet_start_xmit()
1054 ei_local->lasttx = -2; in axnet_start_xmit()
1265 if (ei_local->lasttx != 1 && ei_local->lasttx != -1) in ei_tx_intr()
1276 ei_local->lasttx = 2; in ei_tx_intr()
1278 ei_local->lasttx = 20; in ei_tx_intr()
1284 if (ei_local->lasttx != 2 && ei_local->lasttx != -2) in ei_tx_intr()
1295 ei_local->lasttx = 1; in ei_tx_intr()
[all …]
H A D8390.h97 short lasttx; /* Alpha version consistency check. */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/8390/
H A Dlib8390.c355 ei_local->tx2, ei_local->lasttx, ei_local->txing); in __ei_start_xmit()
363 ei_local->tx1, ei_local->lasttx, ei_local->txing); in __ei_start_xmit()
367 ei_local->tx1, ei_local->tx2, ei_local->lasttx); in __ei_start_xmit()
390 ei_local->lasttx = -1; in __ei_start_xmit()
393 ei_local->lasttx = -2; in __ei_start_xmit()
595 if (ei_local->lasttx != 1 && ei_local->lasttx != -1) in ei_tx_intr()
604 ei_local->lasttx = 2; in ei_tx_intr()
606 ei_local->lasttx = 20; in ei_tx_intr()
610 if (ei_local->lasttx != 2 && ei_local->lasttx != -2) in ei_tx_intr()
619 ei_local->lasttx = 1; in ei_tx_intr()
[all …]
H A Daxnet_cs.c999 ei_local->tx2, ei_local->lasttx, in axnet_start_xmit()
1010 ei_local->tx1, ei_local->lasttx, in axnet_start_xmit()
1018 ei_local->lasttx); in axnet_start_xmit()
1049 ei_local->lasttx = -1; in axnet_start_xmit()
1054 ei_local->lasttx = -2; in axnet_start_xmit()
1265 if (ei_local->lasttx != 1 && ei_local->lasttx != -1) in ei_tx_intr()
1276 ei_local->lasttx = 2; in ei_tx_intr()
1278 ei_local->lasttx = 20; in ei_tx_intr()
1284 if (ei_local->lasttx != 2 && ei_local->lasttx != -2) in ei_tx_intr()
1295 ei_local->lasttx = 1; in ei_tx_intr()
[all …]
H A D8390.h97 short lasttx; /* Alpha version consistency check. */ member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/8390/
H A Dlib8390.c355 ei_local->tx2, ei_local->lasttx, ei_local->txing); in __ei_start_xmit()
363 ei_local->tx1, ei_local->lasttx, ei_local->txing); in __ei_start_xmit()
367 ei_local->tx1, ei_local->tx2, ei_local->lasttx); in __ei_start_xmit()
390 ei_local->lasttx = -1; in __ei_start_xmit()
393 ei_local->lasttx = -2; in __ei_start_xmit()
595 if (ei_local->lasttx != 1 && ei_local->lasttx != -1) in ei_tx_intr()
604 ei_local->lasttx = 2; in ei_tx_intr()
606 ei_local->lasttx = 20; in ei_tx_intr()
610 if (ei_local->lasttx != 2 && ei_local->lasttx != -2) in ei_tx_intr()
619 ei_local->lasttx = 1; in ei_tx_intr()
[all …]
H A Daxnet_cs.c999 ei_local->tx2, ei_local->lasttx, in axnet_start_xmit()
1010 ei_local->tx1, ei_local->lasttx, in axnet_start_xmit()
1018 ei_local->lasttx); in axnet_start_xmit()
1049 ei_local->lasttx = -1; in axnet_start_xmit()
1054 ei_local->lasttx = -2; in axnet_start_xmit()
1265 if (ei_local->lasttx != 1 && ei_local->lasttx != -1) in ei_tx_intr()
1276 ei_local->lasttx = 2; in ei_tx_intr()
1278 ei_local->lasttx = 20; in ei_tx_intr()
1284 if (ei_local->lasttx != 2 && ei_local->lasttx != -2) in ei_tx_intr()
1295 ei_local->lasttx = 1; in ei_tx_intr()
[all …]
H A D8390.h97 short lasttx; /* Alpha version consistency check. */ member
/dports/comms/qico/qico-15673bf/src/
H A Djanus.c53 long lasttx = 0L; /* Position within file of last data block we sent*/ in janus() local
125 if(fseek(txfd, txpos=lasttx, SEEK_SET)) { in janus()
143 lasttx = txpos; in janus()
144 STORE32(txbuf,lasttx); in janus()
396 txpos = lasttx = FETCH32(rxbuf), in janus()
/dports/games/ecwolf/ecwolf-1.3.3-src/src/textures/
H A Dtexturemanager.cpp505 int lasttx = Wads.GetLastLump(wadnum); in AddGroup() local
515 for (; firsttx <= lasttx; ++firsttx) in AddGroup()
547 int lasttx = Wads.GetLastLump(wadnum); in AddHiresTextures() local
552 if (firsttx == -1 || lasttx == -1) in AddHiresTextures()
559 for (;firsttx <= lasttx; ++firsttx) in AddHiresTextures()
865 int lasttx = Wads.GetLastLump(wadnum); in AddTexturesForWad() local
867 for (int i= firsttx; i <= lasttx; i++) in AddTexturesForWad()
/dports/games/zdoom/zdoom-2.8.1/src/textures/
H A Dtexturemanager.cpp490 int lasttx = Wads.GetLastLump(wadnum); in AddGroup() local
498 for (; firsttx <= lasttx; ++firsttx) in AddGroup()
530 int lasttx = Wads.GetLastLump(wadnum); in AddHiresTextures() local
535 if (firsttx == -1 || lasttx == -1) in AddHiresTextures()
540 for (;firsttx <= lasttx; ++firsttx) in AddHiresTextures()
832 int lasttx = Wads.GetLastLump(wadnum); in AddTexturesForWad() local
834 for (int i= firsttx; i <= lasttx; i++) in AddTexturesForWad()
/dports/security/suricata/suricata-6.0.4/src/
H A Dapp-layer-ftp.c749 FTPTransaction *lasttx = TAILQ_FIRST(&state->tx_list); in FTPParseResponse() local
751 FTPTransaction *tx = FTPGetOldestTx(state, lasttx); in FTPParseResponse()
758 lasttx = tx; in FTPParseResponse()
909 FTPTransaction *lasttx = NULL; in FTPGetOldestTx() local
917 lasttx = tx; in FTPGetOldestTx()
921 if (lasttx) in FTPGetOldestTx()
922 SCLogDebug("Returning OLDEST tx %p id %"PRIu64, lasttx, lasttx->tx_id); in FTPGetOldestTx()
923 return lasttx; in FTPGetOldestTx()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dif_pcn.c920 int error, nexttx, lasttx = -1, ofree, seg; in pcn_start() local
1073 lasttx = nexttx; in pcn_start()
1093 lasttx = nexttx; in pcn_start()
1097 KASSERT(lasttx != -1); in pcn_start()
1100 sc->sc_txdescs[lasttx].tmd1 |= htole32(LE_T1_LTINT); in pcn_start()
1103 sc->sc_txdescs[lasttx].tmd1 |= htole32(LE_T1_ENP); in pcn_start()
1121 txs->txs_lastdesc = lasttx; in pcn_start()
H A Dif_kse.c882 int error, nexttx, lasttx, ofree, seg; in kse_start() local
948 lasttx = -1; tdes0 = 0; in kse_start()
964 lasttx = nexttx; in kse_start()
978 sc->sc_txdescs[lasttx].t1 |= T1_IC; in kse_start()
984 sc->sc_txdescs[lasttx].t1 |= T1_LS; in kse_start()
995 txs->txs_lastdesc = lasttx; in kse_start()
H A Dif_dge.c1187 int error, nexttx, lasttx = -1, ofree, seg; local
1347 lasttx = nexttx;
1356 KASSERT(lasttx != -1);
1363 sc->sc_txdescs[lasttx].dt_ctl |=
1366 txs->txs_lastdesc = lasttx;
1370 lasttx, le32toh(sc->sc_txdescs[lasttx].dt_ctl)));
H A Dif_sip.c1374 sipcom_set_extsts(struct sip_softc *sc, int lasttx, struct mbuf *m0, in sipcom_set_extsts() argument
1399 sc->sc_txdescs[lasttx].sipd_extsts |= in sipcom_set_extsts()
1446 int error, nexttx, lasttx, seg; in sipcom_start() local
1579 for (nexttx = lasttx = sc->sc_txnext, seg = 0; in sipcom_start()
1594 lasttx = nexttx; in sipcom_start()
1598 *sipd_cmdsts(sc, &sc->sc_txdescs[lasttx]) &= in sipcom_start()
1607 *sipd_cmdsts(sc, &sc->sc_txdescs[lasttx]) |= in sipcom_start()
1613 sipcom_set_extsts(sc, lasttx, m0, ifp->if_capenable); in sipcom_start()
1635 txs->txs_lastdesc = lasttx; in sipcom_start()
H A Dif_xge.c698 int i, lasttx, plen; in xge_intr() local
727 lasttx = sc->sc_lasttx; in xge_intr()
750 if (sc->sc_lasttx != lasttx) in xge_intr()
/dports/shells/ksh93/ast-93u/src/lib/libpp/
H A Dppop.c1231 if (pp.lasttx) in ppop()
1232 pp.lasttx = pp.lasttx->next = newof(0, struct oplist, 1, 0); in ppop()
1234 pp.firsttx = pp.lasttx = newof(0, struct oplist, 1, 0); in ppop()
1235 pp.lasttx->op = op; in ppop()
1236 pp.lasttx->value = p; in ppop()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libpp/
H A Dppop.c1231 if (pp.lasttx) in ppop()
1232 pp.lasttx = pp.lasttx->next = newof(0, struct oplist, 1, 0); in ppop()
1234 pp.firsttx = pp.lasttx = newof(0, struct oplist, 1, 0); in ppop()
1235 pp.lasttx->op = op; in ppop()
1236 pp.lasttx->value = p; in ppop()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libpp/
H A Dppop.c1240 if (pp.lasttx) in ppop()
1241 pp.lasttx = pp.lasttx->next = newof(0, struct oplist, 1, 0); in ppop()
1243 pp.firsttx = pp.lasttx = newof(0, struct oplist, 1, 0); in ppop()
1244 pp.lasttx->op = op; in ppop()
1245 pp.lasttx->value = p; in ppop()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dgem.c1364 int error, firsttx, nexttx = -1, lasttx = -1, ofree, seg; in gem_start() local
1547 lasttx = nexttx; in gem_start()
1552 sc->sc_txdescs[lasttx].gd_flags = in gem_start()
1560 lasttx = nexttx; in gem_start()
1564 sc->sc_txdescs[lasttx].gd_flags = GEM_DMA_WRITE(sc, flags); in gem_start()
1566 KASSERT(lasttx != -1); in gem_start()
1575 txs->txs_lastdesc = lasttx; in gem_start()
1611 device_xname(sc->sc_dev), lasttx, otxnext)); in gem_start()
H A Di82557.c804 int error, lasttx, nexttx, opending, seg, nsegs, len; in fxp_start() local
821 lasttx = sc->sc_txlast; in fxp_start()
1017 sc->sc_txdirty = FXP_NEXTTX(lasttx); in fxp_start()
1047 FXP_CDTXSYNC(sc, lasttx, in fxp_start()
1049 FXP_CDTX(sc, lasttx)->txd_txcb.cb_command &= in fxp_start()
1051 FXP_CDTXSYNC(sc, lasttx, in fxp_start()
H A Datw.c3460 int ctl, error, firsttx, nexttx, lasttx, first, ofree, seg; in atw_start() local
3473 firsttx = lasttx = sc->sc_txnext; in atw_start()
3762 lasttx = nexttx; in atw_start()
3768 sc->sc_txdescs[lasttx].at_flags |= htole32(ATW_TXFLAG_LS); in atw_start()
3783 if (seg == lasttx) in atw_start()
3800 txs->txs_lastdesc = lasttx; in atw_start()
3813 device_xname(sc->sc_dev), lasttx, firsttx)); in atw_start()
3818 sc->sc_txdescs[lasttx].at_flags |= htole32(ATW_TXFLAG_IC); in atw_start()
3819 ATW_CDTXSYNC(sc, lasttx, 1, in atw_start()
H A Dtulip.c673 int error, firsttx, nexttx, lasttx = 1, ofree, seg; in tlp_start() local
821 lasttx = nexttx; in tlp_start()
824 KASSERT(lasttx != -1); in tlp_start()
828 sc->sc_txdescs[lasttx].td_ctl |= htole32(TDCTL_Tx_LS); in tlp_start()
844 if (seg == lasttx) in tlp_start()
861 txs->txs_lastdesc = lasttx; in tlp_start()
886 device_xname(sc->sc_dev), lasttx, firsttx)); in tlp_start()
891 sc->sc_txdescs[lasttx].td_ctl |= htole32(TDCTL_Tx_IC); in tlp_start()
892 TULIP_CDTXSYNC(sc, lasttx, 1, in tlp_start()
901 last_txs->txs_firstdesc != lasttx) { in tlp_start()

12