Searched refs:buffers_count (Results 1 – 4 of 4) sorted by relevance
| /hal_nordic-latest/drivers/nrf_802154/serialization/src/include/ |
| D | nrf_802154_buffer_mgr_dst.h | 81 #define NRF_802154_BUFFER_MGR_DST_MAP_MEMSIZE(buffers_count) \ argument 82 NRF_802154_KVMAP_MEMORY_SIZE((buffers_count), sizeof(void *), sizeof(uint32_t)) 100 #define NRF_802154_BUFFER_MGR_DST_INST_DECL(name, buffers_count) \ argument 103 NRF_802154_BUFFER_MGR_DST_MAP_MEMSIZE(buffers_count)] \ 106 NRF_802154_BUFFER_ALLOCATOR_MEMORY_SIZE(buffers_count)] \ 108 const size_t name ## _buffers_count = (buffers_count); 118 #define NRF_802154_BUFFER_MGR_DST_INST_DECL_STATIC(name, buffers_count) \ argument 121 NRF_802154_BUFFER_MGR_DST_MAP_MEMSIZE(buffers_count)] \ 124 NRF_802154_BUFFER_ALLOCATOR_MEMORY_SIZE(buffers_count)] \ 126 static const size_t name ## _buffers_count = (buffers_count); [all …]
|
| D | nrf_802154_buffer_mgr_src.h | 74 #define NRF_802154_BUFFER_MGR_SRC_MAP_MEMSIZE(buffers_count) \ argument 75 NRF_802154_KVMAP_MEMORY_SIZE((buffers_count), sizeof(uint32_t), 0U) 94 #define NRF_802154_BUFFER_MGR_SRC_INST_DECL(name, buffers_count) \ argument 97 NRF_802154_BUFFER_MGR_SRC_MAP_MEMSIZE(buffers_count)] \ 99 const size_t name ## _buffers_count = (buffers_count); 109 #define NRF_802154_BUFFER_MGR_SRC_INST_DECL_STATIC(name, buffers_count) \ argument 112 NRF_802154_BUFFER_MGR_SRC_MAP_MEMSIZE(buffers_count)] \ 114 static const size_t name ## _buffers_count = (buffers_count); 139 size_t buffers_count);
|
| /hal_nordic-latest/drivers/nrf_802154/serialization/src/ |
| D | nrf_802154_buffer_mgr_dst.c | 48 size_t buffers_count) in nrf_802154_buffer_mgr_dst_init() argument 52 NRF_802154_BUFFER_MGR_DST_MAP_MEMSIZE(buffers_count), in nrf_802154_buffer_mgr_dst_init() 58 NRF_802154_BUFFER_ALLOCATOR_MEMORY_SIZE(buffers_count)); in nrf_802154_buffer_mgr_dst_init()
|
| D | nrf_802154_buffer_mgr_src.c | 48 size_t buffers_count) in nrf_802154_buffer_mgr_src_init() argument 57 NRF_802154_BUFFER_MGR_SRC_MAP_MEMSIZE(buffers_count), in nrf_802154_buffer_mgr_src_init()
|