Searched defs:hv_channel (Results 1 – 1 of 1) sorted by relevance
57 struct hv_channel { struct58 struct hv_softc *ch_sc;60 int ch_state;65 uint32_t ch_id;67 struct hv_guid ch_type;68 struct hv_guid ch_inst;69 char ch_ident[38];94 TAILQ_ENTRY(hv_channel) ch_entry; argument