Searched refs:net_buf_pool (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_core/ |
D | adv.h | 68 struct net_buf *bt_mesh_adv_create_from_pool(struct net_buf_pool *pool, 73 void bt_mesh_unref_buf_from_pool(struct net_buf_pool *pool);
|
D | adv.c | 343 struct net_buf *bt_mesh_adv_create_from_pool(struct net_buf_pool *pool, in bt_mesh_adv_create_from_pool() 375 void bt_mesh_unref_buf_from_pool(struct net_buf_pool *pool) in bt_mesh_unref_buf_from_pool()
|
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_common/ |
D | mesh_buf.c | 13 struct net_buf_pool *pool = buf->pool; in net_buf_id() 18 static inline struct net_buf *pool_get_uninit(struct net_buf_pool *pool, in pool_get_uninit() 472 struct net_buf_pool *pool = NULL; in net_buf_unref_debug() 511 struct net_buf_pool *pool = buf->pool; in fixed_data_alloc() 531 struct net_buf_pool *pool = buf->pool; in data_alloc() 537 struct net_buf *net_buf_alloc_len_debug(struct net_buf_pool *pool, size_t size, in net_buf_alloc_len_debug() 540 struct net_buf *net_buf_alloc_len(struct net_buf_pool *pool, size_t size, in net_buf_alloc_len_debug() 606 struct net_buf *net_buf_alloc_fixed_debug(struct net_buf_pool *pool, in net_buf_alloc_fixed_debug() 615 struct net_buf *net_buf_alloc_fixed(struct net_buf_pool *pool, int32_t timeout) in net_buf_alloc_fixed()
|
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_common/include/ |
D | mesh_buf.h | 770 struct net_buf_pool *pool; 812 struct net_buf_pool { struct 908 struct net_buf_pool _name __net_buf_align \ 966 struct net_buf *net_buf_alloc_fixed_debug(struct net_buf_pool *pool, int32_t timeout, 971 struct net_buf *net_buf_alloc_fixed(struct net_buf_pool *pool, int32_t timeout);
|