Home
last modified time | relevance | path

Searched refs:tx_abort_col (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/ethernet/qualcomm/emac/
H A Demac.c351 stats->tx_late_col + stats->tx_abort_col; in emac_get_stats64()
363 net_stats->tx_errors = stats->tx_late_col + stats->tx_abort_col + in emac_get_stats64()
366 net_stats->tx_aborted_errors = stats->tx_abort_col; in emac_get_stats64()
H A Demac.h259 u64 tx_abort_col; /* packets aborted due to excess collisions */ member
/linux/drivers/net/ethernet/atheros/atl1e/
H A Datl1e.h292 …unsigned long tx_abort_col; /* The number of transmit packets aborted due to excessive collision… member
H A Datl1e_main.c1167 hw_stats->tx_abort_col; in atl1e_get_stats()
1184 hw_stats->tx_abort_col + in atl1e_get_stats()
1189 net_stats->tx_aborted_errors = hw_stats->tx_abort_col; in atl1e_get_stats()
/linux/drivers/net/ethernet/atheros/alx/
H A Dhw.h438 u64 tx_abort_col; /* TX packets aborted w/excessive collisions */ member
H A Dmain.c1666 hw_stats->tx_abort_col; in alx_get_stats64()
1683 hw_stats->tx_abort_col + in alx_get_stats64()
1687 net_stats->tx_aborted_errors = hw_stats->tx_abort_col; in alx_get_stats64()
H A Dhw.c1115 hw->stats.tx_abort_col += alx_read_mem32(hw, ALX_MIB_TX_ABORT_COL); in alx_update_hw_stats()
/linux/drivers/net/ethernet/atheros/atl1c/
H A Datl1c.h343 …unsigned long tx_abort_col; /* The number of transmit packets aborted due to excessive collisions.… member
H A Datl1c_main.c1548 hw_stats->tx_abort_col; in atl1c_get_stats()
1565 hw_stats->tx_abort_col + in atl1c_get_stats()
1570 net_stats->tx_aborted_errors = hw_stats->tx_abort_col; in atl1c_get_stats()
/linux/drivers/net/ethernet/atheros/atlx/
H A Datl1.h355 u32 tx_abort_col; /* TX packets aborted w/excessive collisions */ member
H A Datl1.c1667 smb->tx_abort_col + in atl1_inc_smb()
1680 smb->tx_abort_col; in atl1_inc_smb()
1696 adapter->soft_stats.tx_aborted_errors += smb->tx_abort_col; in atl1_inc_smb()
1699 adapter->soft_stats.excecol += smb->tx_abort_col; in atl1_inc_smb()