Lines Matching refs:node_rx

446 	struct node_rx_pdu *node_rx;  in ll_sync_create_cancel()  local
522 node_rx = sync->node_rx_sync_estab; in ll_sync_create_cancel()
523 link_sync_estab = node_rx->hdr.link; in ll_sync_create_cancel()
528 ll_rx_release(node_rx); in ll_sync_create_cancel()
535 node_rx = (void *)&sync->node_rx_lost; in ll_sync_create_cancel()
536 node_rx->hdr.type = NODE_RX_TYPE_SYNC; in ll_sync_create_cancel()
537 node_rx->hdr.handle = LLL_HANDLE_INVALID; in ll_sync_create_cancel()
542 se = (void *)node_rx->pdu; in ll_sync_create_cancel()
548 node_rx->rx_ftr.param = sync; in ll_sync_create_cancel()
550 *rx = node_rx; in ll_sync_create_cancel()
603 struct node_rx_pdu *node_rx; in ll_sync_terminate() local
605 node_rx = (void *)sync->node_rx_sync_estab; in ll_sync_terminate()
606 link_sync_estab = node_rx->hdr.link; in ll_sync_terminate()
609 ll_rx_release(node_rx); in ll_sync_terminate()
857 struct node_rx_pdu *node_rx; in ull_sync_release() local
860 node_rx = &lll->node_cte_incomplete->rx; in ull_sync_release()
861 link = node_rx->hdr.link; in ull_sync_release()
865 ull_df_iq_report_mem_release(node_rx); in ull_sync_release()
954 struct node_rx_pdu *node_rx, struct pdu_adv_sync_info *si) in ull_sync_setup() argument
1099 ftr = &node_rx->rx_ftr; in ull_sync_setup()
1100 pdu = (void *)((struct node_rx_pdu *)node_rx)->pdu; in ull_sync_setup()
1587 struct node_rx_pdu *node_rx; local
1603 node_rx = ll_rx_alloc();
1604 if (!node_rx) {
1613 ll_rx_release(node_rx);
1623 node_rx->hdr.link = link_sync_estab;
1630 sync->node_rx_sync_estab = node_rx;