DPDK
24.07.0
drivers
crypto
cnxk
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
__rte_experimental
27
void
*
rte_pmd_cnxk_crypto_qptr_get
(uint8_t dev_id, uint16_t qp_id);
28
45
__rte_experimental
46
void
rte_pmd_cnxk_crypto_submit
(
void
*qptr,
void
*inst, uint16_t nb_inst);
47
48
#endif
/* _PMD_CNXK_CRYPTO_H_ */
rte_pmd_cnxk_crypto_submit
__rte_experimental void rte_pmd_cnxk_crypto_submit(void *qptr, void *inst, uint16_t nb_inst)
rte_pmd_cnxk_crypto_qptr_get
__rte_experimental void * rte_pmd_cnxk_crypto_qptr_get(uint8_t dev_id, uint16_t qp_id)
Generated by
1.8.13