Searched refs:mfifo_enqueue_idx_get (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/util/ |
D | mfifo.h | 80 static inline bool mfifo_enqueue_idx_get(uint8_t count, uint8_t first, in mfifo_enqueue_idx_get() function 110 mfifo_enqueue_idx_get(mfifo_##name.n, mfifo_fifo_##name.f, \ 150 if (!mfifo_enqueue_idx_get(count, first, last, &idx)) { in mfifo_enqueue_get()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull.c | 3118 while ((max--) && mfifo_enqueue_idx_get(n, f, *l, &idx)) { in ull_rxfifo_alloc() 3149 if (!mfifo_enqueue_idx_get(n, f, *l, &idx)) { in ull_rxfifo_release()
|