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
159 link_sync_lost = ll_rx_link_alloc(); in ll_big_sync_create()
160 if (!link_sync_lost) { in ll_big_sync_create()
168 ll_rx_link_release(link_sync_lost); in ll_big_sync_create()
183 sync_iso->node_rx_lost.rx.hdr.link = link_sync_lost; in ll_big_sync_create()
247 memq_link_t *link_sync_lost; in ll_big_sync_terminate() local
269 link_sync_lost = sync_iso->node_rx_lost.rx.hdr.link; in ll_big_sync_terminate()
271 ll_rx_link_release(link_sync_lost); in ll_big_sync_terminate()
317 link_sync_lost = sync_iso->node_rx_lost.rx.hdr.link; in ll_big_sync_terminate()
318 ll_rx_link_release(link_sync_lost); in ll_big_sync_terminate()
Dull_sync.c443 memq_link_t *link_sync_lost; in ll_sync_create_cancel() local
522 link_sync_lost = sync->node_rx_lost.rx.hdr.link; in ll_sync_create_cancel()
524 ll_rx_link_release(link_sync_lost); in ll_sync_create_cancel()
556 memq_link_t *link_sync_lost; in ll_sync_terminate() local
613 link_sync_lost = sync->node_rx_lost.rx.hdr.link; in ll_sync_terminate()
614 ll_rx_link_release(link_sync_lost); in ll_sync_terminate()
1579 memq_link_t *link_sync_lost; local
1589 link_sync_lost = ll_rx_link_alloc();
1590 if (!link_sync_lost) {
1598 ll_rx_link_release(link_sync_lost);
[all …]
Dull.c1612 memq_link_t *link_sync_lost; in ll_rx_mem_release() local
1614 link_sync_lost = in ll_rx_mem_release()
1616 ll_rx_link_release(link_sync_lost); in ll_rx_mem_release()