Searched defs:atl1e_hw_stats (Results 1 – 1 of 1) sorted by relevance
259 struct atl1e_hw_stats { struct261 unsigned long rx_ok; /* The number of good packet received. */262 unsigned long rx_bcast; /* The number of good broadcast packet received. */263 unsigned long rx_mcast; /* The number of good multicast packet received. */264 unsigned long rx_pause; /* The number of Pause packet received. */265 unsigned long rx_ctrl; /* The number of Control packet received other than Pause frame. */266 unsigned long rx_fcs_err; /* The number of packets with bad FCS. */267 …ned long rx_len_err; /* The number of packets with mismatch of length field and actual size. */268 …signed long rx_byte_cnt; /* The number of bytes of good packet received. FCS is NOT included. */269 …unt; /* The number of packets received that are less than 64 byte long and with good FCS. */[all …]