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

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c4512 if (EHCI_TOTAL_STATS(ehcip) == NULL) {
4515 EHCI_TOTAL_STATS(ehcip) = kstat_create("usba", instance,
4519 if (EHCI_TOTAL_STATS(ehcip)) {
4520 kstat_install(EHCI_TOTAL_STATS(ehcip));
4555 if (EHCI_TOTAL_STATS(ehcip)) {
4556 kstat_delete(EHCI_TOTAL_STATS(ehcip));
4557 EHCI_TOTAL_STATS(ehcip) = NULL;
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h265 #define EHCI_TOTAL_STATS(ehci) ((ehci)->ehci_total_stats) macro

Completed in 53 milliseconds