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

/linux-master/drivers/net/ethernet/intel/
H A De100.c511 rx_short_frame_errors; member in struct:stats
597 u32 rx_short_frame_errors; member in struct:nic
1624 nic->rx_short_frame_errors +=
1625 le32_to_cpu(s->rx_short_frame_errors);
1626 ns->rx_length_errors = nic->rx_short_frame_errors +
1635 le32_to_cpu(s->rx_short_frame_errors) +
2684 "rx_short_frame_errors", "rx_over_length_errors",
2718 data[i++] = nic->rx_short_frame_errors;

Completed in 91 milliseconds