Home
last modified time | relevance | path

Searched refs:rx_byte (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/
Ddnet.h197 u32 rx_byte; member
Ddnet.c373 u32 *end = &bp->hw_stats.rx_byte + 1; in dnet_update_stats()
719 pr_debug("RX_BYTE_CNT %-8x\n", hwstat->rx_byte); in dnet_print_pretty_hwstats()
759 nstat->rx_bytes = hwstat->rx_byte; in dnet_get_stats()
/linux-3.4.99/drivers/net/wireless/ath/ath6kl/
Dcore.h364 u64 rx_byte; member
Dmain.c698 stats->rx_byte += le32_to_cpu(tgt_stats->stats.rx.byte); in ath6kl_update_target_stats()
Dcfg80211.c1661 if (vif->target_stats.rx_byte) { in ath6kl_get_station()
1662 sinfo->rx_bytes = vif->target_stats.rx_byte; in ath6kl_get_station()