Home
last modified time | relevance | path

Searched refs:ntxstreams (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dathn.c288 int i, ntxstreams, nrxstreams; in athn_attach() local
304 ntxstreams = sc->sc_ntxchains; in athn_attach()
307 ntxstreams = MIN(ntxstreams, 2); in athn_attach()
315 if (ntxstreams != nrxstreams) { in athn_attach()
318 ic->ic_sup_mcs[12] |= (ntxstreams - 1) << 2; in athn_attach()