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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atl1c/
H A Datl1c.h374 unsigned long tx_late_col; /* The number of packets transmitted with late collisions. */ member in struct:atl1c_hw_stats
H A Datl1c_main.c1574 hw_stats->tx_late_col + hw_stats->tx_abort_col;
1586 net_stats->tx_errors = hw_stats->tx_late_col + hw_stats->tx_abort_col +
1590 net_stats->tx_window_errors = hw_stats->tx_late_col;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atl1e/
H A Datl1e.h305 unsigned long tx_late_col; /* The number of packets transmitted with late collisions. */ member in struct:atl1e_hw_stats
H A Datl1e_main.c1147 hw_stats->tx_late_col + hw_stats->tx_abort_col;
1160 net_stats->tx_errors = hw_stats->tx_late_col + hw_stats->tx_abort_col +
1164 net_stats->tx_window_errors = hw_stats->tx_late_col;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atlx/
H A Datl1.h366 u32 tx_late_col; /* TX packets with late collisions */ member in struct:stats_msg_block
H A Datl1.c1687 smb->tx_late_col + smb->tx_abort_col * adapter->hw.max_retry);
1705 adapter->soft_stats.tx_errors += (smb->tx_late_col +
1709 adapter->soft_stats.tx_window_errors += smb->tx_late_col;
1715 adapter->soft_stats.latecol += smb->tx_late_col;

Completed in 125 milliseconds