This file contains the type definitions and helper macros for the Enet Statistics module interface.
Go to the source code of this file.
Macros | |
#define | ENET_STATS_PUBLIC_IOCTL(x) |
Helper macro to create IOCTL commands for STATS module. More... | |
Enumerations | |
enum | EnetStats_Ioctl { ENET_STATS_IOCTL_GET_VERSION = ENET_STATS_PUBLIC_IOCTL(0U), ENET_STATS_IOCTL_PRINT_REGS = ENET_STATS_PUBLIC_IOCTL(1U), ENET_STATS_IOCTL_GET_HOSTPORT_STATS = ENET_STATS_PUBLIC_IOCTL(2U), ENET_STATS_IOCTL_GET_MACPORT_STATS = ENET_STATS_PUBLIC_IOCTL(3U), ENET_STATS_IOCTL_RESET_HOSTPORT_STATS = ENET_STATS_PUBLIC_IOCTL(4U), ENET_STATS_IOCTL_RESET_MACPORT_STATS = ENET_STATS_PUBLIC_IOCTL(5U) } |
Statistics IOCTL commands. More... | |