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