Searched refs:tx_abort_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.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.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 +
1589 net_stats->tx_aborted_errors = hw_stats->tx_abort_col;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/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.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 +
1163 net_stats->tx_aborted_errors = hw_stats->tx_abort_col;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atlx/
H A Datl1.h367 u32 tx_abort_col; /* TX packets aborted w/excessive collisions */ member in struct:stats_msg_block
H A Datl1.c1687 smb->tx_late_col + smb->tx_abort_col * adapter->hw.max_retry);
1706 smb->tx_abort_col + smb->tx_underrun + smb->tx_trunc);
1708 adapter->soft_stats.tx_aborted_errors += smb->tx_abort_col;
1711 adapter->soft_stats.excecol += smb->tx_abort_col;

Completed in 75 milliseconds