/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * Marvell Octeon CN10K DPI driver * * Copyright (C) 2024 Marvell. * */ #ifndef __MRVL_CN10K_DPI_H__ #define __MRVL_CN10K_DPI_H__ #include <linux/types.h> #define DPI_MAX_ENGINES … struct dpi_mps_mrrs_cfg { … }; struct dpi_engine_cfg { … }; /* DPI ioctl numbers */ #define DPI_MAGIC_NUM … /* Set MPS & MRRS parameters */ #define DPI_MPS_MRRS_CFG … /* Set Engine FIFO configuration */ #define DPI_ENGINE_CFG … #endif /* __MRVL_CN10K_DPI_H__ */