Home
last modified time | relevance | path

Searched refs:tx_1_col (Results 1 – 10 of 10) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/broadcom/
Dbcm63xx_enet.h160 u32 tx_1_col; member
Dbcm63xx_enet.c1301 { "tx_single_collision", GEN_STAT(mib.tx_1_col), ETH_MIB_TX_1_COL },
/linux-6.6.21/drivers/net/ethernet/qualcomm/emac/
Demac.h256 u64 tx_1_col; /* packets single prior collision */ member
Demac.c350 net_stats->collisions = stats->tx_1_col + stats->tx_2_col * 2 + in emac_get_stats64()
/linux-6.6.21/drivers/net/ethernet/atheros/atl1e/
Datl1e.h289 …unsigned long tx_1_col; /* The number of packets subsequently transmitted successfully with … member
Datl1e_main.c1164 net_stats->collisions = hw_stats->tx_1_col + in atl1e_get_stats()
/linux-6.6.21/drivers/net/ethernet/atheros/atl1c/
Datl1c.h340 …unsigned long tx_1_col; /* The number of packets subsequently transmitted successfully with a sin… member
Datl1c_main.c1544 net_stats->collisions = hw_stats->tx_1_col + in atl1c_get_stats()
/linux-6.6.21/drivers/net/ethernet/atheros/atlx/
Datl1.h352 u32 tx_1_col; /* packets TX after a single collision */ member
Datl1.c1677 adapter->soft_stats.collisions += smb->tx_1_col + in atl1_inc_smb()
1701 adapter->soft_stats.scc += smb->tx_1_col; in atl1_inc_smb()