Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/atheros/atl1e/
Datl1e.h305 …unsigned long tx_abort_col; /* The number of transmit packets aborted due to excessive collision… member
Datl1e_main.c1183 hw_stats->tx_abort_col; in atl1e_get_stats()
1200 hw_stats->tx_abort_col + in atl1e_get_stats()
1205 net_stats->tx_aborted_errors = hw_stats->tx_abort_col; in atl1e_get_stats()
/linux-4.1.27/drivers/net/ethernet/atheros/alx/
Dhw.h436 u64 tx_abort_col; /* TX packets aborted w/excessive collisions */ member
Dmain.c1187 hw_stats->tx_abort_col; in alx_get_stats64()
1204 hw_stats->tx_abort_col + in alx_get_stats64()
1208 net_stats->tx_aborted_errors = hw_stats->tx_abort_col; in alx_get_stats64()
Dhw.c1101 hw->stats.tx_abort_col += alx_read_mem32(hw, ALX_MIB_TX_ABORT_COL); in alx_update_hw_stats()
/linux-4.1.27/drivers/net/ethernet/atheros/atl1c/
Datl1c.h358 …unsigned long tx_abort_col; /* The number of transmit packets aborted due to excessive collisions.… member
Datl1c_main.c1504 hw_stats->tx_abort_col; in atl1c_get_stats()
1521 hw_stats->tx_abort_col + in atl1c_get_stats()
1526 net_stats->tx_aborted_errors = hw_stats->tx_abort_col; in atl1c_get_stats()
/linux-4.1.27/drivers/net/ethernet/atheros/atlx/
Datl1.h368 u32 tx_abort_col; /* TX packets aborted w/excessive collisions */ member
Datl1.c1688 smb->tx_abort_col + in atl1_inc_smb()
1701 smb->tx_abort_col; in atl1_inc_smb()
1717 adapter->soft_stats.tx_aborted_errors += smb->tx_abort_col; in atl1_inc_smb()
1720 adapter->soft_stats.excecol += smb->tx_abort_col; in atl1_inc_smb()