Searched refs:response_buf (Results 1 – 2 of 2) sorted by relevance
20 static struct net_buf *response_buf; variable45 response_buf = smp_packet_alloc(); in smp_response_buf_allocation()47 return response_buf; in smp_response_buf_allocation()52 if (response_buf) { in smp_client_response_buf_clean()53 smp_client_buf_free(response_buf); in smp_client_response_buf_clean()54 response_buf = NULL; in smp_client_response_buf_clean()91 if (response_buf) { in smp_uart_tx_pkt()100 if (response_buf) { in smp_client_handle_reqs()101 smp_client_single_response(response_buf, &res_hdr); in smp_client_handle_reqs()
76 uint8_t response_buf[UBX_FRM_BUF_SZ]; member236 data->script.response = (struct ubx_frame *)data->response_buf; in ubx_m8_modem_ubx_script_fill()1004 .script.response = (struct ubx_frame *)ubx_m8_data_##inst.response_buf, \