Searched refs:memq_peek_n (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/util/ |
D | memq.h | 34 memq_link_t *memq_peek_n(memq_link_t *head, memq_link_t *tail, uint8_t n,
|
D | memq.c | 141 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/ |
D | lll_adv_iso.c | 644 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()
|
D | lll_central_iso.c | 964 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()
|
D | lll_peripheral_iso.c | 668 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()
|