Home
last modified time | relevance | path

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

/Linux-v5.10/samples/mei/
Dmei-amt-version.c267 struct amt_host_if_resp_header { struct
308 static uint32_t amt_verify_code_versions(const struct amt_host_if_resp_header *resp) in amt_verify_code_versions()
351 if (response_size < sizeof(struct amt_host_if_resp_header)) { in amt_verify_response_header()
376 struct amt_host_if_resp_header *msg_hdr; in amt_host_if_call()
383 msg_hdr = (struct amt_host_if_resp_header *)*read_buf; in amt_host_if_call()
413 struct amt_host_if_resp_header *response = NULL; in amt_get_code_versions()