Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dubsec.c158 static int ubsec_maxbatch = 1; variable
619 NULL, 0, &ubsec_maxbatch, 0,
1749 if ((hint & CRYPTO_HINT_MORE) == 0 || sc->sc_nqueue >= ubsec_maxbatch) in ubsec_process()