Searched refs:EHCI_TOTAL_STATS_DATA (Results 1 – 2 of 2) sorted by relevance
4647 EHCI_TOTAL_STATS_DATA(ehcip)->reads++; in ehci_do_byte_stats()4648 EHCI_TOTAL_STATS_DATA(ehcip)->nread += len; in ehci_do_byte_stats()4668 EHCI_TOTAL_STATS_DATA(ehcip)->writes++; in ehci_do_byte_stats()4669 EHCI_TOTAL_STATS_DATA(ehcip)->nwritten += len; in ehci_do_byte_stats()
266 #define EHCI_TOTAL_STATS_DATA(ehci) (KSTAT_IO_PTR((ehci)->ehci_total_stats)) macro