Searched refs:tx_abort_col (Results 1 - 6 of 6) sorted by relevance

/drivers/net/ethernet/atheros/atl1c/
H A Datl1c.h375 unsigned long tx_abort_col; /* The number of transmit packets aborted due to excessive collisions. */ member in struct:atl1c_hw_stats
H A Datl1c_main.c1599 hw_stats->tx_late_col + hw_stats->tx_abort_col;
1611 net_stats->tx_errors = hw_stats->tx_late_col + hw_stats->tx_abort_col +
1614 net_stats->tx_aborted_errors = hw_stats->tx_abort_col;
/drivers/net/ethernet/atheros/atl1e/
H A Datl1e.h306 unsigned long tx_abort_col; /* The number of transmit packets aborted due to excessive collisions. */ member in struct:atl1e_hw_stats
H A Datl1e_main.c1171 hw_stats->tx_late_col + hw_stats->tx_abort_col;
1184 net_stats->tx_errors = hw_stats->tx_late_col + hw_stats->tx_abort_col +
1187 net_stats->tx_aborted_errors = hw_stats->tx_abort_col;
/drivers/net/ethernet/atheros/atlx/
H A Datl1.h364 u32 tx_abort_col; /* TX packets aborted w/excessive collisions */ member in struct:stats_msg_block
H A Datl1.c1694 smb->tx_late_col + smb->tx_abort_col * adapter->hw.max_retry);
1713 smb->tx_abort_col + smb->tx_underrun + smb->tx_trunc);
1715 adapter->soft_stats.tx_aborted_errors += smb->tx_abort_col;
1718 adapter->soft_stats.excecol += smb->tx_abort_col;

Completed in 127 milliseconds