Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/
A Dbcm63xx_enet.h160 u32 tx_1_col; member
A Dbcm63xx_enet.c1301 { "tx_single_collision", GEN_STAT(mib.tx_1_col), ETH_MIB_TX_1_COL },
/linux/drivers/net/ethernet/qualcomm/emac/
A Demac.h256 u64 tx_1_col; /* packets single prior collision */ member
A Demac.c351 net_stats->collisions = stats->tx_1_col + stats->tx_2_col * 2 + in emac_get_stats64()
/linux/drivers/net/ethernet/atheros/atl1e/
A Datl1e.h289 …unsigned long tx_1_col; /* The number of packets subsequently transmitted successfully with … member
A Datl1e_main.c1161 net_stats->collisions = hw_stats->tx_1_col + in atl1e_get_stats()
/linux/drivers/net/ethernet/atheros/atl1c/
A Datl1c.h340 …unsigned long tx_1_col; /* The number of packets subsequently transmitted successfully with a sin… member
A Datl1c_main.c1566 net_stats->collisions = hw_stats->tx_1_col + in atl1c_get_stats()
/linux/drivers/net/ethernet/atheros/atlx/
A Datl1.h352 u32 tx_1_col; /* packets TX after a single collision */ member
A 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()

Completed in 39 milliseconds