Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_buf.c23 buf = &pool->__bufs[pool->buf_count - uninit_count]; in pool_get_uninit()
498 NET_BUF_ASSERT(pool->avail_count <= pool->buf_count); in net_buf_unref_debug()
550 pool, pool->uninit_count, pool->buf_count); in net_buf_alloc_len_debug()
562 for (i = pool->buf_count; i > 0; i--) { in net_buf_alloc_len_debug()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_buf.h814 const uint16_t buf_count; member
843 .buf_count = _count, \
854 .buf_count = _count, \
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dadv.c361 buf->pool, pool->buf_count, pool->uninit_count); in bt_mesh_adv_create_from_pool()
383 for (i = 0; i < pool->buf_count; i++) { in bt_mesh_unref_buf_from_pool()