Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qualcomm/emac/
A Demac.h221 u64 rx_byte_cnt; /* good bytes count (without FCS) */ member
A Demac.c348 net_stats->rx_bytes = stats->rx_byte_cnt; in emac_get_stats64()
/linux/drivers/net/ethernet/atheros/atl1e/
A Datl1e.h255 …unsigned long rx_byte_cnt; /* The number of bytes of good packet received. FCS is NOT included.… member
A Datl1e_main.c1158 net_stats->rx_bytes = hw_stats->rx_byte_cnt; in atl1e_get_stats()
/linux/drivers/net/ethernet/atheros/alx/
A Dhw.h401 u64 rx_byte_cnt; /* good bytes received. FCS is NOT included */ member
A Dhw.c1078 hw->stats.rx_byte_cnt += alx_read_mem32(hw, ALX_MIB_RX_BYTE_CNT); in alx_update_hw_stats()
A Dmain.c1659 net_stats->rx_bytes = hw_stats->rx_byte_cnt; in alx_get_stats64()
/linux/drivers/net/wireless/mediatek/mt76/mt7921/
A Dmac.h307 __le16 rx_byte_cnt; member
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
A Dmac.h299 __le16 rx_byte_cnt; member
/linux/drivers/net/wireless/mediatek/mt76/mt7615/
A Dmac.h294 __le16 rx_byte_cnt; member
/linux/drivers/net/ethernet/atheros/atl1c/
A Datl1c.h306 unsigned long rx_byte_cnt; /* The number of bytes of good packet received. FCS is NOT included. */ member
A Datl1c_main.c1563 net_stats->rx_bytes = hw_stats->rx_byte_cnt; in atl1c_get_stats()
/linux/drivers/net/ethernet/atheros/atlx/
A Datl1.h318 u32 rx_byte_cnt; /* good bytes received. FCS is NOT included */ member
A Datl1.c1674 adapter->soft_stats.rx_bytes += smb->rx_byte_cnt; in atl1_inc_smb()
/linux/drivers/net/ethernet/freescale/enetc/
A Denetc.c1173 int rx_frm_cnt = 0, rx_byte_cnt = 0; in enetc_clean_rx_ring() local
1206 rx_byte_cnt += skb->len; in enetc_clean_rx_ring()
1215 rx_ring->stats.bytes += rx_byte_cnt; in enetc_clean_rx_ring()
1510 int rx_frm_cnt = 0, rx_byte_cnt = 0; in enetc_clean_rx_ring_xdp() local
1636 rx_ring->stats.bytes += rx_byte_cnt; in enetc_clean_rx_ring_xdp()

Completed in 48 milliseconds