HomeSort by: relevance | last modified time | path
    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