Searched refs:tx_1_col (Results 1 – 10 of 10) sorted by relevance
160 u32 tx_1_col; member
1304 { "tx_single_collision", GEN_STAT(mib.tx_1_col), ETH_MIB_TX_1_COL },
264 u64 tx_1_col; /* packets single prior collision */ member
369 net_stats->collisions = stats->tx_1_col + stats->tx_2_col * 2 + in emac_get_stats64()
302 …unsigned long tx_1_col; /* The number of packets subsequently transmitted successfully with … member
1174 net_stats->collisions = hw_stats->tx_1_col + in atl1e_get_stats()
355 …unsigned long tx_1_col; /* The number of packets subsequently transmitted successfully with a sin… member
1506 net_stats->collisions = hw_stats->tx_1_col + in atl1c_get_stats()
365 u32 tx_1_col; /* packets TX after a single collision */ member
1698 adapter->soft_stats.collisions += smb->tx_1_col + in atl1_inc_smb()1722 adapter->soft_stats.scc += smb->tx_1_col; in atl1_inc_smb()