Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/emac/
H A Demac.h221 u64 rx_byte_cnt; /* good bytes count (without FCS) */ member
H A Demac.c348 net_stats->rx_bytes = stats->rx_byte_cnt; in emac_get_stats64()
/kernel/linux/linux-5.10/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.c1638 net_stats->rx_bytes = hw_stats->rx_byte_cnt; in alx_get_stats64()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmac.h286 __le16 rx_byte_cnt; member
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmac.h265 __le16 rx_byte_cnt; member
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/drivers/net/ethernet/qualcomm/emac/
H A Demac.h221 u64 rx_byte_cnt; /* good bytes count (without FCS) */ member
H A Demac.c347 net_stats->rx_bytes = stats->rx_byte_cnt; in emac_get_stats64()
/kernel/linux/linux-6.6/include/linux/soc/mediatek/
H A Dmtk_wed.h74 __le32 rx_byte_cnt; member
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac.h168 __le16 rx_byte_cnt; member
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/enetc/
H A Denetc.c1199 int rx_frm_cnt = 0, rx_byte_cnt = 0; in enetc_clean_rx_ring() local
1233 * in the receive buffer descriptor. So rx_byte_cnt should in enetc_clean_rx_ring()
1237 rx_byte_cnt += VLAN_HLEN; in enetc_clean_rx_ring()
1238 rx_byte_cnt += skb->len + ETH_HLEN; in enetc_clean_rx_ring()
1247 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() local
1574 * in the receive buffer descriptor. So rx_byte_cnt should in enetc_clean_rx_ring_xdp()
1578 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()
1655 rx_ring->stats.bytes += rx_byte_cnt; in enetc_clean_rx_ring_xdp()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1c/
H A Datl1c.h308 unsigned long rx_byte_cnt; /* The number of bytes of good packet received. FCS is NOT included. */ member
H A Datl1c_main.c1487 net_stats->rx_bytes = hw_stats->rx_byte_cnt; in atl1c_get_stats()
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atlx/
H A Datl1.h318 u32 rx_byte_cnt; /* good bytes received. FCS is NOT included */ member
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atlx/
H A Datl1.h318 u32 rx_byte_cnt; /* good bytes received. FCS is NOT included */ member
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/
H A Denetc.c706 int rx_frm_cnt = 0, rx_byte_cnt = 0; in enetc_clean_rx_ring() local
784 rx_byte_cnt += skb->len; in enetc_clean_rx_ring()
796 rx_ring->stats.bytes += rx_byte_cnt; in enetc_clean_rx_ring()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmmio.c660 wcid->stats.rx_bytes += le32_to_cpu(stats->rx_byte_cnt); in mt7915_mmio_wed_update_rx_stats()

Completed in 41 milliseconds

12