Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c4512 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()
/titanic_44/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h265 #define EHCI_TOTAL_STATS(ehci) ((ehci)->ehci_total_stats) macro