Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qualcomm/emac/
H A Demac.h221 u64 rx_byte_cnt; /* good bytes count (without FCS) */ member
/linux/drivers/net/ethernet/atheros/atl1e/
H A Datl1e.h255 …unsigned long rx_byte_cnt; /* The number of bytes of good packet received. FCS is NOT included.… member
H A Datl1e_main.c1161 net_stats->rx_bytes = hw_stats->rx_byte_cnt; in atl1e_get_stats()
/linux/drivers/net/ethernet/atheros/alx/
H A Dhw.h401 u64 rx_byte_cnt; /* good bytes received. FCS is NOT included */ member
H A Dhw.c1078 hw->stats.rx_byte_cnt += alx_read_mem32(hw, ALX_MIB_RX_BYTE_CNT); in alx_update_hw_stats()
H A Dmain.c1661 net_stats->rx_bytes = hw_stats->rx_byte_cnt; in alx_get_stats64()
/linux/drivers/net/ethernet/atheros/atl1c/
H A Datl1c.h306 unsigned long rx_byte_cnt; /* The number of bytes of good packet received. FCS is NOT included. */ member
H A Datl1c_main.c1542 net_stats->rx_bytes = hw_stats->rx_byte_cnt; in atl1c_get_stats()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac.h173 __le16 rx_byte_cnt; member
/linux/drivers/net/ethernet/atheros/atlx/
H A Datl1.h318 u32 rx_byte_cnt; /* good bytes received. FCS is NOT included */ member
H A Datl1.c1674 adapter->soft_stats.rx_bytes += smb->rx_byte_cnt; in atl1_inc_smb()
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmmio.c594 wcid->stats.rx_bytes += le32_to_cpu(stats->rx_byte_cnt); in mt7915_mmio_wed_update_rx_stats()