Home
last modified time | relevance | path

Searched refs:UHCI_TOTAL_STATS (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h527 #define UHCI_TOTAL_STATS(uhci) ((uhci)->uhci_total_stats) macro
/titanic_50/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c2316 if (UHCI_TOTAL_STATS(uhcip) == NULL) { in uhci_create_stats()
2319 UHCI_TOTAL_STATS(uhcip) = kstat_create("usba", instance, in uhci_create_stats()
2323 if (UHCI_TOTAL_STATS(uhcip) != NULL) { in uhci_create_stats()
2324 kstat_install(UHCI_TOTAL_STATS(uhcip)); in uhci_create_stats()
2358 if (UHCI_TOTAL_STATS(uhcip)) { in uhci_destroy_stats()
2359 kstat_delete(UHCI_TOTAL_STATS(uhcip)); in uhci_destroy_stats()
2360 UHCI_TOTAL_STATS(uhcip) = NULL; in uhci_destroy_stats()