Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/
H A Dice_ethdev.c244 {"tx_link_down_dropped", offsetof(struct ice_hw_port_stats,
247 {"rx_illegal_byte_errors", offsetof(struct ice_hw_port_stats,
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,
273 {"rx_undersized_errors", offsetof(struct ice_hw_port_stats,
275 {"rx_oversize_errors", offsetof(struct ice_hw_port_stats,
279 {"rx_fragmented_errors", offsetof(struct ice_hw_port_stats,
1733 memset(&pf->stats, 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()
[all …]
H A Dice_ethdev.h432 struct ice_hw_port_stats stats_offset;
433 struct ice_hw_port_stats stats;
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_type.h1019 struct ice_hw_port_stats { struct