Searched refs:sc_proto (Results 1 – 6 of 6) sorted by relevance
198 int sc_proto; member298 printf(", protocol %u.%u\n", (sc->sc_proto >> 8) & 0xff, in hvs_attach()299 sc->sc_proto & 0xff); in hvs_attach()301 if (sc->sc_proto >= HVS_PROTO_VERSION_WIN8) in hvs_attach()595 if ((sc->sc_proto == HVS_PROTO_VERSION_WIN8_1 || in fixup_inquiry()596 sc->sc_proto == HVS_PROTO_VERSION_WIN8 || in fixup_inquiry()597 sc->sc_proto == HVS_PROTO_VERSION_WIN7) && in fixup_inquiry()608 if ((sc->sc_proto == HVS_PROTO_VERSION_WIN8_1 || in fixup_inquiry()609 sc->sc_proto == HVS_PROTO_VERSION_WIN8) && in fixup_inquiry()765 sc->sc_proto = protos[i]; in hvs_connect()[all …]
132 int sc_proto; member266 if (sc->sc_proto >= HVN_NVS_PROTO_VERSION_2) { in hvn_attach()287 printf(": NVS %d.%d NDIS %d.%d", sc->sc_proto >> 16, in hvn_attach()288 sc->sc_proto & 0xffff, sc->sc_ndisver >> 16 , in hvn_attach()656 if (sc->sc_proto <= HVN_NVS_PROTO_VERSION_2) in hvn_rx_ring_create()923 sc->sc_proto = protos[i]; in hvn_nvs_attach()927 if (!sc->sc_proto) { in hvn_nvs_attach()933 if (sc->sc_proto >= HVN_NVS_PROTO_VERSION_2) { in hvn_nvs_attach()946 if (sc->sc_proto <= HVN_NVS_PROTO_VERSION_4) in hvn_nvs_attach()
312 VMBUS_VERSION_MAJOR(sc->sc_proto), in hv_attach()313 VMBUS_VERSION_MINOR(sc->sc_proto), in hv_attach()453 sc->sc_proto = VMBUS_VERSION_WS2008; in hv_init_interrupts()673 if ((sc->sc_proto == VMBUS_VERSION_WS2008) || in hv_event_intr()674 (sc->sc_proto == VMBUS_VERSION_WIN7)) { in hv_event_intr()881 sc->sc_proto = versions[i]; in hv_vmbus_connect()1056 if (sc->sc_proto != VMBUS_VERSION_WS2008) in hv_process_offer()
126 int sc_proto; member
1070 switch (sc->sc_proto) { in hv_kvp()
93 uint16_t sc_proto; /* encapsulation ethertype */ member