Searched refs:MSK_SYSCTL_STAT32 (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/msk/ |
H A D | if_msk.c | 4443 #define MSK_SYSCTL_STAT32(sc, c, o, p, n, d) \ macro 4470 MSK_SYSCTL_STAT32(sc_if, ctx, "ucast_frames", in msk_sysctl_node() 4472 MSK_SYSCTL_STAT32(sc_if, ctx, "bcast_frames", in msk_sysctl_node() 4474 MSK_SYSCTL_STAT32(sc_if, ctx, "pause_frames", in msk_sysctl_node() 4476 MSK_SYSCTL_STAT32(sc_if, ctx, "mcast_frames", in msk_sysctl_node() 4478 MSK_SYSCTL_STAT32(sc_if, ctx, "crc_errs", in msk_sysctl_node() 4484 MSK_SYSCTL_STAT32(sc_if, ctx, "frames_64", in msk_sysctl_node() 4486 MSK_SYSCTL_STAT32(sc_if, ctx, "frames_65_127", in msk_sysctl_node() 4488 MSK_SYSCTL_STAT32(sc_if, ctx, "frames_128_255", in msk_sysctl_node() 4490 MSK_SYSCTL_STAT32(sc_if, ctx, "frames_256_511", in msk_sysctl_node() [all …]
|