Searched refs:req_nb (Results 1 – 2 of 2) sorted by relevance
69 const struct net_buf *req_nb; in smp_alloc_rsp() local73 req_nb = req; in smp_alloc_rsp()81 smpt->functions.ud_copy(rsp_nb, req_nb); in smp_alloc_rsp()84 net_buf_user_data((void *)req_nb), in smp_alloc_rsp()85 req_nb->user_data_size); in smp_alloc_rsp()
55 uint8_t req_nb; /* total nb of Peripheral Request inputs */ member162 if (request_id > dev_config->req_nb + dev_config->gen_nb) { in dmamux_stm32_configure()420 .req_nb = DT_INST_PROP(index, dma_requests), \