HomeSort by: relevance | last modified time | path
    Searched refs:UWORD_CPYBUF_SIZE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/qat/
qatreg.h 85 #define UWORD_CPYBUF_SIZE 1024 /* micro-store copy buffer (bytes) */
qat_ae.c 3345 ucode_cpybuf = qat_alloc_mem(UWORD_CPYBUF_SIZE * sizeof(uint64_t));
3355 cpylen = uimin(ninst, UWORD_CPYBUF_SIZE);

Completed in 38 milliseconds