Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_common/
H A Dqat_uclo.c22 #define UWORD_CPYBUF_SIZE 1024 macro
1183 obj_handle->uword_buf = malloc(UWORD_CPYBUF_SIZE * sizeof(uint64_t), in qat_uclo_parse_uof_obj()
2251 if (words_num < UWORD_CPYBUF_SIZE) in qat_uclo_wr_uimage_raw_page()
2254 cpylen = UWORD_CPYBUF_SIZE; in qat_uclo_wr_uimage_raw_page()
/freebsd/sys/dev/qat_c2xxx/
H A Dqatreg.h97 #define UWORD_CPYBUF_SIZE 1024 /* micro-store copy buffer (bytes) */ macro
H A Dqat_ae.c3278 ucode_cpybuf = qat_alloc_mem(UWORD_CPYBUF_SIZE * sizeof(uint64_t)); in qat_aefw_do_pagein()
3287 cpylen = min(ninst, UWORD_CPYBUF_SIZE); in qat_aefw_do_pagein()