Searched refs:UHCI_TOTAL_STATS (Results 1 – 2 of 2) sorted by relevance
527 #define UHCI_TOTAL_STATS(uhci) ((uhci)->uhci_total_stats) macro
2316 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()