Home
last modified time | relevance | path

Searched refs:ntx (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/sys/dev/usb/
Dif_urtwn.c187 int ntx; member
572 if (sc->ntx < R92C_MAX_EPOUT) in urtwn_open_pipes()
573 epaddr[sc->ntx] = ed->bEndpointAddress; in urtwn_open_pipes()
574 sc->ntx++; in urtwn_open_pipes()
582 DPRINTF(("found %d bulk-out pipes\n", sc->ntx)); in urtwn_open_pipes()
583 if (sc->ntx == 0 || sc->ntx > R92C_MAX_EPOUT) { in urtwn_open_pipes()
585 sc->sc_dev.dv_xname, sc->ntx); in urtwn_open_pipes()
598 for (i = 0; i < sc->ntx; i++) { in urtwn_open_pipes()
610 sc->ac2idx[EDCA_AC_BE] = (sc->ntx == 3) ? 2 : ((sc->ntx == 2) ? 1 : 0); in urtwn_open_pipes()
611 sc->ac2idx[EDCA_AC_VI] = (sc->ntx == 3) ? 1 : 0; in urtwn_open_pipes()
[all …]
Dif_mtw.c243 int i, error, nrx, ntx, ntries; in mtw_attach() local
252 nrx = ntx = 0; in mtw_attach()
262 } else if (ntx < 6) { in mtw_attach()
263 if (ntx == 0) in mtw_attach()
267 sc->txq[ntx - 1].pipe_no = in mtw_attach()
269 ntx++; in mtw_attach()
273 if (nrx < 2 || ntx < 6) { in mtw_attach()
Dif_run.c537 int i, nrx, ntx, ntries; in run_attach() local
549 nrx = ntx = 0; in run_attach()
559 } else if (ntx < 4) { in run_attach()
560 sc->txq[ntx].pipe_no = ed->bEndpointAddress; in run_attach()
561 ntx++; in run_attach()
565 if (nrx < 1 || ntx < 4) { in run_attach()
/openbsd/src/sys/dev/ic/
Dbwi.c7933 int i, j, k, ntx, error; in bwi_dma_mbuf_create() local
7935 ntx = 0; in bwi_dma_mbuf_create()
7950 ntx = i; in bwi_dma_mbuf_create()
7959 ntx = BWI_TX_NRING; in bwi_dma_mbuf_create()
7991 bwi_dma_mbuf_destroy(sc, ntx, 0); in bwi_dma_mbuf_create()
7997 bwi_dma_mbuf_destroy(struct bwi_softc *sc, int ntx, int nrx) in bwi_dma_mbuf_destroy() argument
8002 for (i = 0; i < ntx; ++i) { in bwi_dma_mbuf_destroy()
/openbsd/src/gnu/usr.bin/binutils/gdb/
DChangeLog-19936362 * config/*/[ntx]m-*.h: Modify all files that include other
6363 [ntx]m-*.h files to use path relative to gdb/config. I.E.