Home
last modified time | relevance | path

Searched refs:tx_1_col (Results 1 – 8 of 8) sorted by relevance

/linux-2.6.39/drivers/net/
Dbcm63xx_enet.h133 u32 tx_1_col; member
Dbcm63xx_enet.c1205 { "tx_single_collision", GEN_STAT(mib.tx_1_col), ETH_MIB_TX_1_COL },
/linux-2.6.39/drivers/net/atl1e/
Datl1e.h303 …unsigned long tx_1_col; /* The number of packets subsequently transmitted successfully with … member
Datl1e_main.c1145 net_stats->collisions = hw_stats->tx_1_col + in atl1e_get_stats()
/linux-2.6.39/drivers/net/atl1c/
Datl1c.h372 …unsigned long tx_1_col; /* The number of packets subsequently transmitted successfully with a sin… member
Datl1c_main.c1573 net_stats->collisions = hw_stats->tx_1_col + in atl1c_get_stats()
/linux-2.6.39/drivers/net/atlx/
Datl1.h361 u32 tx_1_col; /* packets TX after a single collision */ member
Datl1.c1690 adapter->soft_stats.collisions += (smb->tx_1_col + smb->tx_2_col * 2 + in atl1_inc_smb()
1717 adapter->soft_stats.scc += smb->tx_1_col; in atl1_inc_smb()