Searched refs:tx_abort_col (Results 1 – 11 of 11) sorted by relevance
351 stats->tx_late_col + stats->tx_abort_col; in emac_get_stats64()363 net_stats->tx_errors = stats->tx_late_col + stats->tx_abort_col + in emac_get_stats64()366 net_stats->tx_aborted_errors = stats->tx_abort_col; in emac_get_stats64()
259 u64 tx_abort_col; /* packets aborted due to excess collisions */ member
292 …unsigned long tx_abort_col; /* The number of transmit packets aborted due to excessive collision… member
1167 hw_stats->tx_abort_col; in atl1e_get_stats()1184 hw_stats->tx_abort_col + in atl1e_get_stats()1189 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
1666 hw_stats->tx_abort_col; in alx_get_stats64()1683 hw_stats->tx_abort_col + in alx_get_stats64()1687 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()
343 …unsigned long tx_abort_col; /* The number of transmit packets aborted due to excessive collisions.… member
1547 hw_stats->tx_abort_col; in atl1c_get_stats()1564 hw_stats->tx_abort_col + in atl1c_get_stats()1569 net_stats->tx_aborted_errors = hw_stats->tx_abort_col; in atl1c_get_stats()
355 u32 tx_abort_col; /* TX packets aborted w/excessive collisions */ member
1667 smb->tx_abort_col + in atl1_inc_smb()1680 smb->tx_abort_col; in atl1_inc_smb()1696 adapter->soft_stats.tx_aborted_errors += smb->tx_abort_col; in atl1_inc_smb()1699 adapter->soft_stats.excecol += smb->tx_abort_col; in atl1_inc_smb()