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
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
#include <rte_compat.h>
16
#include <
rte_mempool.h
>
17
18
#ifdef __cplusplus
19
extern
"C"
{
20
#endif
21
31
uint16_t
32
rte_dpaa2_mbuf_pool_bpid
(
struct
rte_mempool
*mp);
33
47
struct
rte_mbuf
*
48
rte_dpaa2_mbuf_from_buf_addr
(
struct
rte_mempool
*mp,
void
*
buf_addr
);
49
62
__rte_internal
63
int
rte_dpaa2_bpid_info_init
(
struct
rte_mempool
*mp);
64
65
#ifdef __cplusplus
66
}
67
#endif
68
69
#endif
/* __RTE_DPAA2_MEMPOOL_H__ */
rte_dpaa2_mbuf_from_buf_addr
struct rte_mbuf * rte_dpaa2_mbuf_from_buf_addr(struct rte_mempool *mp, void *buf_addr)
rte_dpaa2_mbuf_pool_bpid
uint16_t rte_dpaa2_mbuf_pool_bpid(struct rte_mempool *mp)
rte_dpaa2_bpid_info_init
__rte_internal int rte_dpaa2_bpid_info_init(struct rte_mempool *mp)
rte_mempool.h
rte_mbuf
Definition:
rte_mbuf_core.h:467
rte_mbuf::buf_addr
void * buf_addr
Definition:
rte_mbuf_core.h:468
rte_mempool
Definition:
rte_mempool.h:230
Generated by
1.9.4