Lines Matching refs:node_rx
438 struct node_rx_pdu *node_rx; in ll_sync_create_cancel() local
514 node_rx = sync->node_rx_sync_estab; in ll_sync_create_cancel()
515 link_sync_estab = node_rx->hdr.link; in ll_sync_create_cancel()
520 ll_rx_release(node_rx); in ll_sync_create_cancel()
527 node_rx = (void *)&sync->node_rx_lost; in ll_sync_create_cancel()
528 node_rx->hdr.type = NODE_RX_TYPE_SYNC; in ll_sync_create_cancel()
529 node_rx->hdr.handle = LLL_HANDLE_INVALID; in ll_sync_create_cancel()
534 se = (void *)node_rx->pdu; in ll_sync_create_cancel()
540 node_rx->rx_ftr.param = sync; in ll_sync_create_cancel()
542 *rx = node_rx; in ll_sync_create_cancel()
595 struct node_rx_pdu *node_rx; in ll_sync_terminate() local
597 node_rx = (void *)sync->node_rx_sync_estab; in ll_sync_terminate()
598 link_sync_estab = node_rx->hdr.link; in ll_sync_terminate()
601 ll_rx_release(node_rx); in ll_sync_terminate()
849 struct node_rx_pdu *node_rx; in ull_sync_release() local
852 node_rx = &lll->node_cte_incomplete->rx; in ull_sync_release()
853 link = node_rx->hdr.link; in ull_sync_release()
857 ull_df_iq_report_mem_release(node_rx); in ull_sync_release()
946 struct node_rx_pdu *node_rx, struct pdu_adv_sync_info *si) in ull_sync_setup() argument
1091 ftr = &node_rx->rx_ftr; in ull_sync_setup()
1092 pdu = (void *)((struct node_rx_pdu *)node_rx)->pdu; in ull_sync_setup()
1572 struct node_rx_pdu *node_rx; local
1588 node_rx = ll_rx_alloc();
1589 if (!node_rx) {
1598 ll_rx_release(node_rx);
1608 node_rx->hdr.link = link_sync_estab;
1615 sync->node_rx_sync_estab = node_rx;