Searched refs:tx_abort_col (Results 1 – 11 of 11) sorted by relevance
370 stats->tx_late_col + stats->tx_abort_col; in emac_get_stats64()382 net_stats->tx_errors = stats->tx_late_col + stats->tx_abort_col + in emac_get_stats64()385 net_stats->tx_aborted_errors = stats->tx_abort_col; in emac_get_stats64()
267 u64 tx_abort_col; /* packets aborted due to excess collisions */ member
305 …unsigned long tx_abort_col; /* The number of transmit packets aborted due to excessive collision… member
1177 hw_stats->tx_abort_col; in atl1e_get_stats()1194 hw_stats->tx_abort_col + in atl1e_get_stats()1199 net_stats->tx_aborted_errors = hw_stats->tx_abort_col; in atl1e_get_stats()
438 u64 tx_abort_col; /* TX packets aborted w/excessive collisions */ member
1645 hw_stats->tx_abort_col; in alx_get_stats64()1662 hw_stats->tx_abort_col + in alx_get_stats64()1666 net_stats->tx_aborted_errors = hw_stats->tx_abort_col; in alx_get_stats64()
1115 hw->stats.tx_abort_col += alx_read_mem32(hw, ALX_MIB_TX_ABORT_COL); in alx_update_hw_stats()
358 …unsigned long tx_abort_col; /* The number of transmit packets aborted due to excessive collisions.… member
1509 hw_stats->tx_abort_col; in atl1c_get_stats()1526 hw_stats->tx_abort_col + in atl1c_get_stats()1531 net_stats->tx_aborted_errors = hw_stats->tx_abort_col; in atl1c_get_stats()
368 u32 tx_abort_col; /* TX packets aborted w/excessive collisions */ member
1688 smb->tx_abort_col + in atl1_inc_smb()1701 smb->tx_abort_col; in atl1_inc_smb()1717 adapter->soft_stats.tx_aborted_errors += smb->tx_abort_col; in atl1_inc_smb()1720 adapter->soft_stats.excecol += smb->tx_abort_col; in atl1_inc_smb()