Home
last modified time | relevance | path

Searched refs:memq_peek_n (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/util/
Dmemq.h34 memq_link_t *memq_peek_n(memq_link_t *head, memq_link_t *tail, uint8_t n,
Dmemq.c141 memq_link_t *memq_peek_n(memq_link_t *head, memq_link_t *tail, uint8_t n, in memq_peek_n() function
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_adv_iso.c644 link = memq_peek_n(stream->memq_tx.head, stream->memq_tx.tail, in isr_tx_common()
649 link = memq_peek_n(stream->memq_tx.head, in isr_tx_common()
Dlll_central_iso.c964 link = memq_peek_n(cis_lll->memq_tx.head, cis_lll->memq_tx.tail, in isr_prepare_subevent()
969 link = memq_peek_n(cis_lll->memq_tx.head, in isr_prepare_subevent()
Dlll_peripheral_iso.c668 link = memq_peek_n(cis_lll->memq_tx.head, cis_lll->memq_tx.tail, in isr_rx()
673 link = memq_peek_n(cis_lll->memq_tx.head, in isr_rx()