Searched refs:node_rx2 (Results 1 – 2 of 2) sorted by relevance
1096 struct node_rx_pdu *node_rx2; local1100 node_rx2 = ull_pdu_rx_alloc();1101 LL_ASSERT(node_rx2);1103 node_rx2->hdr.type = NODE_RX_TYPE_EXT_AUX_RELEASE;1105 node_rx2->rx_ftr.param = lll;1106 node_rx2->rx_ftr.lll_aux = lll->lll_aux;1108 ull_rx_put_sched(node_rx2->hdr.link, node_rx2);
884 struct node_rx_pdu *node_rx2; in isr_rx() local886 node_rx2 = ull_pdu_rx_alloc(); in isr_rx()887 LL_ASSERT(node_rx2); in isr_rx()889 node_rx2->hdr.type = NODE_RX_TYPE_EXT_AUX_RELEASE; in isr_rx()900 node_rx2->rx_ftr.param = lll; in isr_rx()901 node_rx2->rx_ftr.lll_aux = lll->lll_aux; in isr_rx()903 ull_rx_put_sched(node_rx2->hdr.link, node_rx2); in isr_rx()