Searched refs:EHCI_CTRL_STATS (Results 1 – 2 of 2) sorted by relevance
4651 EHCI_CTRL_STATS(ehcip)->reads++; in ehci_do_byte_stats()4652 EHCI_CTRL_STATS(ehcip)->nread += len; in ehci_do_byte_stats()4672 EHCI_CTRL_STATS(ehcip)->writes++; in ehci_do_byte_stats()4673 EHCI_CTRL_STATS(ehcip)->nwritten += len; in ehci_do_byte_stats()
267 #define EHCI_CTRL_STATS(ehci) \ macro