MSG_ACK
err = __tegra_bpmp_channel_write(channel, mrq, MSG_ACK | MSG_RING,
err = tegra_bpmp_channel_write(channel, msg->mrq, MSG_ACK,
if ((flags & MSG_ACK) == 0)
MSG_ACK, direction, resp_msg_id);
msg.type = MSG_ACK;
if (msg.type != MSG_ACK) {
case MSG_ACK: