Home
last modified time | relevance | path

Searched refs:MFIFO_DEQUEUE_PEEK (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/util/
Dmfifo.h269 #define MFIFO_DEQUEUE_PEEK(name) \ macro
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/
Dull.c205 return MFIFO_DEQUEUE_PEEK(ll_pdu_rx_free); in ll_pdu_rx_alloc_peek()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull.c1791 return MFIFO_DEQUEUE_PEEK(ll_pdu_rx_free); in ll_pdu_rx_alloc_peek()
2033 return MFIFO_DEQUEUE_PEEK(pdu_rx_free); in ull_pdu_rx_alloc_peek()
2234 evdone = MFIFO_DEQUEUE_PEEK(done); in ull_event_done_extra_get()
Dull_df.c555 return MFIFO_DEQUEUE_PEEK(iq_report_free); in ull_df_iq_report_alloc_peek()
Dull_iso.c1561 return MFIFO_DEQUEUE_PEEK(iso_rx); in ull_iso_pdu_rx_alloc_peek()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_adv.c417 p = MFIFO_DEQUEUE_PEEK(pdu_free); in lll_adv_pdu_alloc_pdu_adv()
836 extra_data = MFIFO_DEQUEUE_PEEK(extra_data_free); in adv_extra_data_allocate()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_adv.c238 p = MFIFO_DEQUEUE_PEEK(pdu_free); in lll_adv_pdu_alloc()