2020-06-18 16:55:50 +00:00
|
|
|
/* SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
* Copyright (C) 2019 Marvell International Ltd.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _OTX2_CRYPTODEV_OPS_H_
|
|
|
|
#define _OTX2_CRYPTODEV_OPS_H_
|
|
|
|
|
2022-09-06 04:00:10 +00:00
|
|
|
#include <cryptodev_pmd.h>
|
2020-06-18 16:55:50 +00:00
|
|
|
|
2022-09-06 04:00:10 +00:00
|
|
|
#define OTX2_CPT_MIN_HEADROOM_REQ 48
|
|
|
|
#define OTX2_CPT_MIN_TAILROOM_REQ 208
|
2020-06-18 16:55:50 +00:00
|
|
|
|
2021-01-28 17:08:59 +00:00
|
|
|
extern struct rte_cryptodev_ops otx2_cpt_ops;
|
2020-06-18 16:55:50 +00:00
|
|
|
|
|
|
|
#endif /* _OTX2_CRYPTODEV_OPS_H_ */
|