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

/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
H A Dfm10k.h269 u64 tx_csum_errors; member in struct:fm10k_intfc
H A Dfm10k_pci.c318 u64 rx_errors = 0, rx_csum_errors = 0, tx_csum_errors = 0; fm10k_update_stats() local
334 tx_csum_errors += tx_ring->tx_stats.csum_err; fm10k_update_stats()
343 interface->tx_csum_errors = tx_csum_errors; fm10k_update_stats()
H A Dfm10k_ethtool.c63 FM10K_STAT("tx_csum_errors", tx_csum_errors),

Completed in 141 milliseconds