OHCI_TOTAL_STATS
if (OHCI_TOTAL_STATS(ohcip) == NULL) {
OHCI_TOTAL_STATS(ohcip) = kstat_create("usba", instance,
if (OHCI_TOTAL_STATS(ohcip)) {
kstat_install(OHCI_TOTAL_STATS(ohcip));
if (OHCI_TOTAL_STATS(ohcip)) {
kstat_delete(OHCI_TOTAL_STATS(ohcip));
OHCI_TOTAL_STATS(ohcip) = NULL;