Searched refs:sc_link_speed (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/usb/
H A Dif_uaq.c243 int sc_link_speed; member in struct:uaq_softc
604 if (sc->sc_link_speed > 0) {
607 switch (sc->sc_link_speed) {
709 sc->sc_link_speed = 0;
903 sc->sc_link_speed = 0;
940 if (sc->sc_link_speed > 0) {
945 switch (sc->sc_link_speed) {
1044 sc->sc_link_speed = (linkstatus & UAQ_STATUS_SPEED_MASK)
1046 switch (sc->sc_link_speed) {
1067 sc->sc_link_speed
[all...]
/openbsd-current/sys/dev/pci/
H A Dif_oce.c314 ushort sc_link_speed; member in struct:oce_softc
958 switch (sc->sc_link_speed) {
997 switch (sc->sc_link_speed) {
1888 sc->sc_link_speed = acqe->u0.s.speed;
3174 sc->sc_link_speed = cmd.params.rsp.mac_speed;
3176 sc->sc_link_speed = 0;

Completed in 121 milliseconds