Searched defs:vmbus_channel (Results 1 – 1 of 1) sorted by relevance
91 struct vmbus_channel { struct92 struct vmbus_softc *ch_sc;93 device_t ch_dev;94 u_int ch_refs;96 int ch_state;101 uint32_t ch_id;102 uint16_t ch_subidx;104 struct hyperv_guid ch_type;105 struct hyperv_guid ch_inst;106 char ch_ident[38];[all …]