Lines Matching refs:ice_hw_port_stats
244 {"tx_link_down_dropped", offsetof(struct ice_hw_port_stats,
246 {"rx_crc_errors", offsetof(struct ice_hw_port_stats, crc_errors)},
247 {"rx_illegal_byte_errors", offsetof(struct ice_hw_port_stats,
249 {"rx_error_bytes", offsetof(struct ice_hw_port_stats, error_bytes)},
250 {"mac_local_errors", offsetof(struct ice_hw_port_stats,
252 {"mac_remote_errors", offsetof(struct ice_hw_port_stats,
254 {"rx_len_errors", offsetof(struct ice_hw_port_stats,
256 {"tx_xon_packets", offsetof(struct ice_hw_port_stats, link_xon_tx)},
257 {"rx_xon_packets", offsetof(struct ice_hw_port_stats, link_xon_rx)},
258 {"tx_xoff_packets", offsetof(struct ice_hw_port_stats, link_xoff_tx)},
259 {"rx_xoff_packets", offsetof(struct ice_hw_port_stats, link_xoff_rx)},
260 {"rx_size_64_packets", offsetof(struct ice_hw_port_stats, rx_size_64)},
261 {"rx_size_65_to_127_packets", offsetof(struct ice_hw_port_stats,
263 {"rx_size_128_to_255_packets", offsetof(struct ice_hw_port_stats,
265 {"rx_size_256_to_511_packets", offsetof(struct ice_hw_port_stats,
267 {"rx_size_512_to_1023_packets", offsetof(struct ice_hw_port_stats,
269 {"rx_size_1024_to_1522_packets", offsetof(struct ice_hw_port_stats,
271 {"rx_size_1523_to_max_packets", offsetof(struct ice_hw_port_stats,
273 {"rx_undersized_errors", offsetof(struct ice_hw_port_stats,
275 {"rx_oversize_errors", offsetof(struct ice_hw_port_stats,
277 {"rx_mac_short_pkt_dropped", offsetof(struct ice_hw_port_stats,
279 {"rx_fragmented_errors", offsetof(struct ice_hw_port_stats,
281 {"rx_jabber_errors", offsetof(struct ice_hw_port_stats, rx_jabber)},
282 {"tx_size_64_packets", offsetof(struct ice_hw_port_stats, tx_size_64)},
283 {"tx_size_65_to_127_packets", offsetof(struct ice_hw_port_stats,
285 {"tx_size_128_to_255_packets", offsetof(struct ice_hw_port_stats,
287 {"tx_size_256_to_511_packets", offsetof(struct ice_hw_port_stats,
289 {"tx_size_512_to_1023_packets", offsetof(struct ice_hw_port_stats,
291 {"tx_size_1024_to_1522_packets", offsetof(struct ice_hw_port_stats,
293 {"tx_size_1523_to_max_packets", offsetof(struct ice_hw_port_stats,
1733 memset(&pf->stats, 0, sizeof(struct ice_hw_port_stats)); in ice_pf_setup()
1734 memset(&pf->stats_offset, 0, sizeof(struct ice_hw_port_stats)); in ice_pf_setup()
4821 struct ice_hw_port_stats *ns = &pf->stats; /* new stats */ in ice_read_stats_registers()
4822 struct ice_hw_port_stats *os = &pf->stats_offset; /* old stats */ in ice_read_stats_registers()
5011 struct ice_hw_port_stats *ns = &pf->stats; /* new stats */ in ice_stats_get()
5127 struct ice_hw_port_stats *hw_stats = &pf->stats; in ice_xstats_get()