Searched defs:atl1c_hw_stats (Results 1 – 1 of 1) sorted by relevance
312 struct atl1c_hw_stats { struct314 unsigned long rx_ok; /* The number of good packet received. */315 unsigned long rx_bcast; /* The number of good broadcast packet received. */316 unsigned long rx_mcast; /* The number of good multicast packet received. */317 unsigned long rx_pause; /* The number of Pause packet received. */318 unsigned long rx_ctrl; /* The number of Control packet received other than Pause frame. */319 unsigned long rx_fcs_err; /* The number of packets with bad FCS. */320 …nsigned long rx_len_err; /* The number of packets with mismatch of length field and actual size. */321 unsigned long rx_byte_cnt; /* The number of bytes of good packet received. FCS is NOT included. */322 …g rx_runt; /* The number of packets received that are less than 64 byte long and with good FCS. */[all …]