tx_1_col          342 drivers/net/ethernet/atheros/atl1c/atl1c.h 	unsigned long tx_1_col;		/* The number of packets subsequently transmitted successfully with a single prior collision. */
tx_1_col         1493 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 	net_stats->collisions = hw_stats->tx_1_col +
tx_1_col          289 drivers/net/ethernet/atheros/atl1e/atl1e.h 	unsigned long tx_1_col;       /* The number of packets subsequently transmitted successfully with a single prior collision. */
tx_1_col         1163 drivers/net/ethernet/atheros/atl1e/atl1e_main.c 	net_stats->collisions = hw_stats->tx_1_col +
tx_1_col         1679 drivers/net/ethernet/atheros/atlx/atl1.c 	adapter->soft_stats.collisions += smb->tx_1_col +
tx_1_col         1703 drivers/net/ethernet/atheros/atlx/atl1.c 	adapter->soft_stats.scc += smb->tx_1_col;
tx_1_col          352 drivers/net/ethernet/atheros/atlx/atl1.h 	u32 tx_1_col;		/* packets TX after a single collision */
tx_1_col         1283 drivers/net/ethernet/broadcom/bcm63xx_enet.c 	{ "tx_single_collision", GEN_STAT(mib.tx_1_col), ETH_MIB_TX_1_COL },
tx_1_col          160 drivers/net/ethernet/broadcom/bcm63xx_enet.h 	u32 tx_1_col;
tx_1_col          361 drivers/net/ethernet/qualcomm/emac/emac.c 	net_stats->collisions = stats->tx_1_col + stats->tx_2_col * 2 +
tx_1_col          256 drivers/net/ethernet/qualcomm/emac/emac.h 	u64 tx_1_col;           /* packets single prior collision */