Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev_hw_access.h50 struct command_chunk { struct
68 struct command_chunk chead[DEFAULT_CMD_QCHUNKS]; argument
H A Dotx_cryptodev_hw_access.c511 struct command_chunk *chunk_head = NULL, *chunk_prev = NULL; in otx_cpt_get_resource()
512 struct command_chunk *chunk = NULL; in otx_cpt_get_resource()
535 len = chunks * RTE_ALIGN(sizeof(struct command_chunk), 8); in otx_cpt_get_resource()