Lines Matching refs:hostif_msg
40 struct hostif_msg *recv_msg = recv_buf;
69 struct hostif_msg *recv_msg;
88 if (cur_pos + sizeof(struct hostif_msg) > total_len) {
98 recv_msg = (struct hostif_msg *)(recv_buf + cur_pos);
102 if (cur_pos + payload_len + sizeof(struct hostif_msg) >
286 recv_msg = (struct hostif_msg *)(reports +
320 sizeof(struct hostif_msg) < total_len)
323 cur_pos += payload_len + sizeof(struct hostif_msg);
324 payload += payload_len + sizeof(struct hostif_msg);
374 struct hostif_msg *msg = (struct hostif_msg *)buf;
387 memset(msg, 0, sizeof(struct hostif_msg));
493 struct hostif_msg msg;
499 memset(&msg, 0, sizeof(struct hostif_msg));
502 sizeof(struct hostif_msg));
517 sizeof(struct hostif_msg));
549 struct hostif_msg msg;
555 memset(&msg, 0, sizeof(struct hostif_msg));
559 sizeof(struct hostif_msg));
596 struct hostif_msg msg;
602 memset(&msg, 0, sizeof(struct hostif_msg));
606 sizeof(struct hostif_msg));