Searched refs:tx_abort_col (Results 1 – 6 of 6) sorted by relevance
306 …unsigned long tx_abort_col; /* The number of transmit packets aborted due to excessive collision… member
1147 hw_stats->tx_late_col + hw_stats->tx_abort_col; in atl1e_get_stats()1160 net_stats->tx_errors = hw_stats->tx_late_col + hw_stats->tx_abort_col + in atl1e_get_stats()1163 net_stats->tx_aborted_errors = hw_stats->tx_abort_col; in atl1e_get_stats()
375 …unsigned long tx_abort_col; /* The number of transmit packets aborted due to excessive collisions.… member
1575 hw_stats->tx_late_col + hw_stats->tx_abort_col; in atl1c_get_stats()1587 net_stats->tx_errors = hw_stats->tx_late_col + hw_stats->tx_abort_col + in atl1c_get_stats()1590 net_stats->tx_aborted_errors = hw_stats->tx_abort_col; in atl1c_get_stats()
364 u32 tx_abort_col; /* TX packets aborted w/excessive collisions */ member
1691 smb->tx_late_col + smb->tx_abort_col * adapter->hw.max_retry); in atl1_inc_smb()1710 smb->tx_abort_col + smb->tx_underrun + smb->tx_trunc); in atl1_inc_smb()1712 adapter->soft_stats.tx_aborted_errors += smb->tx_abort_col; in atl1_inc_smb()1715 adapter->soft_stats.excecol += smb->tx_abort_col; in atl1_inc_smb()