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

/freebsd-11-stable/sys/dev/cxgbe/cudbg/
H A Dfastlz_api.c36 #define CUDBG_BLOCK_SIZE (63*1024) macro
220 rc = get_scratch_buff(pout_buff, CUDBG_BLOCK_SIZE, &tmp_buffer);
359 if (pd_buff->size < 2 * CUDBG_BLOCK_SIZE)
362 rc = get_scratch_buff(pd_buff, CUDBG_BLOCK_SIZE,
368 rc = get_scratch_buff(pd_buff, CUDBG_BLOCK_SIZE,
390 (chunk_size < CUDBG_BLOCK_SIZE)) {
407 pd_buff->size = 2 * CUDBG_BLOCK_SIZE +
416 if (chunk_size > CUDBG_BLOCK_SIZE) {
446 r = (CUDBG_BLOCK_SIZE < remaining) ?
447 CUDBG_BLOCK_SIZE
[all...]

Completed in 108 milliseconds