Home
last modified time | relevance | path

Searched refs:tx_byte_cnt (Results 1 – 6 of 6) sorted by relevance

/drivers/net/atl1e/
Datl1e.h295 unsigned long tx_byte_cnt; /* The number of bytes of data transmitted. FCS is NOT included. */ member
Datl1e_main.c1161 net_stats->tx_bytes = hw_stats->tx_byte_cnt; in atl1e_get_stats()
/drivers/net/atl1c/
Datl1c.h359 unsigned long tx_byte_cnt; /* The number of bytes of data transmitted. FCS is NOT included. */ member
Datl1c_main.c1430 net_stats->tx_bytes = hw_stats->tx_byte_cnt; in atl1c_get_stats()
/drivers/net/atlx/
Datl1.h356 u32 tx_byte_cnt; /* bytes transmitted, FCS is NOT included */ member
Datl1.c1673 adapter->soft_stats.tx_bytes += smb->tx_byte_cnt; in atl1_inc_smb()