Home
last modified time | relevance | path

Searched refs:os_mbuf_pool (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/porting/include/os/
Dos_mbuf.h52 struct os_mbuf_pool { struct
63 STAILQ_ENTRY(os_mbuf_pool) omp_next; argument
107 struct os_mbuf_pool *om_omp;
225 struct os_mbuf_pool *omp; in _os_mbuf_trailingspace()
308 int r_os_msys_register(struct os_mbuf_pool *);
369 int r_os_mbuf_pool_init(struct os_mbuf_pool *, struct os_mempool *mp,
382 struct os_mbuf *r_os_mbuf_get(struct os_mbuf_pool *omp, uint16_t);
392 struct os_mbuf *r_os_mbuf_get_pkthdr(struct os_mbuf_pool *omp,
764 int os_msys_register(struct os_mbuf_pool *);
817 int os_mbuf_pool_init(struct os_mbuf_pool *, struct os_mempool *mp,
[all …]
/hal_espressif-latest/components/bt/porting/include/
Dmem_api.h17 struct os_mbuf_pool;
30 struct os_mbuf_pool *mbuf_pool, uint16_t num_blocks,
36 struct os_mbuf_pool *mbuf_pool, int num_blocks,
42 struct os_mbuf_pool *mbuf_pool, int num_blocks,
/hal_espressif-latest/components/bt/porting/mem/
Dos_msys_init.c22 static STAILQ_HEAD(, os_mbuf_pool) g_msys_pool_list =
65 static struct os_mbuf_pool os_msys_init_1_mbuf_pool;
79 static struct os_mbuf_pool os_msys_init_2_mbuf_pool;
134 const struct os_mbuf_pool *omp; in os_msys_sanity()
154 struct os_mbuf_pool *mbuf_pool, in os_msys_init_once()