DPDK
25.03.0
Toggle main menu visibility
Main Page
Related Pages
Data Structures
Data Structures
Data Fields
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Functions
_
g
r
t
Variables
c
r
Typedefs
a
c
d
e
h
l
m
p
r
s
t
Enumerations
d
r
Enumerator
c
e
f
r
s
w
Macros
_
b
c
i
l
m
o
p
r
s
t
u
v
Examples
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
drivers
raw
dpaa2_cmdif
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
#ifdef __cplusplus
16
extern
"C"
{
17
#endif
18
20
struct
rte_dpaa2_cmdif_context
{
22
uint32_t
size
;
24
uint32_t
frc
;
26
uint64_t
flc
;
28
uint8_t
priority
;
29
};
30
31
#ifdef __cplusplus
32
}
33
#endif
34
35
#endif
/* __RTE_PMD_DPAA2_CMDIF_H__ */
rte_dpaa2_cmdif_context
Definition:
rte_pmd_dpaa2_cmdif.h:20
rte_dpaa2_cmdif_context::frc
uint32_t frc
Definition:
rte_pmd_dpaa2_cmdif.h:24
rte_dpaa2_cmdif_context::priority
uint8_t priority
Definition:
rte_pmd_dpaa2_cmdif.h:28
rte_dpaa2_cmdif_context::flc
uint64_t flc
Definition:
rte_pmd_dpaa2_cmdif.h:26
rte_dpaa2_cmdif_context::size
uint32_t size
Definition:
rte_pmd_dpaa2_cmdif.h:22
Generated by
1.9.4