tx_abort_col     1115 drivers/net/ethernet/atheros/alx/hw.c 	hw->stats.tx_abort_col   += alx_read_mem32(hw, ALX_MIB_TX_ABORT_COL);
tx_abort_col      438 drivers/net/ethernet/atheros/alx/hw.h 	u64 tx_abort_col;	/* TX packets aborted w/excessive collisions */
tx_abort_col     1642 drivers/net/ethernet/atheros/alx/main.c 				hw_stats->tx_abort_col;
tx_abort_col     1659 drivers/net/ethernet/atheros/alx/main.c 			       hw_stats->tx_abort_col +
tx_abort_col     1663 drivers/net/ethernet/atheros/alx/main.c 	net_stats->tx_aborted_errors = hw_stats->tx_abort_col;
tx_abort_col      345 drivers/net/ethernet/atheros/atl1c/atl1c.h 	unsigned long tx_abort_col;	/* The number of transmit packets aborted due to excessive collisions. */
tx_abort_col     1496 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 				hw_stats->tx_abort_col;
tx_abort_col     1513 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 			       hw_stats->tx_abort_col +
tx_abort_col     1518 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 	net_stats->tx_aborted_errors = hw_stats->tx_abort_col;
tx_abort_col      292 drivers/net/ethernet/atheros/atl1e/atl1e.h 	unsigned long tx_abort_col;   /* The number of transmit packets aborted due to excessive collisions. */
tx_abort_col     1166 drivers/net/ethernet/atheros/atl1e/atl1e_main.c 				hw_stats->tx_abort_col;
tx_abort_col     1183 drivers/net/ethernet/atheros/atl1e/atl1e_main.c 			       hw_stats->tx_abort_col +
tx_abort_col     1188 drivers/net/ethernet/atheros/atl1e/atl1e_main.c 	net_stats->tx_aborted_errors = hw_stats->tx_abort_col;
tx_abort_col     1669 drivers/net/ethernet/atheros/atlx/atl1.c 			    smb->tx_abort_col +
tx_abort_col     1682 drivers/net/ethernet/atheros/atlx/atl1.c 					  smb->tx_abort_col;
tx_abort_col     1698 drivers/net/ethernet/atheros/atlx/atl1.c 	adapter->soft_stats.tx_aborted_errors += smb->tx_abort_col;
tx_abort_col     1701 drivers/net/ethernet/atheros/atlx/atl1.c 	adapter->soft_stats.excecol += smb->tx_abort_col;
tx_abort_col      355 drivers/net/ethernet/atheros/atlx/atl1.h 	u32 tx_abort_col;	/* TX packets aborted w/excessive collisions */
tx_abort_col      362 drivers/net/ethernet/qualcomm/emac/emac.c 				stats->tx_late_col + stats->tx_abort_col;
tx_abort_col      374 drivers/net/ethernet/qualcomm/emac/emac.c 	net_stats->tx_errors = stats->tx_late_col + stats->tx_abort_col +
tx_abort_col      377 drivers/net/ethernet/qualcomm/emac/emac.c 	net_stats->tx_aborted_errors = stats->tx_abort_col;
tx_abort_col      259 drivers/net/ethernet/qualcomm/emac/emac.h 	u64 tx_abort_col;       /* packets aborted due to excess collisions */