Lines Matching defs:ch

668 	struct hv_channel *ch;  in hv_event_intr()  local
1033 struct hv_channel *ch, *nch; in hv_process_offer() local
1111 struct hv_channel *ch; in hv_channel_lookup() local
1121 hv_channel_ring_create(struct hv_channel *ch, uint32_t buflen) in hv_channel_ring_create()
1159 hv_channel_ring_destroy(struct hv_channel *ch) in hv_channel_ring_destroy()
1170 hv_channel_open(struct hv_channel *ch, size_t buflen, void *udata, in hv_channel_open()
1219 hv_channel_close(struct hv_channel *ch) in hv_channel_close()
1242 hv_channel_setevent(struct hv_softc *sc, struct hv_channel *ch) in hv_channel_setevent()
1258 struct hv_channel *ch = arg; in hv_channel_intr() local
1271 hv_channel_setdeferred(struct hv_channel *ch, const char *name) in hv_channel_setdeferred()
1281 hv_channel_schedule(struct hv_channel *ch) in hv_channel_schedule()
1379 hv_channel_send(struct hv_channel *ch, void *data, uint32_t datalen, in hv_channel_send()
1417 hv_channel_send_sgl(struct hv_channel *ch, struct vmbus_gpa *sgl, in hv_channel_send_sgl()
1461 hv_channel_send_prpl(struct hv_channel *ch, struct vmbus_gpa_range *prpl, in hv_channel_send_prpl()
1550 hv_channel_recv(struct hv_channel *ch, void *data, uint32_t datalen, in hv_channel_recv()
1602 hv_channel_pause(struct hv_channel *ch) in hv_channel_pause()
1608 hv_channel_unpause(struct hv_channel *ch) in hv_channel_unpause()
1619 hv_channel_ready(struct hv_channel *ch) in hv_channel_ready()
1637 hv_handle_alloc(struct hv_channel *ch, void *buffer, uint32_t buflen, in hv_handle_alloc()
1767 hv_handle_free(struct hv_channel *ch, uint32_t handle) in hv_handle_free()
1801 struct hv_channel *ch; in hv_attach_devices() local
1832 hv_evcount_attach(struct hv_channel *ch, const char *name) in hv_evcount_attach()