Lines Matching full:number
301 unsigned long rx_ok; /* The number of good packet received. */
302 unsigned long rx_bcast; /* The number of good broadcast packet received. */
303 unsigned long rx_mcast; /* The number of good multicast packet received. */
304 unsigned long rx_pause; /* The number of Pause packet received. */
305 unsigned long rx_ctrl; /* The number of Control packet received other than Pause frame. */
306 unsigned long rx_fcs_err; /* The number of packets with bad FCS. */
307 …unsigned long rx_len_err; /* The number of packets with mismatch of length field and actual size. …
308 unsigned long rx_byte_cnt; /* The number of bytes of good packet received. FCS is NOT included. */
309 …unsigned long rx_runt; /* The number of packets received that are less than 64 byte long and with…
310 …unsigned long rx_frag; /* The number of packets received that are less than 64 byte long and with…
311 unsigned long rx_sz_64; /* The number of good and bad packets received that are 64 byte long. */
312 …unsigned long rx_sz_65_127; /* The number of good and bad packets received that are between 65 and…
313 …unsigned long rx_sz_128_255; /* The number of good and bad packets received that are between 128 a…
314 …unsigned long rx_sz_256_511; /* The number of good and bad packets received that are between 256 a…
315 …unsigned long rx_sz_512_1023; /* The number of good and bad packets received that are between 512 …
316 …unsigned long rx_sz_1024_1518; /* The number of good and bad packets received that are between 102…
317 …unsigned long rx_sz_1519_max; /* The number of good and bad packets received that are between 1519…
318 …unsigned long rx_sz_ov; /* The number of good and bad packets received that are more than MTU siz…
319 unsigned long rx_rxf_ov; /* The number of frame dropped due to occurrence of RX FIFO overflow. */
320 unsigned long rx_rrd_ov; /* The number of frame dropped due to occurrence of RRD overflow. */
324 unsigned long rx_err_addr; /* The number of packets dropped due to address filtering. */
327 unsigned long tx_ok; /* The number of good packet transmitted. */
328 unsigned long tx_bcast; /* The number of good broadcast packet transmitted. */
329 unsigned long tx_mcast; /* The number of good multicast packet transmitted. */
330 unsigned long tx_pause; /* The number of Pause packet transmitted. */
331 unsigned long tx_exc_defer; /* The number of packets transmitted with excessive deferral. */
332 …unsigned long tx_ctrl; /* The number of packets transmitted is a control frame, excluding Pause f…
333 unsigned long tx_defer; /* The number of packets transmitted that is deferred. */
334 unsigned long tx_byte_cnt; /* The number of bytes of data transmitted. FCS is NOT included. */
335 …unsigned long tx_sz_64; /* The number of good and bad packets transmitted that are 64 byte long. …
336 …unsigned long tx_sz_65_127; /* The number of good and bad packets transmitted that are between 65 …
337 …unsigned long tx_sz_128_255; /* The number of good and bad packets transmitted that are between 12…
338 …unsigned long tx_sz_256_511; /* The number of good and bad packets transmitted that are between 25…
339 …unsigned long tx_sz_512_1023; /* The number of good and bad packets transmitted that are between 5…
340 …unsigned long tx_sz_1024_1518; /* The number of good and bad packets transmitted that are between …
341 …unsigned long tx_sz_1519_max; /* The number of good and bad packets transmitted that are between 1…
342 …unsigned long tx_1_col; /* The number of packets subsequently transmitted successfully with a sin…
343 …unsigned long tx_2_col; /* The number of packets subsequently transmitted successfully with multi…
344 unsigned long tx_late_col; /* The number of packets transmitted with late collisions. */
345 …unsigned long tx_abort_col; /* The number of transmit packets aborted due to excessive collisions.…
346 …unsigned long tx_underrun; /* The number of transmit packets aborted due to transmit FIFO underrun…
347 …unsigned long tx_rd_eop; /* The number of times that read beyond the EOP into the next frame area …
348 …unsigned long tx_len_err; /* The number of transmit packets with length field does NOT match the a…
349 unsigned long tx_trunc; /* The number of transmit packets truncated due to size exceeding MTU. */
412 u16 rrd_thresh; /* Threshold of number of RRD produced to trigger
415 u8 tpd_burst; /* Number of TPD to prefetch in cache-aligned burst. */
477 u16 count; /* number of descriptors in the ring */
488 u16 count; /* number of descriptors in the ring */
499 u16 count; /* number of descriptors in the ring */
543 u32 bd_number; /* board number;*/