Searched refs:tx_late_col (Results 1 – 11 of 11) sorted by relevance
362 stats->tx_late_col + stats->tx_abort_col; in emac_get_stats64()374 net_stats->tx_errors = stats->tx_late_col + stats->tx_abort_col + in emac_get_stats64()378 net_stats->tx_window_errors = stats->tx_late_col; in emac_get_stats64()
258 u64 tx_late_col; /* packets with late collisions */ member
291 unsigned long tx_late_col; /* The number of packets transmitted with late collisions. */ member
1165 hw_stats->tx_late_col + in atl1e_get_stats()1182 net_stats->tx_errors = hw_stats->tx_late_col + in atl1e_get_stats()1189 net_stats->tx_window_errors = hw_stats->tx_late_col; in atl1e_get_stats()
437 u64 tx_late_col; /* TX packets with late collisions */ member
1641 hw_stats->tx_late_col + in alx_get_stats64()1658 net_stats->tx_errors = hw_stats->tx_late_col + in alx_get_stats64()1665 net_stats->tx_window_errors = hw_stats->tx_late_col; in alx_get_stats64()
1114 hw->stats.tx_late_col += alx_read_mem32(hw, ALX_MIB_TX_LATE_COL); in alx_update_hw_stats()
344 unsigned long tx_late_col; /* The number of packets transmitted with late collisions. */ member
1495 hw_stats->tx_late_col + in atl1c_get_stats()1512 net_stats->tx_errors = hw_stats->tx_late_col + in atl1c_get_stats()1519 net_stats->tx_window_errors = hw_stats->tx_late_col; in atl1c_get_stats()
354 u32 tx_late_col; /* TX packets with late collisions */ member
1668 u64 new_tx_errors = smb->tx_late_col + in atl1_inc_smb()1681 smb->tx_late_col + in atl1_inc_smb()1699 adapter->soft_stats.tx_window_errors += smb->tx_late_col; in atl1_inc_smb()1705 adapter->soft_stats.latecol += smb->tx_late_col; in atl1_inc_smb()