Home
last modified time | relevance | path

Searched refs:MFIFO_AVAIL_COUNT_GET (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/util/
Dmfifo.h224 #define MFIFO_AVAIL_COUNT_GET(name) \ macro
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/
Dull.c201 if (count > MFIFO_AVAIL_COUNT_GET(ll_pdu_rx_free)) { in ll_pdu_rx_alloc_peek()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_df.c551 if (count > MFIFO_AVAIL_COUNT_GET(iq_report_free)) { in ull_df_iq_report_alloc_peek()
Dull.c1790 if (count > MFIFO_AVAIL_COUNT_GET(ll_pdu_rx_free)) { in ll_pdu_rx_alloc_peek()
2032 if (count > MFIFO_AVAIL_COUNT_GET(pdu_rx_free)) { in ull_pdu_rx_alloc_peek()
Dull_iso.c1555 if (count > MFIFO_AVAIL_COUNT_GET(iso_rx)) { in ull_iso_pdu_rx_alloc_peek()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_adv.c1704 return MFIFO_AVAIL_COUNT_GET(pdu_free); in lll_adv_free_pdu_fifo_count_get()