Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/
Dull_sync_iso.c87 memq_link_t *link_sync_lost; in ll_big_sync_create() local
149 link_sync_lost = ll_rx_link_alloc(); in ll_big_sync_create()
150 if (!link_sync_lost) { in ll_big_sync_create()
158 ll_rx_link_release(link_sync_lost); in ll_big_sync_create()
173 sync_iso->node_rx_lost.rx.hdr.link = link_sync_lost; in ll_big_sync_create()
234 memq_link_t *link_sync_lost; in ll_big_sync_terminate() local
254 link_sync_lost = sync_iso->node_rx_lost.rx.hdr.link; in ll_big_sync_terminate()
256 ll_rx_link_release(link_sync_lost); in ll_big_sync_terminate()
289 link_sync_lost = sync_iso->node_rx_lost.rx.hdr.link; in ll_big_sync_terminate()
290 ll_rx_link_release(link_sync_lost); in ll_big_sync_terminate()
Dull_sync.c102 memq_link_t *link_sync_lost; in ll_sync_create() local
133 link_sync_lost = ll_rx_link_alloc(); in ll_sync_create()
134 if (!link_sync_lost) { in ll_sync_create()
142 ll_rx_link_release(link_sync_lost); in ll_sync_create()
151 ll_rx_link_release(link_sync_lost); in ll_sync_create()
184 sync->node_rx_lost.rx.hdr.link = link_sync_lost; in ll_sync_create()
286 memq_link_t *link_sync_lost; in ll_sync_create_cancel() local
365 link_sync_lost = sync->node_rx_lost.rx.hdr.link; in ll_sync_create_cancel()
367 ll_rx_link_release(link_sync_lost); in ll_sync_create_cancel()
399 memq_link_t *link_sync_lost; in ll_sync_terminate() local
[all …]
Dull.c1571 memq_link_t *link_sync_lost; in ll_rx_mem_release() local
1573 link_sync_lost = in ll_rx_mem_release()
1575 ll_rx_link_release(link_sync_lost); in ll_rx_mem_release()