Home
last modified time | relevance | path

Searched refs:tx_abort_col (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/emac/
H A Demac.c352 stats->tx_late_col + stats->tx_abort_col; in emac_get_stats64()
364 net_stats->tx_errors = stats->tx_late_col + stats->tx_abort_col + in emac_get_stats64()
367 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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/alx/
H A Dhw.h438 u64 tx_abort_col; /* TX packets aborted w/excessive collisions */ member
H A Dmain.c1643 hw_stats->tx_abort_col; in alx_get_stats64()
1660 hw_stats->tx_abort_col + in alx_get_stats64()
1664 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1c/
H A Datl1c.h345 unsigned long tx_abort_col; /* The number of transmit packets aborted due to excessive collisions. */ member
H A Datl1c_main.c1493 hw_stats->tx_abort_col; in atl1c_get_stats()
1510 hw_stats->tx_abort_col + in atl1c_get_stats()
1515 net_stats->tx_aborted_errors = hw_stats->tx_abort_col; in atl1c_get_stats()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1e/
H A Datl1e.h292 unsigned long tx_abort_col; /* The number of transmit packets aborted due to excessive collisions. */ 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()
/kernel/linux/linux-6.6/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.c1547 hw_stats->tx_abort_col; in atl1c_get_stats()
1564 hw_stats->tx_abort_col + in atl1c_get_stats()
1569 net_stats->tx_aborted_errors = hw_stats->tx_abort_col; in atl1c_get_stats()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1e/
H A Datl1e.h292 unsigned long tx_abort_col; /* The number of transmit packets aborted due to excessive collisions. */ 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()

Completed in 47 milliseconds