/src/sys/dev/usb/ |
uhub.c | 151 int sc_proto; /* device protocol */ member in struct:uhub_softc 170 ((sc)->sc_proto == UDPROTO_HSHUBSTT || (sc)->sc_proto == UDPROTO_HSHUBMTT) 171 #define UHUB_IS_SINGLE_TT(sc) ((sc)->sc_proto == UDPROTO_HSHUBSTT) 322 sc->sc_proto = uaa->uaa_proto;
|
uhub.c | 151 int sc_proto; /* device protocol */ member in struct:uhub_softc 170 ((sc)->sc_proto == UDPROTO_HSHUBSTT || (sc)->sc_proto == UDPROTO_HSHUBMTT) 171 #define UHUB_IS_SINGLE_TT(sc) ((sc)->sc_proto == UDPROTO_HSHUBSTT) 322 sc->sc_proto = uaa->uaa_proto;
|
uhub.c | 151 int sc_proto; /* device protocol */ member in struct:uhub_softc 170 ((sc)->sc_proto == UDPROTO_HSHUBSTT || (sc)->sc_proto == UDPROTO_HSHUBMTT) 171 #define UHUB_IS_SINGLE_TT(sc) ((sc)->sc_proto == UDPROTO_HSHUBSTT) 322 sc->sc_proto = uaa->uaa_proto;
|
/src/sys/dev/hyperv/ |
vmbusvar.h | 194 uint32_t sc_proto; member in struct:vmbus_softc
|
vmbusvar.h | 194 uint32_t sc_proto; member in struct:vmbus_softc
|
vmbusvar.h | 194 uint32_t sc_proto; member in struct:vmbus_softc
|
if_hvn.c | 343 int sc_proto; member in struct:hvn_softc 677 sc->sc_proto >> 16, sc->sc_proto & 0xffff, 1793 if (sc->sc_proto <= HVN_NVS_PROTO_VERSION_2) 2839 if (sc->sc_prichan->ch_sc->sc_proto >= VMBUS_VERSION_WIN10 && 2849 if (sc->sc_prichan->ch_sc->sc_proto >= VMBUS_VERSION_WIN10 && 3198 device_xname(sc->sc_dev), sc->sc_proto, 3201 if (hvn_nvs_doinit(sc, sc->sc_proto)) { 3203 device_xname(sc->sc_dev), sc->sc_proto); 3221 sc->sc_proto = protos[i] [all...] |
if_hvn.c | 343 int sc_proto; member in struct:hvn_softc 677 sc->sc_proto >> 16, sc->sc_proto & 0xffff, 1793 if (sc->sc_proto <= HVN_NVS_PROTO_VERSION_2) 2839 if (sc->sc_prichan->ch_sc->sc_proto >= VMBUS_VERSION_WIN10 && 2849 if (sc->sc_prichan->ch_sc->sc_proto >= VMBUS_VERSION_WIN10 && 3198 device_xname(sc->sc_dev), sc->sc_proto, 3201 if (hvn_nvs_doinit(sc, sc->sc_proto)) { 3203 device_xname(sc->sc_dev), sc->sc_proto); 3221 sc->sc_proto = protos[i] [all...] |
if_hvn.c | 343 int sc_proto; member in struct:hvn_softc 677 sc->sc_proto >> 16, sc->sc_proto & 0xffff, 1793 if (sc->sc_proto <= HVN_NVS_PROTO_VERSION_2) 2839 if (sc->sc_prichan->ch_sc->sc_proto >= VMBUS_VERSION_WIN10 && 2849 if (sc->sc_prichan->ch_sc->sc_proto >= VMBUS_VERSION_WIN10 && 3198 device_xname(sc->sc_dev), sc->sc_proto, 3201 if (hvn_nvs_doinit(sc, sc->sc_proto)) { 3203 device_xname(sc->sc_dev), sc->sc_proto); 3221 sc->sc_proto = protos[i] [all...] |