Home
last modified time | relevance | path

Searched refs:chunk_size (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev_hw_access.c511 int chunk_len, chunks, chunk_size; in otx_cpt_get_resource() local
535 chunk_size = chunk_len * CPT_INST_SIZE + CPT_NEXT_CHUNK_PTR_SIZE; in otx_cpt_get_resource()
547 len += chunks * RTE_ALIGN(chunk_size, 128); in otx_cpt_get_resource()
600 csize = RTE_ALIGN(chunk_size, 128); in otx_cpt_get_resource()
607 chunk_size - 8); in otx_cpt_get_resource()
613 next_ptr = (uint64_t *)(chunk_prev->head + chunk_size - 8); in otx_cpt_get_resource()
619 cptvf->qsize = chunk_size / 8; in otx_cpt_get_resource()
/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_utils.c785 uint32_t chunk_size) in ulp_blob_perform_byte_reverse() argument
798 num = ULP_BITS_2_BYTE(blob->write_idx) / chunk_size; in ulp_blob_perform_byte_reverse()
800 for (jdx = 0; jdx < chunk_size / 2; jdx++) { in ulp_blob_perform_byte_reverse()
802 buff[jdx] = buff[(chunk_size - 1) - jdx]; in ulp_blob_perform_byte_reverse()
803 buff[(chunk_size - 1) - jdx] = xchar; in ulp_blob_perform_byte_reverse()
805 buff += chunk_size; in ulp_blob_perform_byte_reverse()
H A Dulp_utils.h418 uint32_t chunk_size);
/dpdk/drivers/net/ice/base/
H A Dice_adminq_cmd.h1231 u8 chunk_size; member