Lines Matching refs:vmbus_msghc
82 struct vmbus_msghc { struct
245 vmbus_msghc_reset(struct vmbus_msghc *mh, size_t dsize) in vmbus_msghc_reset()
259 struct vmbus_msghc *
262 struct vmbus_msghc *mh; in vmbus_msghc_get()
281 vmbus_msghc_put(struct vmbus_softc *sc __unused, struct vmbus_msghc *mh) in vmbus_msghc_put()
288 vmbus_msghc_dataptr(struct vmbus_msghc *mh) in vmbus_msghc_dataptr()
297 vmbus_msghc_exec_noresult(struct vmbus_msghc *mh) in vmbus_msghc_exec_noresult()
345 vmbus_msghc_exec(struct vmbus_softc *sc __unused, struct vmbus_msghc *mh) in vmbus_msghc_exec()
357 vmbus_msghc_exec_cancel(struct vmbus_softc *sc __unused, struct vmbus_msghc *mh) in vmbus_msghc_exec_cancel()
364 vmbus_msghc_wait_result(struct vmbus_softc *sc __unused, struct vmbus_msghc *mh) in vmbus_msghc_wait_result()
372 vmbus_msghc_poll_result(struct vmbus_softc *sc __unused, struct vmbus_msghc *mh) in vmbus_msghc_poll_result()
405 struct vmbus_msghc *mh; in vmbus_req_tl_connect()
439 struct vmbus_msghc *mh; in vmbus_connect()
493 struct vmbus_msghc *mh; in vmbus_disconnect()
519 struct vmbus_msghc *mh; in vmbus_req_channels()
1495 sizeof(struct vmbus_msghc)); in vmbus_doattach()