Searched refs:tx_2_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.h373 unsigned long tx_2_col; /* The number of packets subsequently transmitted successfully with multiple prior collisions. */ member in struct:atl1c_hw_stats
H A Datl1c_main.c1573 hw_stats->tx_2_col * 2 +
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atl1e/
H A Datl1e.h304 unsigned long tx_2_col; /* The number of packets subsequently transmitted successfully with multiple prior collisions. */ member in struct:atl1e_hw_stats
H A Datl1e_main.c1146 hw_stats->tx_2_col * 2 +
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atlx/
H A Datl1.h365 u32 tx_2_col; /* packets TX after multiple collisions */ member in struct:stats_msg_block
H A Datl1.c1686 adapter->soft_stats.collisions += (smb->tx_1_col + smb->tx_2_col * 2 +
1714 adapter->soft_stats.mcc += smb->tx_2_col;

Completed in 130 milliseconds