Searched refs:latecol (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/atheros/atlx/ |
D | atl1.h | 683 u64 latecol; /* TX packets w/ late collisions */ member
|
D | atl1.c | 1724 adapter->soft_stats.latecol += smb->tx_late_col; in atl1_inc_smb() 3179 {"tx_abort_late_coll", ATL1_STAT(soft_stats.latecol)},
|
/Linux-v4.19/drivers/net/ethernet/intel/igb/ |
D | e1000_hw.h | 176 u64 latecol; member
|
D | igb_ethtool.c | 48 IGB_STAT("tx_window_errors", stats.latecol), 49 IGB_STAT("tx_abort_late_coll", stats.latecol), 552 regs_buff[62] = adapter->stats.latecol; in igb_get_regs()
|
D | igb_main.c | 6375 adapter->stats.latecol += rd32(E1000_LATECOL); in igb_update_stats() 6453 adapter->stats.latecol; in igb_update_stats() 6455 net_stats->tx_window_errors = adapter->stats.latecol; in igb_update_stats()
|
/Linux-v4.19/drivers/net/ethernet/intel/e1000e/ |
D | hw.h | 345 u64 latecol; member
|
D | netdev.c | 4862 adapter->stats.latecol += phy_data; in e1000e_update_phy_stats() 4922 adapter->stats.latecol += er32(LATECOL); in e1000e_update_stats() 4977 netdev->stats.tx_errors = adapter->stats.ecol + adapter->stats.latecol; in e1000e_update_stats() 4979 netdev->stats.tx_window_errors = adapter->stats.latecol; in e1000e_update_stats() 5968 stats->tx_errors = adapter->stats.ecol + adapter->stats.latecol; in e1000e_get_stats64() 5970 stats->tx_window_errors = adapter->stats.latecol; in e1000e_get_stats64()
|
D | ethtool.c | 61 E1000_STAT("tx_window_errors", stats.latecol), 62 E1000_STAT("tx_abort_late_coll", stats.latecol),
|
/Linux-v4.19/drivers/net/ethernet/intel/e1000/ |
D | e1000_ethtool.c | 50 { "tx_window_errors", E1000_STAT(stats.latecol) }, 51 { "tx_abort_late_coll", E1000_STAT(stats.latecol) },
|
D | e1000_main.c | 3640 adapter->stats.latecol += er32(LATECOL); in e1000_update_stats() 3708 adapter->stats.txerrc = adapter->stats.ecol + adapter->stats.latecol; in e1000_update_stats() 3711 netdev->stats.tx_window_errors = adapter->stats.latecol; in e1000_update_stats()
|
D | e1000_hw.h | 1262 u64 latecol; member
|