Blog
Community
Development
Documentation
CNDP
22.08.0
Main Page
Related Pages
Data Structures
Data Structures
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Functions
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
x
Functions
_
c
d
e
f
g
h
i
j
k
l
m
n
p
s
t
u
v
x
Variables
Typedefs
a
b
c
h
i
j
l
m
o
p
s
t
u
v
Enumerations
Enumerator
_
a
c
d
e
j
m
p
r
s
t
u
Macros
_
a
c
d
e
h
i
j
k
l
m
o
p
r
t
u
v
x
Examples
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
mmap_private.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: BSD-3-Clause
2
* Copyright (c) 2020-2022 Intel Corporation
3
*/
4
5
#ifndef _MMAP_PRIVATE_H_
6
#define _MMAP_PRIVATE_H_
7
8
#include <stddef.h>
// for size_t
9
#include <stdint.h>
// for uint64_t, uint8_t
10
11
#include <
cne_mmap.h
>
12
20
#ifdef __cplusplus
21
extern
"C"
{
22
#endif
23
24
struct
mmap_data {
25
uint32_t bufcnt;
26
uint32_t bufsz;
27
size_t
sz;
28
void
*addr;
29
mmap_type_t
typ;
30
unsigned
align;
31
};
32
33
#ifdef __cplusplus
34
}
35
#endif
36
37
#endif
/* _MMAP_PRIVATE_H_ */
cne_mmap.h
mmap_type_t
mmap_type_t
Definition:
cne_mmap.h:27
lib
core
mmap
mmap_private.h
Generated by
1.9.1