Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/qualcomm/emac/
H A Demac.c351 stats->tx_late_col + stats->tx_abort_col; in emac_get_stats64()
363 net_stats->tx_errors = stats->tx_late_col + stats->tx_abort_col + in emac_get_stats64()
367 net_stats->tx_window_errors = stats->tx_late_col; in emac_get_stats64()
H A Demac.h258 u64 tx_late_col; /* packets with late collisions */ member
/openbmc/linux/drivers/net/ethernet/atheros/atl1e/
H A Datl1e.h291 unsigned long tx_late_col; /* The number of packets transmitted with late collisions. */ member
H A Datl1e_main.c1166 hw_stats->tx_late_col + in atl1e_get_stats()
1183 net_stats->tx_errors = hw_stats->tx_late_col + in atl1e_get_stats()
1190 net_stats->tx_window_errors = hw_stats->tx_late_col; in atl1e_get_stats()
/openbmc/linux/drivers/net/ethernet/atheros/alx/
H A Dhw.h437 u64 tx_late_col; /* TX packets with late collisions */ member
H A Dmain.c1665 hw_stats->tx_late_col + in alx_get_stats64()
1682 net_stats->tx_errors = hw_stats->tx_late_col + in alx_get_stats64()
1689 net_stats->tx_window_errors = hw_stats->tx_late_col; in alx_get_stats64()
H A Dhw.c1114 hw->stats.tx_late_col += alx_read_mem32(hw, ALX_MIB_TX_LATE_COL); in alx_update_hw_stats()
/openbmc/linux/drivers/net/ethernet/atheros/atl1c/
H A Datl1c.h342 unsigned long tx_late_col; /* The number of packets transmitted with late collisions. */ member
H A Datl1c_main.c1546 hw_stats->tx_late_col + in atl1c_get_stats()
1563 net_stats->tx_errors = hw_stats->tx_late_col + in atl1c_get_stats()
1570 net_stats->tx_window_errors = hw_stats->tx_late_col; in atl1c_get_stats()
/openbmc/linux/drivers/net/ethernet/atheros/atlx/
H A Datl1.h354 u32 tx_late_col; /* TX packets with late collisions */ member
H A Datl1.c1666 u64 new_tx_errors = smb->tx_late_col + in atl1_inc_smb()
1679 smb->tx_late_col + in atl1_inc_smb()
1697 adapter->soft_stats.tx_window_errors += smb->tx_late_col; in atl1_inc_smb()
1703 adapter->soft_stats.latecol += smb->tx_late_col; in atl1_inc_smb()
/openbmc/linux/drivers/net/dsa/microchip/
H A Dksz_common.c60 u64 tx_late_col; member
99 u64 tx_late_col; member
1680 stats->tx_window_errors = raw->tx_late_col; in ksz_r_mib_stats64()
1729 stats->tx_window_errors = raw->tx_late_col; in ksz88xx_r_mib_stats64()