Home
last modified time | relevance | path

Searched refs:smp_client_cmd_req (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/mgmt/mcumgr/smp_client/src/
Dclient.c27 struct smp_client_cmd_req { struct
43 static struct smp_client_cmd_req smp_cmd_req_bufs[CONFIG_SMP_CLIENT_CMD_MAX]; argument
47 static void smp_client_cmd_req_free(struct smp_client_cmd_req *cmd_req);
81 struct smp_client_cmd_req *entry, *tmp; in smp_client_transport_work_fn()
145 static struct smp_client_cmd_req *smp_client_cmd_req_allocate(void) in smp_client_cmd_req_allocate()
148 struct smp_client_cmd_req *req; in smp_client_cmd_req_allocate()
160 static void smp_cmd_add_to_list(struct smp_client_cmd_req *cmd_req) in smp_cmd_add_to_list()
170 static void smp_client_cmd_req_free(struct smp_client_cmd_req *cmd_req) in smp_client_cmd_req_free()
184 static struct smp_client_cmd_req *smp_client_response_discover(const struct smp_hdr *res_hdr) in smp_client_response_discover()
188 struct smp_client_cmd_req *cmd_req; in smp_client_response_discover()
[all …]