Home
last modified time | relevance | path

Searched refs:tx_late_col (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/qualcomm/emac/
Demac.c370 stats->tx_late_col + stats->tx_abort_col; in emac_get_stats64()
382 net_stats->tx_errors = stats->tx_late_col + stats->tx_abort_col + in emac_get_stats64()
386 net_stats->tx_window_errors = stats->tx_late_col; in emac_get_stats64()
Demac.h266 u64 tx_late_col; /* packets with late collisions */ member
/Linux-v4.19/drivers/net/ethernet/atheros/atl1e/
Datl1e.h304 unsigned long tx_late_col; /* The number of packets transmitted with late collisions. */ member
Datl1e_main.c1176 hw_stats->tx_late_col + in atl1e_get_stats()
1193 net_stats->tx_errors = hw_stats->tx_late_col + in atl1e_get_stats()
1200 net_stats->tx_window_errors = hw_stats->tx_late_col; in atl1e_get_stats()
/Linux-v4.19/drivers/net/ethernet/atheros/alx/
Dhw.h437 u64 tx_late_col; /* TX packets with late collisions */ member
Dmain.c1644 hw_stats->tx_late_col + in alx_get_stats64()
1661 net_stats->tx_errors = hw_stats->tx_late_col + in alx_get_stats64()
1668 net_stats->tx_window_errors = hw_stats->tx_late_col; in alx_get_stats64()
Dhw.c1114 hw->stats.tx_late_col += alx_read_mem32(hw, ALX_MIB_TX_LATE_COL); in alx_update_hw_stats()
/Linux-v4.19/drivers/net/ethernet/atheros/atl1c/
Datl1c.h357 unsigned long tx_late_col; /* The number of packets transmitted with late collisions. */ member
Datl1c_main.c1508 hw_stats->tx_late_col + in atl1c_get_stats()
1525 net_stats->tx_errors = hw_stats->tx_late_col + in atl1c_get_stats()
1532 net_stats->tx_window_errors = hw_stats->tx_late_col; in atl1c_get_stats()
/Linux-v4.19/drivers/net/ethernet/atheros/atlx/
Datl1.h367 u32 tx_late_col; /* TX packets with late collisions */ member
Datl1.c1687 u64 new_tx_errors = smb->tx_late_col + in atl1_inc_smb()
1700 smb->tx_late_col + in atl1_inc_smb()
1718 adapter->soft_stats.tx_window_errors += smb->tx_late_col; in atl1_inc_smb()
1724 adapter->soft_stats.latecol += smb->tx_late_col; in atl1_inc_smb()