Lines Matching refs:node_rx

444 	struct node_rx_pdu *node_rx;  in ll_sync_create_cancel()  local
520 node_rx = sync->node_rx_sync_estab; in ll_sync_create_cancel()
521 link_sync_estab = node_rx->hdr.link; in ll_sync_create_cancel()
526 ll_rx_release(node_rx); in ll_sync_create_cancel()
533 node_rx = (void *)&sync->node_rx_lost; in ll_sync_create_cancel()
534 node_rx->hdr.type = NODE_RX_TYPE_SYNC; in ll_sync_create_cancel()
535 node_rx->hdr.handle = LLL_HANDLE_INVALID; in ll_sync_create_cancel()
540 se = (void *)node_rx->pdu; in ll_sync_create_cancel()
546 node_rx->rx_ftr.param = sync; in ll_sync_create_cancel()
548 *rx = node_rx; in ll_sync_create_cancel()
601 struct node_rx_pdu *node_rx; in ll_sync_terminate() local
603 node_rx = (void *)sync->node_rx_sync_estab; in ll_sync_terminate()
604 link_sync_estab = node_rx->hdr.link; in ll_sync_terminate()
607 ll_rx_release(node_rx); in ll_sync_terminate()
855 struct node_rx_pdu *node_rx; in ull_sync_release() local
858 node_rx = &lll->node_cte_incomplete->rx; in ull_sync_release()
859 link = node_rx->hdr.link; in ull_sync_release()
863 ull_df_iq_report_mem_release(node_rx); in ull_sync_release()
950 struct node_rx_pdu *node_rx, struct pdu_adv_sync_info *si) in ull_sync_setup() argument
1092 ftr = &node_rx->rx_ftr; in ull_sync_setup()
1093 pdu = (void *)((struct node_rx_pdu *)node_rx)->pdu; in ull_sync_setup()
1580 struct node_rx_pdu *node_rx; local
1596 node_rx = ll_rx_alloc();
1597 if (!node_rx) {
1606 ll_rx_release(node_rx);
1616 node_rx->hdr.link = link_sync_estab;
1623 sync->node_rx_sync_estab = node_rx;