Searched refs:EHCI_TOTAL_STATS (Results 1 – 2 of 2) sorted by relevance
4512 if (EHCI_TOTAL_STATS(ehcip) == NULL) { in ehci_create_stats()4515 EHCI_TOTAL_STATS(ehcip) = kstat_create("usba", instance, in ehci_create_stats()4519 if (EHCI_TOTAL_STATS(ehcip)) { in ehci_create_stats()4520 kstat_install(EHCI_TOTAL_STATS(ehcip)); in ehci_create_stats()4555 if (EHCI_TOTAL_STATS(ehcip)) { in ehci_destroy_stats()4556 kstat_delete(EHCI_TOTAL_STATS(ehcip)); in ehci_destroy_stats()4557 EHCI_TOTAL_STATS(ehcip) = NULL; in ehci_destroy_stats()
265 #define EHCI_TOTAL_STATS(ehci) ((ehci)->ehci_total_stats) macro