Searched refs:ntf_dle_node (Results 1 – 3 of 3) sorted by relevance
392 ctx->data.pu.ntf_dle_node = llcp_ntf_alloc(); in lp_pu_tx()393 LL_ASSERT(ctx->data.pu.ntf_dle_node); in lp_pu_tx()466 ntf = ctx->data.pu.ntf_dle_node; in pu_dle_ntf()492 ctx->data.pu.ntf_dle_node = NULL; in pu_dle_ntf()941 ctx->data.pu.ntf_dle_node = llcp_ntf_alloc(); in rp_pu_tx()942 LL_ASSERT(ctx->data.pu.ntf_dle_node); in rp_pu_tx()
333 if (ctx->proc == PROC_PHY_UPDATE && ctx->data.pu.ntf_dle_node) { in llcp_nodes_release()335 ctx->data.pu.ntf_dle_node->hdr.link->mem = conn->llcp.rx_node_release; in llcp_nodes_release()336 ctx->data.pu.ntf_dle_node->hdr.type = NODE_RX_TYPE_RELEASE; in llcp_nodes_release()337 conn->llcp.rx_node_release = ctx->data.pu.ntf_dle_node; in llcp_nodes_release()
213 struct node_rx_pdu *ntf_dle_node; member