DPDK 25.11.0-rc1
rte_pmd_dpaa2_cmdif.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright 2018 NXP
3 */
4
5#ifndef __RTE_PMD_DPAA2_CMDIF_H__
6#define __RTE_PMD_DPAA2_CMDIF_H__
7
15#include <stdint.h>
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
24 uint32_t size;
26 uint32_t frc;
28 uint64_t flc;
30 uint8_t priority;
31};
32
33#ifdef __cplusplus
34}
35#endif
36
37#endif /* __RTE_PMD_DPAA2_CMDIF_H__ */