Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/qualcomm/emac/
A Demac.c352 stats->tx_late_col + stats->tx_abort_col; in emac_get_stats64()
364 net_stats->tx_errors = stats->tx_late_col + stats->tx_abort_col + in emac_get_stats64()
368 net_stats->tx_window_errors = stats->tx_late_col; in emac_get_stats64()
A Demac.h258 u64 tx_late_col; /* packets with late collisions */ member
/linux-6.3-rc2/drivers/net/ethernet/atheros/atl1e/
A Datl1e.h291 unsigned long tx_late_col; /* The number of packets transmitted with late collisions. */ member
A Datl1e_main.c1163 hw_stats->tx_late_col + in atl1e_get_stats()
1180 net_stats->tx_errors = hw_stats->tx_late_col + in atl1e_get_stats()
1187 net_stats->tx_window_errors = hw_stats->tx_late_col; in atl1e_get_stats()
/linux-6.3-rc2/drivers/net/ethernet/atheros/alx/
A Dhw.h437 u64 tx_late_col; /* TX packets with late collisions */ member
A Dmain.c1666 hw_stats->tx_late_col + in alx_get_stats64()
1683 net_stats->tx_errors = hw_stats->tx_late_col + in alx_get_stats64()
1690 net_stats->tx_window_errors = hw_stats->tx_late_col; in alx_get_stats64()
A Dhw.c1114 hw->stats.tx_late_col += alx_read_mem32(hw, ALX_MIB_TX_LATE_COL); in alx_update_hw_stats()
/linux-6.3-rc2/drivers/net/ethernet/atheros/atl1c/
A Datl1c.h342 unsigned long tx_late_col; /* The number of packets transmitted with late collisions. */ member
A Datl1c_main.c1568 hw_stats->tx_late_col + in atl1c_get_stats()
1585 net_stats->tx_errors = hw_stats->tx_late_col + in atl1c_get_stats()
1592 net_stats->tx_window_errors = hw_stats->tx_late_col; in atl1c_get_stats()
/linux-6.3-rc2/drivers/net/ethernet/atheros/atlx/
A Datl1.h354 u32 tx_late_col; /* TX packets with late collisions */ member
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()
/linux-6.3-rc2/drivers/net/dsa/microchip/
A Dksz_common.c64 u64 tx_late_col; member
103 u64 tx_late_col; member
1643 stats->tx_window_errors = raw->tx_late_col; in ksz_r_mib_stats64()
1692 stats->tx_window_errors = raw->tx_late_col; in ksz88xx_r_mib_stats64()

Completed in 41 milliseconds