Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev_hw_access.h57 struct command_chunk { struct
75 struct command_chunk chead[DEFAULT_CMD_QCHUNKS]; argument
H A Dotx_cryptodev_hw_access.c514 struct command_chunk *chunk_head = NULL, *chunk_prev = NULL; in otx_cpt_get_resource()
515 struct command_chunk *chunk = NULL; in otx_cpt_get_resource()
538 len = chunks * RTE_ALIGN(sizeof(struct command_chunk), 8); in otx_cpt_get_resource()