Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/atl1e/
Datl1e.h269 …unsigned long rx_byte_cnt; /* The number of bytes of good packet received. FCS is NOT included.… member
Datl1e_main.c1142 net_stats->rx_bytes = hw_stats->rx_byte_cnt; in atl1e_get_stats()
/linux-2.6.39/drivers/net/atl1c/
Datl1c.h338 unsigned long rx_byte_cnt; /* The number of bytes of good packet received. FCS is NOT included. */ member
Datl1c_main.c1570 net_stats->rx_bytes = hw_stats->rx_byte_cnt; in atl1c_get_stats()
/linux-2.6.39/drivers/net/atlx/
Datl1.h327 u32 rx_byte_cnt; /* good bytes received. FCS is NOT included */ member
Datl1.c1687 adapter->soft_stats.rx_bytes += smb->rx_byte_cnt; in atl1_inc_smb()