Searched refs:host_msg (Results 1 – 1 of 1) sorted by relevance
118 struct c2wr_hdr *host_msg; in handle_vq() local136 host_msg = vq_repbuf_alloc(c2dev); in handle_vq()143 if (!host_msg) { in handle_vq()150 host_msg = &tmp; in handle_vq()151 memcpy(host_msg, adapter_msg, sizeof(tmp)); in handle_vq()154 memcpy(host_msg, adapter_msg, reply_vq->msg_size); in handle_vq()155 reply_msg = host_msg; in handle_vq()166 req = (struct c2_vq_req *) (unsigned long) host_msg->context; in handle_vq()173 vq_repbuf_free(c2dev, host_msg); in handle_vq()