OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ntx
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/usb/
motg.c
273
uint32_t nrx,
ntx
, val;
local
333
ntx
= (UREAD1(sc, MUSB2_REG_EPINFO) % 16);
337
DPRINTFN(1,"RX/TX endpoints: %ju/%ju", nrx,
ntx
, 0, 0);
339
sc->sc_ep_max = MAX(nrx,
ntx
);
341
nrx =
ntx
= sc->sc_ep_max;
417
if (fifotx_size && (i <=
ntx
)) {
443
if (fifotx_size && (i <=
ntx
)) {
if_urtwn.c
648
size_t i,
ntx
= 0, nrx = 0;
local
661
if (
ntx
< sizeof(epaddr))
662
epaddr[
ntx
] = ed->bEndpointAddress;
663
ntx
++;
676
if (
ntx
== 0 ||
ntx
> R92C_MAX_EPOUT) {
678
"%zd: invalid number of Tx bulk pipes\n",
ntx
);
682
nrx,
ntx
, 0, 0);
684
sc->tx_npipe =
ntx
;
699
for (i = 0; i <
ntx
; i++)
[
all
...]
if_run.c
572
int i, nrx,
ntx
, ntries, error;
local
606
nrx =
ntx
= 0;
616
} else if (
ntx
< RUN_MAXEPOUT) {
617
sc->txq[
ntx
].pipe_no = ed->bEndpointAddress;
618
ntx
++;
622
if (nrx < 1 ||
ntx
< RUN_MAXEPOUT) {
/src/sys/dev/ic/
bwi.c
8384
int i, j, k,
ntx
, error;
local
8386
ntx
= 0;
8401
ntx
= i;
8410
ntx
= BWI_TX_NRING;
8442
bwi_dma_mbuf_destroy(sc,
ntx
, 0);
8448
bwi_dma_mbuf_destroy(struct bwi_softc *sc, int
ntx
, int nrx)
8452
for (i = 0; i <
ntx
; ++i) {
Completed in 28 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026