Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c4534 if (EHCI_TOTAL_STATS(ehcip) == NULL) { in ehci_create_stats()
4537 EHCI_TOTAL_STATS(ehcip) = kstat_create("usba", instance, in ehci_create_stats()
4541 if (EHCI_TOTAL_STATS(ehcip)) { in ehci_create_stats()
4542 kstat_install(EHCI_TOTAL_STATS(ehcip)); in ehci_create_stats()
4577 if (EHCI_TOTAL_STATS(ehcip)) { in ehci_destroy_stats()
4578 kstat_delete(EHCI_TOTAL_STATS(ehcip)); in ehci_destroy_stats()
4579 EHCI_TOTAL_STATS(ehcip) = NULL; in ehci_destroy_stats()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h265 #define EHCI_TOTAL_STATS(ehci) ((ehci)->ehci_total_stats) macro