Lines Matching full:received

299 	unsigned long rx_ok;		/* The number of good packet received. */
300 unsigned long rx_bcast; /* The number of good broadcast packet received. */
301 unsigned long rx_mcast; /* The number of good multicast packet received. */
302 unsigned long rx_pause; /* The number of Pause packet received. */
303 unsigned long rx_ctrl; /* The number of Control packet received other than Pause frame. */
306 unsigned long rx_byte_cnt; /* The number of bytes of good packet received. FCS is NOT included. */
307 …unsigned long rx_runt; /* The number of packets received that are less than 64 byte long and with…
308 …unsigned long rx_frag; /* The number of packets received that are less than 64 byte long and with…
309 unsigned long rx_sz_64; /* The number of good and bad packets received that are 64 byte long. */
310 …unsigned long rx_sz_65_127; /* The number of good and bad packets received that are between 65 and…
311 …unsigned long rx_sz_128_255; /* The number of good and bad packets received that are between 128 a…
312 …unsigned long rx_sz_256_511; /* The number of good and bad packets received that are between 256 a…
313 …unsigned long rx_sz_512_1023; /* The number of good and bad packets received that are between 512 …
314 …unsigned long rx_sz_1024_1518; /* The number of good and bad packets received that are between 102…
315 …unsigned long rx_sz_1519_max; /* The number of good and bad packets received that are between 1519…
316 …unsigned long rx_sz_ov; /* The number of good and bad packets received that are more than MTU siz…
320 unsigned long rx_bcast_byte_cnt; /* The byte count of broadcast packet received, excluding FCS. */
321 unsigned long rx_mcast_byte_cnt; /* The byte count of multicast packet received, excluding FCS. */