Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pv/
Dhypervreg.h423 struct vmbus_chanmsg_hdr { struct
430 struct vmbus_chanmsg_hdr chm_hdr; argument
440 struct vmbus_chanmsg_hdr chm_hdr;
446 struct vmbus_chanmsg_hdr chm_hdr;
451 struct vmbus_chanmsg_hdr chm_hdr;
456 struct vmbus_chanmsg_hdr chm_hdr;
468 struct vmbus_chanmsg_hdr chm_hdr;
476 struct vmbus_chanmsg_hdr chm_hdr;
488 struct vmbus_chanmsg_hdr chm_hdr;
498 struct vmbus_chanmsg_hdr chm_hdr;
[all …]
Dhyperv.c90 void hv_channel_response(struct hv_softc *, struct vmbus_chanmsg_hdr *);
91 void hv_channel_offer(struct hv_softc *, struct vmbus_chanmsg_hdr *);
92 void hv_channel_rescind(struct hv_softc *, struct vmbus_chanmsg_hdr *);
93 void hv_channel_delivered(struct hv_softc *, struct vmbus_chanmsg_hdr *);
110 struct vmbus_chanmsg_hdr *);
725 struct vmbus_chanmsg_hdr *hdr; in hv_message_intr()
735 hdr = (struct vmbus_chanmsg_hdr *)msg->msg_data; in hv_message_intr()
756 hv_channel_response(struct hv_softc *sc, struct vmbus_chanmsg_hdr *rsphdr) in hv_channel_response()
759 struct vmbus_chanmsg_hdr *reqhdr; in hv_channel_response()
765 reqhdr = (struct vmbus_chanmsg_hdr *)&msg->msg_req.hc_data; in hv_channel_response()
[all …]