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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atl1c/
H A Datl1c.h338 unsigned long rx_byte_cnt; /* The number of bytes of good packet received. FCS is NOT included. */ member in struct:atl1c_hw_stats
H A Datl1c_main.c1569 net_stats->rx_bytes = hw_stats->rx_byte_cnt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atl1e/
H A Datl1e.h269 unsigned long rx_byte_cnt; /* The number of bytes of good packet received. FCS is NOT included. */ member in struct:atl1e_hw_stats
H A Datl1e_main.c1142 net_stats->rx_bytes = hw_stats->rx_byte_cnt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atlx/
H A Datl1.h330 u32 rx_byte_cnt; /* good bytes received. FCS is NOT included */ member in struct:stats_msg_block
H A Datl1.c1683 adapter->soft_stats.rx_bytes += smb->rx_byte_cnt;

Completed in 45 milliseconds