summaryrefslogtreecommitdiffstats
path: root/sys/dev/hyperv/netvsc/if_hnvar.h
diff options
context:
space:
mode:
authorsephe <sephe@FreeBSD.org>2016-10-17 07:29:10 +0000
committersephe <sephe@FreeBSD.org>2016-10-17 07:29:10 +0000
commitcb50b841cbd0eb9dffcc3a9d7b738ceb3f9e4394 (patch)
tree7c132846e362d2b47763885110c9ca804d28f601 /sys/dev/hyperv/netvsc/if_hnvar.h
parent6830df8d176de91376b918186766be01f4133a7e (diff)
downloadFreeBSD-src-cb50b841cbd0eb9dffcc3a9d7b738ceb3f9e4394.zip
FreeBSD-src-cb50b841cbd0eb9dffcc3a9d7b738ceb3f9e4394.tar.gz
MFC 305049,305050
305049 hyperv/hn: Factor out func to exec RNDIS transaction w/o checking result It will be used by RNDIS HALT and RESET. Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D7685 305050 hyperv/hn: Switch to new RNDIS transaction execution for halt. Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D7686
Diffstat (limited to 'sys/dev/hyperv/netvsc/if_hnvar.h')
-rw-r--r--sys/dev/hyperv/netvsc/if_hnvar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/hyperv/netvsc/if_hnvar.h b/sys/dev/hyperv/netvsc/if_hnvar.h
index a819db3..90fc00b 100644
--- a/sys/dev/hyperv/netvsc/if_hnvar.h
+++ b/sys/dev/hyperv/netvsc/if_hnvar.h
@@ -112,6 +112,8 @@ struct vmbus_xact;
const void *hn_nvs_xact_execute(struct hn_softc *sc,
struct vmbus_xact *xact, void *req, int reqlen,
size_t *resp_len);
+void hn_nvs_sent_xact(struct hn_send_ctx *sndc, struct hn_softc *sc,
+ struct vmbus_channel *chan, const void *data, int dlen);
uint32_t hn_chim_alloc(struct hn_softc *sc);
void hn_chim_free(struct hn_softc *sc, uint32_t chim_idx);
OpenPOWER on IntegriCloud