Lines Matching refs:ntf
375 static void lp_comm_ntf_sca(struct node_rx_pdu *ntf, struct proc_ctx *ctx, struct pdu_data *pdu) in lp_comm_ntf_sca() argument
379 ntf->hdr.type = NODE_RX_TYPE_REQ_PEER_SCA_COMPLETE; in lp_comm_ntf_sca()
388 struct node_rx_pdu *ntf; in lp_comm_ntf() local
391 ntf = ctx->node_ref.rx; in lp_comm_ntf()
393 if (!ntf) { in lp_comm_ntf()
395 ntf = llcp_ntf_alloc(); in lp_comm_ntf()
396 LL_ASSERT(ntf); in lp_comm_ntf()
400 ntf->hdr.type = NODE_RX_TYPE_DC_PDU; in lp_comm_ntf()
401 ntf->hdr.handle = conn->lll.handle; in lp_comm_ntf()
402 pdu = (struct pdu_data *)ntf->pdu; in lp_comm_ntf()
423 lp_comm_ntf_sca(ntf, ctx, pdu); in lp_comm_ntf()
435 ll_rx_put_sched(ntf->hdr.link, ntf); in lp_comm_ntf()
1144 struct node_rx_pdu *ntf; local
1148 ntf = ctx->node_ref.rx;
1150 LL_ASSERT(ntf);
1153 LL_ASSERT(ntf->hdr.type == NODE_RX_TYPE_RETAIN);
1156 ntf->hdr.type = NODE_RX_TYPE_RELEASE;
1159 ntf->hdr.type = NODE_RX_TYPE_DC_PDU;
1160 ntf->hdr.handle = conn->lll.handle;
1161 pdu = (struct pdu_data *)ntf->pdu;
1167 ll_rx_put_sched(ntf->hdr.link, ntf);