Lines Matching refs:link
621 adv_iso->node_rx_complete.hdr.link = link_cmplt; in big_create()
622 adv_iso->node_rx_terminate.rx.hdr.link = link_term; in big_create()
943 static memq_link_t link; in ull_adv_iso_offset_get() local
944 static struct mayfly mfy = {0U, 0U, &link, NULL, mfy_iso_offset_get}; in ull_adv_iso_offset_get()
1004 memq_link_t *link; in ull_adv_iso_done_complete() local
1015 link = rx->hdr.link; in ull_adv_iso_done_complete()
1016 if (!link) { in ull_adv_iso_done_complete()
1024 rx->hdr.link = NULL; in ull_adv_iso_done_complete()
1030 ll_rx_put_sched(link, rx); in ull_adv_iso_done_complete()
1090 memq_link_t *link; in ull_adv_iso_stream_release() local
1096 link = memq_deinit(&stream->memq_tx.head, in ull_adv_iso_stream_release()
1098 LL_ASSERT(link); in ull_adv_iso_stream_release()
1099 stream->link_tx_free = link; in ull_adv_iso_stream_release()
1565 static memq_link_t link; in ticker_stop_op_cb() local
1566 static struct mayfly mfy = {0U, 0U, &link, NULL, adv_iso_disable}; in ticker_stop_op_cb()
1587 static memq_link_t link; in adv_iso_disable() local
1588 static struct mayfly mfy = {0U, 0U, &link, NULL, lll_disable}; in adv_iso_disable()
1612 static memq_link_t link; in disabled_cb() local
1613 static struct mayfly mfy = {0U, 0U, &link, NULL, tx_lll_flush}; in disabled_cb()
1627 memq_link_t *link; in tx_lll_flush() local
1664 link = rx->hdr.link; in tx_lll_flush()
1665 LL_ASSERT(link); in tx_lll_flush()
1666 rx->hdr.link = NULL; in tx_lll_flush()
1669 ull_rx_put_sched(link, rx); in tx_lll_flush()