Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/broadcom/
Dbcm63xx_enet.h160 u32 tx_1_col; member
Dbcm63xx_enet.c1304 { "tx_single_collision", GEN_STAT(mib.tx_1_col), ETH_MIB_TX_1_COL },
/Linux-v4.19/drivers/net/ethernet/qualcomm/emac/
Demac.h264 u64 tx_1_col; /* packets single prior collision */ member
Demac.c369 net_stats->collisions = stats->tx_1_col + stats->tx_2_col * 2 + in emac_get_stats64()
/Linux-v4.19/drivers/net/ethernet/atheros/atl1e/
Datl1e.h302 …unsigned long tx_1_col; /* The number of packets subsequently transmitted successfully with … member
Datl1e_main.c1174 net_stats->collisions = hw_stats->tx_1_col + in atl1e_get_stats()
/Linux-v4.19/drivers/net/ethernet/atheros/atl1c/
Datl1c.h355 …unsigned long tx_1_col; /* The number of packets subsequently transmitted successfully with a sin… member
Datl1c_main.c1506 net_stats->collisions = hw_stats->tx_1_col + in atl1c_get_stats()
/Linux-v4.19/drivers/net/ethernet/atheros/atlx/
Datl1.h365 u32 tx_1_col; /* packets TX after a single collision */ member
Datl1.c1698 adapter->soft_stats.collisions += smb->tx_1_col + in atl1_inc_smb()
1722 adapter->soft_stats.scc += smb->tx_1_col; in atl1_inc_smb()