Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/atl1e/
Datl1e.h295 unsigned long tx_byte_cnt; /* The number of bytes of data transmitted. FCS is NOT included. */ member
Datl1e_main.c1143 net_stats->tx_bytes = hw_stats->tx_byte_cnt; in atl1e_get_stats()
/linux-2.6.39/drivers/net/atl1c/
Datl1c.h364 unsigned long tx_byte_cnt; /* The number of bytes of data transmitted. FCS is NOT included. */ member
Datl1c_main.c1571 net_stats->tx_bytes = hw_stats->tx_byte_cnt; in atl1c_get_stats()
/linux-2.6.39/drivers/net/atlx/
Datl1.h353 u32 tx_byte_cnt; /* bytes transmitted, FCS is NOT included */ member
Datl1.c1688 adapter->soft_stats.tx_bytes += smb->tx_byte_cnt; in atl1_inc_smb()