Home
last modified time | relevance | path

Searched refs:igc_hw_stats (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/igc/
H A Digc_ethdev.c117 {"rx_crc_errors", offsetof(struct igc_hw_stats, crcerrs)},
119 {"rx_errors", offsetof(struct igc_hw_stats, rxerrc)},
120 {"rx_missed_packets", offsetof(struct igc_hw_stats, mpc)},
150 {"rx_jabber_errors", offsetof(struct igc_hw_stats, rjc)},
151 {"rx_no_buffers", offsetof(struct igc_hw_stats, rnbc)},
155 {"rx_total_packets", offsetof(struct igc_hw_stats, tpr)},
156 {"tx_total_packets", offsetof(struct igc_hw_stats, tpt)},
157 {"rx_total_bytes", offsetof(struct igc_hw_stats, tor)},
158 {"tx_total_bytes", offsetof(struct igc_hw_stats, tot)},
174 offsetof(struct igc_hw_stats, icrxdmtc)},
[all …]
H A Digc_ethdev.h219 struct igc_hw_stats stats;
/f-stack/dpdk/drivers/net/igc/base/
H A Digc_hw.h519 struct igc_hw_stats { struct