Home
last modified time | relevance | path

Searched refs:highestclass (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/sys/dev/usb/
H A Dif_umb.h281 uint32_t highestclass; /* what the network offers */ member
H A Dif_umb.c1633 int state, highestclass; in umb_decode_packet_service()
1642 highestclass = letoh32(psi->highest_dataclass); in umb_decode_packet_service()
1655 umb_dataclass(highestclass), up_speed, down_speed); in umb_decode_packet_service()
1659 sc->sc_info.highestclass = highestclass; in umb_decode_packet_service()
1627 int state, highestclass; umb_decode_packet_service() local
/openbsd-src/sbin/ifconfig/
H A Difconfig.c6121 umb_val2descr(umb_dataclass, mi.highestclass)); in umb_status()