OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ntxstreams
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
athn.c
288
int i,
ntxstreams
, nrxstreams;
local in function:athn_attach
304
ntxstreams
= sc->sc_ntxchains;
307
ntxstreams
= MIN(
ntxstreams
, 2);
315
if (
ntxstreams
!= nrxstreams) {
318
ic->ic_sup_mcs[12] |= (
ntxstreams
- 1) << 2;
athn.c
288
int i,
ntxstreams
, nrxstreams;
local in function:athn_attach
304
ntxstreams
= sc->sc_ntxchains;
307
ntxstreams
= MIN(
ntxstreams
, 2);
315
if (
ntxstreams
!= nrxstreams) {
318
ic->ic_sup_mcs[12] |= (
ntxstreams
- 1) << 2;
Completed in 26 milliseconds
Indexes created Sun Sep 28 12:09:53 GMT 2025