Searched refs:_count (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/ |
D | mesh_buf.h | 841 #define NET_BUF_POOL_INITIALIZER(_pool, _alloc, _bufs, _count, _destroy) \ argument 843 .buf_count = _count, \ 844 .uninit_count = _count, \ 845 .avail_count = _count, \ 852 #define NET_BUF_POOL_INITIALIZER(_pool, _alloc, _bufs, _count, _destroy) \ argument 854 .buf_count = _count, \ 855 .uninit_count = _count, \ 897 #define NET_BUF_POOL_FIXED_DEFINE(_name, _count, _data_size, _destroy) \ argument 898 static struct net_buf net_buf_##_name[_count]; \ 899 static uint8_t net_buf_data_##_name[_count][_data_size]; \ [all …]
|