Home
last modified time | relevance | path

Searched refs:DEFAULT_CMD_QCHUNK_SIZE (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev_hw_access.h27 #define DEFAULT_CMD_QCHUNK_SIZE 1023 macro
29 (DEFAULT_CMD_QCHUNK_SIZE * DEFAULT_CMD_QCHUNKS)
248 if (unlikely(++queue->idx >= DEFAULT_CMD_QCHUNK_SIZE)) { in mark_cpt_inst()
H A Dotx_cryptodev_hw_access.c528 chunk_len = DEFAULT_CMD_QCHUNK_SIZE; in otx_cpt_get_resource()