Searched refs:tx_late_col (Results 1 – 6 of 6) sorted by relevance
305 unsigned long tx_late_col; /* The number of packets transmitted with late collisions. */ member
1165 hw_stats->tx_late_col + hw_stats->tx_abort_col; in atl1e_get_stats()1178 net_stats->tx_errors = hw_stats->tx_late_col + hw_stats->tx_abort_col + in atl1e_get_stats()1182 net_stats->tx_window_errors = hw_stats->tx_late_col; in atl1e_get_stats()
369 unsigned long tx_late_col; /* The number of packets transmitted with late collisions. */ member
1434 hw_stats->tx_late_col + hw_stats->tx_abort_col; in atl1c_get_stats()1446 net_stats->tx_errors = hw_stats->tx_late_col + hw_stats->tx_abort_col + in atl1c_get_stats()1450 net_stats->tx_window_errors = hw_stats->tx_late_col; in atl1c_get_stats()
366 u32 tx_late_col; /* TX packets with late collisions */ member
1676 smb->tx_late_col + smb->tx_abort_col * adapter->hw.max_retry); in atl1_inc_smb()1694 adapter->soft_stats.tx_errors += (smb->tx_late_col + in atl1_inc_smb()1698 adapter->soft_stats.tx_window_errors += smb->tx_late_col; in atl1_inc_smb()1704 adapter->soft_stats.latecol += smb->tx_late_col; in atl1_inc_smb()