Searched defs:rx_short_frame_errors (Results 1 - 1 of 1) sorted by relevance

/drivers/net/ethernet/intel/
H A De100.c539 rx_short_frame_errors; member in struct:stats
625 u32 rx_short_frame_errors; member in struct:nic
1626 nic->rx_short_frame_errors +=
1627 le32_to_cpu(s->rx_short_frame_errors);
1628 ns->rx_length_errors = nic->rx_short_frame_errors +
1637 le32_to_cpu(s->rx_short_frame_errors) +
2664 "rx_short_frame_errors", "rx_over_length_errors",
2698 data[i++] = nic->rx_short_frame_errors;

Completed in 73 milliseconds