2019-06-25 11:12:58 +00:00
|
|
|
/* SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
* Copyright(c) 2018 Cavium, Inc
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _OTX_CRYPTODEV_H_
|
|
|
|
#define _OTX_CRYPTODEV_H_
|
|
|
|
|
|
|
|
/* Cavium OCTEON TX crypto PMD device name */
|
|
|
|
#define CRYPTODEV_NAME_OCTEONTX_PMD crypto_octeontx
|
|
|
|
|
2020-06-18 16:55:50 +00:00
|
|
|
#define CPT_LOGTYPE otx_cpt_logtype
|
|
|
|
|
|
|
|
extern int otx_cpt_logtype;
|
|
|
|
|
2019-06-25 11:12:58 +00:00
|
|
|
/*
|
|
|
|
* Crypto device driver ID
|
|
|
|
*/
|
2020-06-18 16:55:50 +00:00
|
|
|
extern uint8_t otx_cryptodev_driver_id;
|
2019-06-25 11:12:58 +00:00
|
|
|
|
|
|
|
#endif /* _OTX_CRYPTODEV_H_ */
|