Searched refs:chunk_len (Results 1 – 4 of 4) sorted by relevance
| /dpdk/lib/hash/ |
| H A D | rte_thash_x86_gfni.h | 92 int chunk_len = 0, i = 0; in __rte_thash_gfni() local 110 chunk_len = __builtin_popcountll(load_mask); in __rte_thash_gfni() 111 for (i = 0; i < ((chunk_len + prepend) / 8); i++, mtrx += 8) { in __rte_thash_gfni() 133 int rest_len = (chunk_len + prepend) % 8; in __rte_thash_gfni()
|
| /dpdk/drivers/mempool/bucket/ |
| H A D | rte_mempool_bucket.c | 616 unsigned int chunk_len = bd->bucket_mem_size; in bucket_populate() local 618 if ((size_t)(iter - (uint8_t *)vaddr) + chunk_len > len) in bucket_populate() 619 chunk_len = len - (iter - (uint8_t *)vaddr); in bucket_populate() 620 if (chunk_len <= bucket_header_sz) in bucket_populate() 622 chunk_len -= bucket_header_sz; in bucket_populate() 630 iova, chunk_len, in bucket_populate()
|
| /dpdk/drivers/crypto/octeontx/ |
| H A D | otx_cryptodev_hw_access.c | 511 int chunk_len, chunks, chunk_size; in otx_cpt_get_resource() local 533 chunk_len = DEFAULT_CMD_QCHUNK_SIZE; in otx_cpt_get_resource() 535 chunk_size = chunk_len * CPT_INST_SIZE + CPT_NEXT_CHUNK_PTR_SIZE; in otx_cpt_get_resource()
|
| /dpdk/lib/eal/linux/ |
| H A D | eal_memalloc.c | 1161 int i, ret, chunk_len, diff_len; in sync_chunk() local 1175 chunk_len = end - start; in sync_chunk() 1186 diff_len = RTE_MIN(chunk_len, diff_len); in sync_chunk() 1247 ret = RTE_MIN(chunk_len, diff_len); in sync_chunk()
|