OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nrxstreams
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
athn.c
288
int i, ntxstreams,
nrxstreams
;
local in function:athn_attach
305
nrxstreams
= sc->sc_nrxchains;
308
nrxstreams
= MIN(
nrxstreams
, 2);
311
for (i = 0; i <
nrxstreams
; i++)
315
if (ntxstreams !=
nrxstreams
) {
athn.c
288
int i, ntxstreams,
nrxstreams
;
local in function:athn_attach
305
nrxstreams
= sc->sc_nrxchains;
308
nrxstreams
= MIN(
nrxstreams
, 2);
311
for (i = 0; i <
nrxstreams
; i++)
315
if (ntxstreams !=
nrxstreams
) {
Completed in 26 milliseconds
Indexes created Tue Sep 30 10:09:55 GMT 2025