Searched refs:rx_byte_cnt (Results 1 – 15 of 15) sorted by relevance
221 u64 rx_byte_cnt; /* good bytes count (without FCS) */ member
347 net_stats->rx_bytes = stats->rx_byte_cnt; in emac_get_stats64()
1197 int rx_frm_cnt = 0, rx_byte_cnt = 0; in enetc_clean_rx_ring() local1235 rx_byte_cnt += VLAN_HLEN; in enetc_clean_rx_ring()1236 rx_byte_cnt += skb->len + ETH_HLEN; in enetc_clean_rx_ring()1245 rx_ring->stats.bytes += rx_byte_cnt; in enetc_clean_rx_ring()1537 int rx_frm_cnt = 0, rx_byte_cnt = 0; in enetc_clean_rx_ring_xdp() local1578 rx_byte_cnt += VLAN_HLEN; in enetc_clean_rx_ring_xdp()1579 rx_byte_cnt += xdp_get_buff_len(&xdp_buff); in enetc_clean_rx_ring_xdp()1662 rx_ring->stats.bytes += rx_byte_cnt; in enetc_clean_rx_ring_xdp()
255 …unsigned long rx_byte_cnt; /* The number of bytes of good packet received. FCS is NOT included.… member
1161 net_stats->rx_bytes = hw_stats->rx_byte_cnt; in atl1e_get_stats()
401 u64 rx_byte_cnt; /* good bytes received. FCS is NOT included */ member
1078 hw->stats.rx_byte_cnt += alx_read_mem32(hw, ALX_MIB_RX_BYTE_CNT); in alx_update_hw_stats()
1661 net_stats->rx_bytes = hw_stats->rx_byte_cnt; in alx_get_stats64()
168 __le16 rx_byte_cnt; member
75 __le32 rx_byte_cnt; member
306 unsigned long rx_byte_cnt; /* The number of bytes of good packet received. FCS is NOT included. */ member
1542 net_stats->rx_bytes = hw_stats->rx_byte_cnt; in atl1c_get_stats()
318 u32 rx_byte_cnt; /* good bytes received. FCS is NOT included */ member
1674 adapter->soft_stats.rx_bytes += smb->rx_byte_cnt; in atl1_inc_smb()
595 wcid->stats.rx_bytes += le32_to_cpu(stats->rx_byte_cnt); in mt7915_mmio_wed_update_rx_stats()