Searched refs:_count (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_common/include/ |
D | mesh_buf.h | 841 #define NET_BUF_POOL_INITIALIZER(_pool, _alloc, _bufs, _count, _destroy) \ argument 845 .buf_count = _count, \ 846 .uninit_count = _count, \ 847 .avail_count = _count, \ 852 #define NET_BUF_POOL_INITIALIZER(_pool, _alloc, _bufs, _count, _destroy) \ argument 856 .buf_count = _count, \ 857 .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 …]
|