Lines Matching defs:nv_ethtool_stats
637 struct nv_ethtool_stats { struct
638 u64 tx_bytes; /* should be ifconfig->tx_bytes + 4*tx_packets */
639 u64 tx_zero_rexmt;
640 u64 tx_one_rexmt;
641 u64 tx_many_rexmt;
642 u64 tx_late_collision;
643 u64 tx_fifo_errors;
644 u64 tx_carrier_errors;
645 u64 tx_excess_deferral;
646 u64 tx_retry_error;
647 u64 rx_frame_error;
648 u64 rx_extra_byte;
649 u64 rx_late_collision;
650 u64 rx_runt;
651 u64 rx_frame_too_long;
652 u64 rx_over_errors;
653 u64 rx_crc_errors;
677 #define NV_DEV_STATISTICS_V3_COUNT (sizeof(struct nv_ethtool_stats)/sizeof(u64)) argument