Home
last modified time | relevance | path

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

/samples/mei/
Dmei-amt-version.c373 ssize_t out_buf_sz; in amt_host_if_call() local
390 out_buf_sz = mei_recv_msg(&acmd->mei_cl, *read_buf, in_buf_sz, 2000); in amt_host_if_call()
391 if (out_buf_sz <= 0) in amt_host_if_call()
399 &msg_hdr->header, out_buf_sz); in amt_host_if_call()
403 if (expected_sz && expected_sz != out_buf_sz) in amt_host_if_call()