Lines Matching refs:ntf
432 struct node_rx_pdu *ntf; in pu_ntf() local
436 ntf = ctx->node_ref.rx; in pu_ntf()
438 LL_ASSERT(ntf); in pu_ntf()
441 LL_ASSERT(ntf->hdr.type == NODE_RX_TYPE_RETAIN); in pu_ntf()
442 ntf->hdr.type = NODE_RX_TYPE_PHY_UPDATE; in pu_ntf()
443 ntf->hdr.handle = conn->lll.handle; in pu_ntf()
444 pdu = (struct node_rx_pu *)ntf->pdu; in pu_ntf()
450 ntf->hdr.type = NODE_RX_TYPE_RELEASE; in pu_ntf()
454 ll_rx_put_sched(ntf->hdr.link, ntf); in pu_ntf()
462 struct node_rx_pdu *ntf; in pu_dle_ntf() local
466 ntf = ctx->data.pu.ntf_dle_node; in pu_dle_ntf()
469 if (!ntf) { in pu_dle_ntf()
477 ntf->hdr.type = NODE_RX_TYPE_RELEASE; in pu_dle_ntf()
479 LL_ASSERT(ntf); in pu_dle_ntf()
481 ntf->hdr.type = NODE_RX_TYPE_DC_PDU; in pu_dle_ntf()
482 ntf->hdr.handle = conn->lll.handle; in pu_dle_ntf()
483 pdu = (struct pdu_data *)ntf->pdu; in pu_dle_ntf()
489 ll_rx_put_sched(ntf->hdr.link, ntf); in pu_dle_ntf()