OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nrx
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/usb/
motg.c
273
uint32_t
nrx
, ntx, val;
local
331
nrx
= (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;
398
if (fiforx_size && (i <=
nrx
)) {
439
if (fiforx_size && (i <=
nrx
)) {
if_urtwn.c
648
size_t i, ntx = 0,
nrx
= 0;
local
666
if (
nrx
< sizeof(rxepaddr))
667
rxepaddr[
nrx
] = ed->bEndpointAddress;
668
nrx
++;
671
if (
nrx
== 0 ||
nrx
> R92C_MAX_EPIN) {
673
"%zd: invalid number of Rx bulk pipes\n",
nrx
);
682
nrx
, ntx, 0, 0);
683
sc->rx_npipe =
nrx
;
687
for (i = 0; i <
nrx
; i++)
[
all
...]
if_run.c
572
int i,
nrx
, ntx, ntries, error;
local
606
nrx
= ntx = 0;
615
nrx
++;
622
if (
nrx
< 1 || ntx < RUN_MAXEPOUT) {
/src/sys/dev/ic/
bwi.c
8448
bwi_dma_mbuf_destroy(struct bwi_softc *sc, int ntx, int
nrx
)
8469
if (
nrx
) {
Completed in 27 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026