Searched refs:igc_hw_stats (Results 1 – 3 of 3) sorted by relevance
| /dpdk/drivers/net/igc/ |
| H A D | igc_ethdev.c | 110 {"rx_crc_errors", offsetof(struct igc_hw_stats, crcerrs)}, 112 {"rx_errors", offsetof(struct igc_hw_stats, rxerrc)}, 113 {"rx_missed_packets", offsetof(struct igc_hw_stats, mpc)}, 143 {"rx_jabber_errors", offsetof(struct igc_hw_stats, rjc)}, 144 {"rx_no_buffers", offsetof(struct igc_hw_stats, rnbc)}, 148 {"rx_total_packets", offsetof(struct igc_hw_stats, tpr)}, 149 {"tx_total_packets", offsetof(struct igc_hw_stats, tpt)}, 150 {"rx_total_bytes", offsetof(struct igc_hw_stats, tor)}, 151 {"tx_total_bytes", offsetof(struct igc_hw_stats, tot)}, 167 offsetof(struct igc_hw_stats, icrxdmtc)}, [all …]
|
| H A D | igc_ethdev.h | 227 struct igc_hw_stats stats;
|
| /dpdk/drivers/net/igc/base/ |
| H A D | igc_hw.h | 519 struct igc_hw_stats { struct
|