DPDK  24.03.0
rte_pmd_cnxk_crypto.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(C) 2024 Marvell.
3  */
4 
11 #ifndef _PMD_CNXK_CRYPTO_H_
12 #define _PMD_CNXK_CRYPTO_H_
13 
14 #include <stdint.h>
15 
26 void *rte_pmd_cnxk_crypto_qptr_get(uint8_t dev_id, uint16_t qp_id);
27 
44 void rte_pmd_cnxk_crypto_submit(void *qptr, void *inst, uint16_t nb_inst);
45 
46 #endif /* _PMD_CNXK_CRYPTO_H_ */
void * rte_pmd_cnxk_crypto_qptr_get(uint8_t dev_id, uint16_t qp_id)
void rte_pmd_cnxk_crypto_submit(void *qptr, void *inst, uint16_t nb_inst)