Lines Matching refs:hostif_msg
32 struct hostif_msg *recv_msg = recv_buf;
61 struct hostif_msg *recv_msg;
80 if (cur_pos + sizeof(struct hostif_msg) > total_len) {
90 recv_msg = (struct hostif_msg *)(recv_buf + cur_pos);
94 if (cur_pos + payload_len + sizeof(struct hostif_msg) >
278 recv_msg = (struct hostif_msg *)(reports +
312 sizeof(struct hostif_msg) < total_len)
315 cur_pos += payload_len + sizeof(struct hostif_msg);
316 payload += payload_len + sizeof(struct hostif_msg);
366 struct hostif_msg *msg = (struct hostif_msg *)buf;
379 memset(msg, 0, sizeof(struct hostif_msg));
485 struct hostif_msg msg;
491 memset(&msg, 0, sizeof(struct hostif_msg));
494 sizeof(struct hostif_msg));
509 sizeof(struct hostif_msg));
541 struct hostif_msg msg;
547 memset(&msg, 0, sizeof(struct hostif_msg));
551 sizeof(struct hostif_msg));
588 struct hostif_msg msg;
594 memset(&msg, 0, sizeof(struct hostif_msg));
598 sizeof(struct hostif_msg));