Home
last modified time | relevance | path

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

/linux-6.12.1/samples/mei/
Dmei-amt-version.c276 struct amt_host_if_resp_header { struct
317 static uint32_t amt_verify_code_versions(const struct amt_host_if_resp_header *resp) in amt_verify_code_versions()
360 if (response_size < sizeof(struct amt_host_if_resp_header)) { in amt_verify_response_header()
385 struct amt_host_if_resp_header *msg_hdr; in amt_host_if_call()
392 msg_hdr = (struct amt_host_if_resp_header *)*read_buf; in amt_host_if_call()
422 struct amt_host_if_resp_header *response = NULL; in amt_get_code_versions()