• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/et/include/

Lines Matching refs:uint32

36 	uint32	tx_good_octets;		/* 0x300 */
37 uint32 tx_good_octets_high; /* 0x304 */
38 uint32 tx_good_pkts; /* 0x308 */
39 uint32 tx_octets; /* 0x30c */
40 uint32 tx_octets_high; /* 0x310 */
41 uint32 tx_pkts; /* 0x314 */
42 uint32 tx_broadcast_pkts; /* 0x318 */
43 uint32 tx_multicast_pkts; /* 0x31c */
44 uint32 tx_len_64; /* 0x320 */
45 uint32 tx_len_65_to_127; /* 0x324 */
46 uint32 tx_len_128_to_255; /* 0x328 */
47 uint32 tx_len_256_to_511; /* 0x32c */
48 uint32 tx_len_512_to_1023; /* 0x330 */
49 uint32 tx_len_1024_to_1522; /* 0x334 */
50 uint32 tx_len_1523_to_2047; /* 0x338 */
51 uint32 tx_len_2048_to_4095; /* 0x33c */
52 uint32 tx_len_4095_to_8191; /* 0x340 */
53 uint32 tx_len_8192_to_max; /* 0x344 */
54 uint32 tx_jabber_pkts; /* 0x348 */
55 uint32 tx_oversize_pkts; /* 0x34c */
56 uint32 tx_fragment_pkts; /* 0x350 */
57 uint32 tx_underruns; /* 0x354 */
58 uint32 tx_total_cols; /* 0x358 */
59 uint32 tx_single_cols; /* 0x35c */
60 uint32 tx_multiple_cols; /* 0x360 */
61 uint32 tx_excessive_cols; /* 0x364 */
62 uint32 tx_late_cols; /* 0x368 */
63 uint32 tx_defered; /* 0x36c */
64 uint32 tx_carrier_lost; /* 0x370 */
65 uint32 tx_pause_pkts; /* 0x374 */
66 uint32 tx_uni_pkts; /* 0x378 */
67 uint32 tx_q0_pkts; /* 0x37c */
68 uint32 tx_q0_octets; /* 0x380 */
69 uint32 tx_q0_octets_high; /* 0x384 */
70 uint32 tx_q1_pkts; /* 0x388 */
71 uint32 tx_q1_octets; /* 0x38c */
72 uint32 tx_q1_octets_high; /* 0x390 */
73 uint32 tx_q2_pkts; /* 0x394 */
74 uint32 tx_q2_octets; /* 0x398 */
75 uint32 tx_q2_octets_high; /* 0x39c */
76 uint32 tx_q3_pkts; /* 0x3a0 */
77 uint32 tx_q3_octets; /* 0x3a4 */
78 uint32 tx_q3_octets_high; /* 0x3a8 */
79 uint32 PAD;
80 uint32 rx_good_octets; /* 0x3b0 */
81 uint32 rx_good_octets_high; /* 0x3b4 */
82 uint32 rx_good_pkts; /* 0x3b8 */
83 uint32 rx_octets; /* 0x3bc */
84 uint32 rx_octets_high; /* 0x3c0 */
85 uint32 rx_pkts; /* 0x3c4 */
86 uint32 rx_broadcast_pkts; /* 0x3c8 */
87 uint32 rx_multicast_pkts; /* 0x3cc */
88 uint32 rx_len_64; /* 0x3d0 */
89 uint32 rx_len_65_to_127; /* 0x3d4 */
90 uint32 rx_len_128_to_255; /* 0x3d8 */
91 uint32 rx_len_256_to_511; /* 0x3dc */
92 uint32 rx_len_512_to_1023; /* 0x3e0 */
93 uint32 rx_len_1024_to_1522; /* 0x3e4 */
94 uint32 rx_len_1523_to_2047; /* 0x3e8 */
95 uint32 rx_len_2048_to_4095; /* 0x3ec */
96 uint32 rx_len_4095_to_8191; /* 0x3f0 */
97 uint32 rx_len_8192_to_max; /* 0x3f4 */
98 uint32 rx_jabber_pkts; /* 0x3f8 */
99 uint32 rx_oversize_pkts; /* 0x3fc */
100 uint32 rx_fragment_pkts; /* 0x400 */
101 uint32 rx_missed_pkts; /* 0x404 */
102 uint32 rx_crc_align_errs; /* 0x408 */
103 uint32 rx_undersize; /* 0x40c */
104 uint32 rx_crc_errs; /* 0x410 */
105 uint32 rx_align_errs; /* 0x414 */
106 uint32 rx_symbol_errs; /* 0x418 */
107 uint32 rx_pause_pkts; /* 0x41c */
108 uint32 rx_nonpause_pkts; /* 0x420 */
109 uint32 rx_sachanges; /* 0x424 */
110 uint32 rx_uni_pkts; /* 0x428 */