Home
last modified time | relevance | path

Searched defs:usbecm_statistics (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/clients/usbecm/
H A Dusbecm.h53 struct usbecm_statistics { struct
54 uint32_t es_upspeed; /* Upstream bit rate, bps */
55 uint32_t es_downspeed; /* Downstream bit rate, bps */
56 int es_linkstate; /* link state */
57 uint64_t es_ipackets;
58 uint64_t es_opackets;
59 uint64_t es_ibytes;
60 uint64_t es_obytes;
61 uint64_t es_ierrors; /* received frames with errors */
62 uint64_t es_oerrors; /* transmitted frames with errors */
[all …]