Searched refs:tx_1_col (Results 1 – 8 of 8) sorted by relevance
133 u32 tx_1_col; member
1205 { "tx_single_collision", GEN_STAT(mib.tx_1_col), ETH_MIB_TX_1_COL },
303 …unsigned long tx_1_col; /* The number of packets subsequently transmitted successfully with … member
1145 net_stats->collisions = hw_stats->tx_1_col + in atl1e_get_stats()
372 …unsigned long tx_1_col; /* The number of packets subsequently transmitted successfully with a sin… member
1573 net_stats->collisions = hw_stats->tx_1_col + in atl1c_get_stats()
361 u32 tx_1_col; /* packets TX after a single collision */ member
1690 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()