Home
last modified time | relevance | path

Searched refs:MFIFO_ENQUEUE_GET (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/util/
Dmfifo.h173 #define MFIFO_ENQUEUE_GET(name, mem) \ macro
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_conn.c233 idx = MFIFO_ENQUEUE_GET(conn_tx, (void **) &lll_tx); in ll_tx_mem_enqueue()
1517 idx = MFIFO_ENQUEUE_GET(conn_ack, (void **)&lll_tx); in ull_conn_lll_ack_enqueue()
2017 idx = MFIFO_ENQUEUE_GET(conn_ack, (void **)&tx_buf); in tx_lll_flush()
Dull.c1806 idx = MFIFO_ENQUEUE_GET(tx_ack, (void **)&tx); in ll_tx_ack_put()
2085 idx = MFIFO_ENQUEUE_GET(prep, (void **)&e); in ull_prepare_enqueue()