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
lib
ethdev
rte_cman.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: BSD-3-Clause
2
* Copyright(C) 2022 Marvell International Ltd.
3
*/
4
5
#ifndef RTE_CMAN_H
6
#define RTE_CMAN_H
7
8
#include <
rte_bitops.h
>
9
16
enum
rte_cman_mode
{
24
RTE_CMAN_RED
=
RTE_BIT32
(0),
25
};
26
30
struct
rte_cman_red_params
{
36
uint8_t
min_th
;
42
uint8_t
max_th
;
44
uint16_t
maxp_inv
;
45
};
46
47
#endif
/* RTE_CMAN_H */
rte_bitops.h
RTE_BIT32
#define RTE_BIT32(nr)
Definition:
rte_bitops.h:44
rte_cman_mode
rte_cman_mode
Definition:
rte_cman.h:16
RTE_CMAN_RED
@ RTE_CMAN_RED
Definition:
rte_cman.h:24
rte_cman_red_params
Definition:
rte_cman.h:30
rte_cman_red_params::min_th
uint8_t min_th
Definition:
rte_cman.h:36
rte_cman_red_params::max_th
uint8_t max_th
Definition:
rte_cman.h:42
rte_cman_red_params::maxp_inv
uint16_t maxp_inv
Definition:
rte_cman.h:44
Generated by
1.9.4