Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_pci.c541 u64 rx_errors = 0, rx_csum_errors = 0, tx_csum_errors = 0; in fm10k_update_stats() local
564 tx_csum_errors += tx_ring->tx_stats.csum_err; in fm10k_update_stats()
574 interface->tx_csum_errors = tx_csum_errors; in fm10k_update_stats()
H A Dfm10k.h309 u64 tx_csum_errors; member
H A Dfm10k_ethtool.c55 FM10K_STAT("tx_csum_errors", tx_csum_errors),