Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/qualcomm/emac/
Demac.h229 u64 rx_byte_cnt; /* good bytes count (without FCS) */ member
Demac.c366 net_stats->rx_bytes = stats->rx_byte_cnt; in emac_get_stats64()
/Linux-v4.19/drivers/net/ethernet/atheros/atl1e/
Datl1e.h268 …unsigned long rx_byte_cnt; /* The number of bytes of good packet received. FCS is NOT included.… member
Datl1e_main.c1171 net_stats->rx_bytes = hw_stats->rx_byte_cnt; in atl1e_get_stats()
/Linux-v4.19/drivers/net/ethernet/atheros/alx/
Dhw.h401 u64 rx_byte_cnt; /* good bytes received. FCS is NOT included */ member
Dhw.c1078 hw->stats.rx_byte_cnt += alx_read_mem32(hw, ALX_MIB_RX_BYTE_CNT); in alx_update_hw_stats()
Dmain.c1640 net_stats->rx_bytes = hw_stats->rx_byte_cnt; in alx_get_stats64()
/Linux-v4.19/drivers/net/ethernet/atheros/atl1c/
Datl1c.h321 unsigned long rx_byte_cnt; /* The number of bytes of good packet received. FCS is NOT included. */ member
Datl1c_main.c1503 net_stats->rx_bytes = hw_stats->rx_byte_cnt; in atl1c_get_stats()
/Linux-v4.19/drivers/net/ethernet/atheros/atlx/
Datl1.h331 u32 rx_byte_cnt; /* good bytes received. FCS is NOT included */ member
Datl1.c1695 adapter->soft_stats.rx_bytes += smb->rx_byte_cnt; in atl1_inc_smb()