Searched defs:atl1e_hw_stats (Results 1 – 1 of 1) sorted by relevance
246 struct atl1e_hw_stats { struct248 unsigned long rx_ok; /* The number of good packet received. */249 unsigned long rx_bcast; /* The number of good broadcast packet received. */250 unsigned long rx_mcast; /* The number of good multicast packet received. */251 unsigned long rx_pause; /* The number of Pause packet received. */252 unsigned long rx_ctrl; /* The number of Control packet received other than Pause frame. */253 unsigned long rx_fcs_err; /* The number of packets with bad FCS. */254 …ned long rx_len_err; /* The number of packets with mismatch of length field and actual size. */255 …signed long rx_byte_cnt; /* The number of bytes of good packet received. FCS is NOT included. */256 …unt; /* The number of packets received that are less than 64 byte long and with good FCS. */[all …]