Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_sync_iso.c97 memq_link_t *link_sync_lost; in ll_big_sync_create() local
160 link_sync_lost = ll_rx_link_alloc(); in ll_big_sync_create()
161 if (!link_sync_lost) { in ll_big_sync_create()
169 ll_rx_link_release(link_sync_lost); in ll_big_sync_create()
184 sync_iso->node_rx_lost.rx.hdr.link = link_sync_lost; in ll_big_sync_create()
248 memq_link_t *link_sync_lost; in ll_big_sync_terminate() local
270 link_sync_lost = sync_iso->node_rx_lost.rx.hdr.link; in ll_big_sync_terminate()
272 ll_rx_link_release(link_sync_lost); in ll_big_sync_terminate()
318 link_sync_lost = sync_iso->node_rx_lost.rx.hdr.link; in ll_big_sync_terminate()
319 ll_rx_link_release(link_sync_lost); in ll_big_sync_terminate()
Dull_sync.c445 memq_link_t *link_sync_lost; in ll_sync_create_cancel() local
524 link_sync_lost = sync->node_rx_lost.rx.hdr.link; in ll_sync_create_cancel()
526 ll_rx_link_release(link_sync_lost); in ll_sync_create_cancel()
558 memq_link_t *link_sync_lost; in ll_sync_terminate() local
615 link_sync_lost = sync->node_rx_lost.rx.hdr.link; in ll_sync_terminate()
616 ll_rx_link_release(link_sync_lost); in ll_sync_terminate()
1586 memq_link_t *link_sync_lost; local
1596 link_sync_lost = ll_rx_link_alloc();
1597 if (!link_sync_lost) {
1605 ll_rx_link_release(link_sync_lost);
[all …]
Dull.c1615 memq_link_t *link_sync_lost; in ll_rx_mem_release() local
1617 link_sync_lost = in ll_rx_mem_release()
1619 ll_rx_link_release(link_sync_lost); in ll_rx_mem_release()