tx_late_col      1114 drivers/net/ethernet/atheros/alx/hw.c 	hw->stats.tx_late_col    += alx_read_mem32(hw, ALX_MIB_TX_LATE_COL);
tx_late_col       437 drivers/net/ethernet/atheros/alx/hw.h 	u64 tx_late_col;	/* TX packets with late collisions */
tx_late_col      1641 drivers/net/ethernet/atheros/alx/main.c 				hw_stats->tx_late_col +
tx_late_col      1658 drivers/net/ethernet/atheros/alx/main.c 	net_stats->tx_errors = hw_stats->tx_late_col +
tx_late_col      1665 drivers/net/ethernet/atheros/alx/main.c 	net_stats->tx_window_errors  = hw_stats->tx_late_col;
tx_late_col       344 drivers/net/ethernet/atheros/atl1c/atl1c.h 	unsigned long tx_late_col;	/* The number of packets transmitted with late collisions. */
tx_late_col      1495 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 				hw_stats->tx_late_col +
tx_late_col      1512 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 	net_stats->tx_errors = hw_stats->tx_late_col +
tx_late_col      1519 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 	net_stats->tx_window_errors  = hw_stats->tx_late_col;
tx_late_col       291 drivers/net/ethernet/atheros/atl1e/atl1e.h 	unsigned long tx_late_col;    /* The number of packets transmitted with late collisions. */
tx_late_col      1165 drivers/net/ethernet/atheros/atl1e/atl1e_main.c 				hw_stats->tx_late_col +
tx_late_col      1182 drivers/net/ethernet/atheros/atl1e/atl1e_main.c 	net_stats->tx_errors = hw_stats->tx_late_col +
tx_late_col      1189 drivers/net/ethernet/atheros/atl1e/atl1e_main.c 	net_stats->tx_window_errors  = hw_stats->tx_late_col;
tx_late_col      1668 drivers/net/ethernet/atheros/atlx/atl1.c 	u64 new_tx_errors = smb->tx_late_col +
tx_late_col      1681 drivers/net/ethernet/atheros/atlx/atl1.c 					  smb->tx_late_col +
tx_late_col      1699 drivers/net/ethernet/atheros/atlx/atl1.c 	adapter->soft_stats.tx_window_errors += smb->tx_late_col;
tx_late_col      1705 drivers/net/ethernet/atheros/atlx/atl1.c 	adapter->soft_stats.latecol += smb->tx_late_col;
tx_late_col       354 drivers/net/ethernet/atheros/atlx/atl1.h 	u32 tx_late_col;	/* TX packets with late collisions */
tx_late_col       362 drivers/net/ethernet/qualcomm/emac/emac.c 				stats->tx_late_col + stats->tx_abort_col;
tx_late_col       374 drivers/net/ethernet/qualcomm/emac/emac.c 	net_stats->tx_errors = stats->tx_late_col + stats->tx_abort_col +
tx_late_col       378 drivers/net/ethernet/qualcomm/emac/emac.c 	net_stats->tx_window_errors = stats->tx_late_col;
tx_late_col       258 drivers/net/ethernet/qualcomm/emac/emac.h 	u64 tx_late_col;        /* packets with late collisions */