summaryrefslogtreecommitdiff
path: root/sys/dev/pv
diff options
context:
space:
mode:
authorMike Belopuhov <mikeb@cvs.openbsd.org>2016-09-14 18:53:28 +0000
committerMike Belopuhov <mikeb@cvs.openbsd.org>2016-09-14 18:53:28 +0000
commit4e6b88858885e7fc889e880774b69c0c8e9d8273 (patch)
tree02f2271ad490356611ddc3aa56bc880e9a7a49ce /sys/dev/pv
parentebe0aa1da33553e570f829e2595fdb41f79c95de (diff)
Remove a useless shadow copy of the vmbus_chanpkt_prplist structure
Diffstat (limited to 'sys/dev/pv')
-rw-r--r--sys/dev/pv/hypervreg.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/sys/dev/pv/hypervreg.h b/sys/dev/pv/hypervreg.h
index 4e93945216a..d64ec834464 100644
--- a/sys/dev/pv/hypervreg.h
+++ b/sys/dev/pv/hypervreg.h
@@ -264,19 +264,6 @@ struct vmbus_chanpkt_hdr {
((const void *)((const uint8_t *)(pkt) + \
VMBUS_CHANPKT_GETLEN((pkt)->cph_hlen)))
-struct vmbus_rxbuf_desc {
- uint32_t rb_len;
- uint32_t rb_ofs;
-} __packed;
-
-struct vmbus_chanpkt_rxbuf {
- struct vmbus_chanpkt_hdr cp_hdr;
- uint16_t cp_rxbuf_id;
- uint16_t cp_rsvd;
- uint32_t cp_rxbuf_cnt;
- struct vmbus_rxbuf_desc cp_rxbuf[0];
-} __packed;
-
/*
* ============================================================================
* vmbus_reg.h