Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h294 #define OHCI_INTRS_STATS(ohci) ((ohci)->ohci_intrs_stats) macro
296 ((ohci_intrs_stats_t *)OHCI_INTRS_STATS((ohci))->ks_data)
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c10906 if (OHCI_INTRS_STATS(ohcip) == NULL) { in ohci_create_stats()
10909 OHCI_INTRS_STATS(ohcip) = kstat_create("usba", instance, in ohci_create_stats()
10914 if (OHCI_INTRS_STATS(ohcip)) { in ohci_create_stats()
10937 OHCI_INTRS_STATS(ohcip)->ks_private = ohcip; in ohci_create_stats()
10938 OHCI_INTRS_STATS(ohcip)->ks_update = nulldev; in ohci_create_stats()
10939 kstat_install(OHCI_INTRS_STATS(ohcip)); in ohci_create_stats()
10981 if (OHCI_INTRS_STATS(ohcip)) { in ohci_destroy_stats()
10982 kstat_delete(OHCI_INTRS_STATS(ohcip)); in ohci_destroy_stats()
10983 OHCI_INTRS_STATS(ohcip) = NULL; in ohci_destroy_stats()
11010 if (OHCI_INTRS_STATS(ohcip)) { in ohci_do_intrs_stats()