Lines Matching refs:ntf
59 struct node_rx_pdu *ntf; in cc_ntf_established() local
63 ntf = ctx->node_ref.rx; in cc_ntf_established()
64 LL_ASSERT(ntf); in cc_ntf_established()
67 piggy_back = (ntf->hdr.type != NODE_RX_TYPE_RETAIN); in cc_ntf_established()
69 ntf->hdr.type = NODE_RX_TYPE_CIS_ESTABLISHED; in cc_ntf_established()
70 ntf->hdr.handle = conn->lll.handle; in cc_ntf_established()
71 ntf->rx_ftr.param = ll_conn_iso_stream_get(ctx->data.cis_create.cis_handle); in cc_ntf_established()
73 pdu = (struct node_rx_conn_iso_estab *)ntf->pdu; in cc_ntf_established()
80 ll_rx_put_sched(ntf->hdr.link, ntf); in cc_ntf_established()
215 struct node_rx_pdu *ntf; in rp_cc_ntf_create() local
218 ntf = ctx->node_ref.rx; in rp_cc_ntf_create()
220 LL_ASSERT(ntf); in rp_cc_ntf_create()
222 ntf->hdr.type = NODE_RX_TYPE_CIS_REQUEST; in rp_cc_ntf_create()
223 ntf->hdr.handle = conn->lll.handle; in rp_cc_ntf_create()
224 pdu = (struct node_rx_conn_iso_req *)ntf->pdu; in rp_cc_ntf_create()