Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat_c2xxx/
H A Dqatreg.h76 #define MAX_NUM_ACCEL 6 macro
H A Dqat.c359 MPASS(sc->sc_accel_num <= MAX_NUM_ACCEL); in qat_attach()