Home
last modified time | relevance | path

Searched refs:memq_peek (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/util/
Dmemq.c117 memq_link_t *memq_peek(memq_link_t *head, memq_link_t *tail, void **mem) in memq_peek() function
147 head = memq_peek(head, tail, mem); in memq_peek_n()
173 old_head = memq_peek(*head, tail, mem); in memq_dequeue()
Dmemq.h33 memq_link_t *memq_peek(memq_link_t *head, memq_link_t *tail, void **mem);
Dmayfly.c197 link = memq_peek(mft[callee_id][caller_id].head, in mayfly_run()
224 link = memq_peek(mft[callee_id][caller_id].head, in mayfly_run()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_conn.c512 link = memq_peek(lll->memq_tx.head, lll->memq_tx.tail, (void **)&tx); in lll_conn_pdu_tx_prep()
662 link = memq_peek(lll->memq_tx.head, lll->memq_tx.tail, in isr_rx_pdu()
785 if (memq_peek(lll->memq_tx.head, lll->memq_tx.tail, NULL)) { in empty_tx_enqueue()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_peripheral.c189 link = memq_peek(lll->memq_tx.head, lll->memq_tx.tail, NULL);
Dlll_conn.c882 link = memq_peek(lll->memq_tx.head, lll->memq_tx.tail, (void **)&tx);
1060 link = memq_peek(lll->memq_tx.head, lll->memq_tx.tail,
1286 link = memq_peek(lll->memq_tx.head, lll->memq_tx.tail, (void **)&tx);
Dlll_adv_iso.c270 link = memq_peek(stream->memq_tx.head, in prepare_cb_common()
579 link = memq_peek(stream->memq_tx.head, in isr_tx_common()
Dlll_central_iso.c224 link = memq_peek(cis_lll->memq_tx.head, in prepare_cb()
620 link = memq_peek(cis_lll->memq_tx.head, in isr_tx()
869 link = memq_peek(cis_lll->memq_tx.head, in isr_rx()
Dlll_peripheral_iso.c353 link = memq_peek(cis_lll->memq_tx.head, in prepare_cb()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_iso.c1631 link = memq_peek(memq_ull_iso_rx.head, memq_ull_iso_rx.tail, in iso_rx_demux()
1720 link = memq_peek(memq_ll_iso_rx.head, memq_ll_iso_rx.tail, (void **)&rx); in ll_iso_rx_get()
1732 link = memq_peek(memq_ll_iso_rx.head, memq_ll_iso_rx.tail, (void **)&rx); in ll_iso_rx_get()
Dull.c975 link = memq_peek(memq_ll_rx.head, memq_ll_rx.tail, (void **)&rx); in ll_rx_get()
2552 link = memq_peek(memq_ull_rx.head, memq_ull_rx.tail, in rx_demux()
2611 link_peek = memq_peek(memq_ull_rx.head, memq_ull_rx.tail, (void **)&rx); in rx_demux_yield()
Dull_conn.c1095 memq_peek(lll->memq_tx.head, in ull_conn_done()
2878 return (memq_peek(conn->lll.memq_tx.head, conn->lll.memq_tx.tail, NULL) == NULL);