DPDK
22.11.7
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
_
c
g
r
Variables
a
c
d
e
l
r
s
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
table
rte_table_array.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: BSD-3-Clause
2
* Copyright(c) 2010-2014 Intel Corporation
3
*/
4
5
#ifndef __INCLUDE_RTE_TABLE_ARRAY_H__
6
#define __INCLUDE_RTE_TABLE_ARRAY_H__
7
8
#ifdef __cplusplus
9
extern
"C"
{
10
#endif
11
20
#include <stdint.h>
21
22
#include "
rte_table.h
"
23
25
struct
rte_table_array_params
{
27
uint32_t
n_entries
;
28
31
uint32_t
offset
;
32
};
33
35
struct
rte_table_array_key
{
37
uint32_t
pos
;
38
};
39
41
extern
struct
rte_table_ops
rte_table_array_ops
;
42
43
#ifdef __cplusplus
44
}
45
#endif
46
47
#endif
rte_table.h
rte_table_array_ops
struct rte_table_ops rte_table_array_ops
rte_table_array_key
Definition:
rte_table_array.h:35
rte_table_array_key::pos
uint32_t pos
Definition:
rte_table_array.h:37
rte_table_array_params
Definition:
rte_table_array.h:25
rte_table_array_params::offset
uint32_t offset
Definition:
rte_table_array.h:31
rte_table_array_params::n_entries
uint32_t n_entries
Definition:
rte_table_array.h:27
rte_table_ops
Definition:
rte_table.h:257
Generated by
1.9.4