Searched defs:atl1c_hw_stats (Results 1 – 1 of 1) sorted by relevance
297 struct atl1c_hw_stats { struct299 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. */304 unsigned long rx_fcs_err; /* The number of packets with bad FCS. */305 …nsigned long rx_len_err; /* The number of packets with mismatch of length field and actual size. */306 unsigned long rx_byte_cnt; /* The number of bytes of good packet received. FCS is NOT included. */307 …g rx_runt; /* The number of packets received that are less than 64 byte long and with good FCS. */[all …]