2019-10-16 20:55:34 +05:30
|
|
|
/* SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
* Copyright (C) 2019 Marvell International Ltd.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _OTX2_CRYPTODEV_OPS_H_
|
|
|
|
#define _OTX2_CRYPTODEV_OPS_H_
|
|
|
|
|
|
|
|
#include <rte_cryptodev_pmd.h>
|
|
|
|
|
2019-10-16 20:55:36 +05:30
|
|
|
#define OTX2_CPT_MIN_HEADROOM_REQ 24
|
|
|
|
#define OTX2_CPT_MIN_TAILROOM_REQ 8
|
|
|
|
|
2020-02-05 13:50:41 +01:00
|
|
|
extern struct rte_cryptodev_ops otx2_cpt_ops;
|
2019-10-16 20:55:34 +05:30
|
|
|
|
|
|
|
#endif /* _OTX2_CRYPTODEV_OPS_H_ */
|