Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accel/ivpu/
H A Divpu_ipc.c255 enum vpu_ipc_msg_type expected_resp_type, in ivpu_ipc_send_receive_internal() argument
276 if (resp->type != expected_resp_type) { in ivpu_ipc_send_receive_internal()
287 enum vpu_ipc_msg_type expected_resp_type, in ivpu_ipc_send_receive() argument
299 ret = ivpu_ipc_send_receive_internal(vdev, req, expected_resp_type, resp, in ivpu_ipc_send_receive()
H A Divpu_ipc.h89 enum vpu_ipc_msg_type expected_resp_type,