Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/broadcom/
Dbcm63xx_enet.h160 u32 tx_1_col; member
Dbcm63xx_enet.c1308 { "tx_single_collision", GEN_STAT(mib.tx_1_col), ETH_MIB_TX_1_COL },
/linux-4.1.27/drivers/net/ethernet/atheros/atl1e/
Datl1e.h302 …unsigned long tx_1_col; /* The number of packets subsequently transmitted successfully with … member
Datl1e_main.c1180 net_stats->collisions = hw_stats->tx_1_col + in atl1e_get_stats()
/linux-4.1.27/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.c1501 net_stats->collisions = hw_stats->tx_1_col + in atl1c_get_stats()
/linux-4.1.27/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()