Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/atl1e/ !
Datl1e.h304 …unsigned long tx_2_col; /* The number of packets subsequently transmitted successfully with … member
Datl1e_main.c1146 hw_stats->tx_2_col * 2 + in atl1e_get_stats()
/linux-2.6.39/drivers/net/atl1c/ !
Datl1c.h373 …unsigned long tx_2_col; /* The number of packets subsequently transmitted successfully with multi… member
Datl1c_main.c1574 hw_stats->tx_2_col * 2 + in atl1c_get_stats()
/linux-2.6.39/drivers/net/atlx/ !
Datl1.h362 u32 tx_2_col; /* packets TX after multiple collisions */ member
Datl1.c1690 adapter->soft_stats.collisions += (smb->tx_1_col + smb->tx_2_col * 2 + in atl1_inc_smb()
1718 adapter->soft_stats.mcc += smb->tx_2_col; in atl1_inc_smb()