Home
last modified time | relevance | path

Searched refs:tx_late_col (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/drivers/net/atl1e/
Datl1e.h305 unsigned long tx_late_col; /* The number of packets transmitted with late collisions. */ member
Datl1e_main.c1147 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()
1164 net_stats->tx_window_errors = hw_stats->tx_late_col; in atl1e_get_stats()
/linux-2.6.39/drivers/net/atl1c/
Datl1c.h374 unsigned long tx_late_col; /* The number of packets transmitted with late collisions. */ member
Datl1c_main.c1575 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()
1591 net_stats->tx_window_errors = hw_stats->tx_late_col; in atl1c_get_stats()
/linux-2.6.39/drivers/net/atlx/
Datl1.h363 u32 tx_late_col; /* TX packets with late collisions */ member
Datl1.c1691 smb->tx_late_col + smb->tx_abort_col * adapter->hw.max_retry); in atl1_inc_smb()
1709 adapter->soft_stats.tx_errors += (smb->tx_late_col + in atl1_inc_smb()
1713 adapter->soft_stats.tx_window_errors += smb->tx_late_col; in atl1_inc_smb()
1719 adapter->soft_stats.latecol += smb->tx_late_col; in atl1_inc_smb()