Searched refs:UWORD_CPYBUF_SIZE (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/qat/
H A Dqatreg.h98 #define UWORD_CPYBUF_SIZE 1024 /* micro-store copy buffer (bytes) */ macro
H A Dqat_ae.c3285 ucode_cpybuf = qat_alloc_mem(UWORD_CPYBUF_SIZE * sizeof(uint64_t));
3295 cpylen = min(ninst, UWORD_CPYBUF_SIZE);

Completed in 65 milliseconds