Searched refs:tx_late_col (Results 1 – 9 of 9) sorted by relevance
304 unsigned long tx_late_col; /* The number of packets transmitted with late collisions. */ member
1182 hw_stats->tx_late_col + in atl1e_get_stats()1199 net_stats->tx_errors = hw_stats->tx_late_col + in atl1e_get_stats()1206 net_stats->tx_window_errors = hw_stats->tx_late_col; in atl1e_get_stats()
435 u64 tx_late_col; /* TX packets with late collisions */ member
1186 hw_stats->tx_late_col + in alx_get_stats64()1203 net_stats->tx_errors = hw_stats->tx_late_col + in alx_get_stats64()1210 net_stats->tx_window_errors = hw_stats->tx_late_col; in alx_get_stats64()
1100 hw->stats.tx_late_col += alx_read_mem32(hw, ALX_MIB_TX_LATE_COL); in alx_update_hw_stats()
357 unsigned long tx_late_col; /* The number of packets transmitted with late collisions. */ member
1505 hw_stats->tx_late_col + in atl1c_get_stats()1522 net_stats->tx_errors = hw_stats->tx_late_col + in atl1c_get_stats()1529 net_stats->tx_window_errors = hw_stats->tx_late_col; in atl1c_get_stats()
367 u32 tx_late_col; /* TX packets with late collisions */ member
1687 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()