DPDK
19.11.14
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
p
r
s
t
+
Variables
b
c
m
r
+
Typedefs
a
c
d
e
h
l
m
p
r
s
u
+
Enumerations
r
+
Enumerator
c
e
f
i
m
r
s
w
+
Macros
_
b
c
d
e
i
l
m
o
p
r
s
t
u
v
Examples
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
drivers
mempool
dpaa2
rte_dpaa2_mempool.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: BSD-3-Clause
2
* Copyright 2018 NXP
3
*/
4
5
#ifndef __RTE_DPAA2_MEMPOOL_H__
6
#define __RTE_DPAA2_MEMPOOL_H__
7
15
#ifdef __cplusplus
16
extern
"C"
{
17
#endif
18
19
#include <
rte_mempool.h
>
20
30
uint16_t
31
rte_dpaa2_mbuf_pool_bpid
(
struct
rte_mempool
*mp);
32
46
struct
rte_mbuf
*
47
rte_dpaa2_mbuf_from_buf_addr
(
struct
rte_mempool
*mp,
void
*
buf_addr
);
48
49
#ifdef __cplusplus
50
}
51
#endif
52
53
#endif
/* __RTE_DPAA2_MEMPOOL_H__ */
rte_mempool
Definition:
rte_mempool.h:216
rte_mbuf::buf_addr
void * buf_addr
Definition:
rte_mbuf_core.h:485
rte_mempool.h
rte_mbuf
Definition:
rte_mbuf_core.h:482
rte_dpaa2_mbuf_pool_bpid
uint16_t rte_dpaa2_mbuf_pool_bpid(struct rte_mempool *mp)
rte_dpaa2_mbuf_from_buf_addr
struct rte_mbuf * rte_dpaa2_mbuf_from_buf_addr(struct rte_mempool *mp, void *buf_addr)
Generated by
1.8.13