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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h298 #define OHCI_TOTAL_STATS(ohci) ((ohci)->ohci_total_stats) macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c10963 if (OHCI_TOTAL_STATS(ohcip) == NULL) {
10966 OHCI_TOTAL_STATS(ohcip) = kstat_create("usba", instance,
10970 if (OHCI_TOTAL_STATS(ohcip)) {
10971 kstat_install(OHCI_TOTAL_STATS(ohcip));
11006 if (OHCI_TOTAL_STATS(ohcip)) {
11007 kstat_delete(OHCI_TOTAL_STATS(ohcip));
11008 OHCI_TOTAL_STATS(ohcip) = NULL;

Completed in 62 milliseconds