Searched refs:rx_bytes (Results 1 - 17 of 17) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/ether/atheros813x/dev/alc/
H A Dif_alcvar.h150 uint64_t rx_bytes; member in struct:alc_hw_stats
H A Dif_alcreg.h1142 uint32_t rx_bytes; member in struct:smb
H A Dif_alc.c1825 &stats->rx_bytes, "Good octets");
3267 stat->rx_bytes += smb->rx_bytes;
/haiku/src/add-ons/kernel/drivers/network/ether/atheros81xx/dev/ale/
H A Dif_alevar.h134 uint64_t rx_bytes; member in struct:ale_hw_stats
H A Dif_alereg.h573 uint32_t rx_bytes; member in struct:smb
H A Dif_ale.c872 &stats->rx_bytes, "Good octets");
2164 stat->rx_bytes += smb->rx_bytes;
/haiku/src/add-ons/kernel/drivers/network/ether/attansic_l1/dev/age/
H A Dif_agevar.h147 uint64_t rx_bytes; member in struct:age_stats
H A Dif_agereg.h501 uint32_t rx_bytes; member in struct:smb
H A Dif_age.c2047 stat->rx_bytes += smb->rx_bytes;
3274 (uintmax_t)stats->rx_bytes);
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Dif_igc.h312 unsigned long rx_bytes; member in struct:rx_ring
H A Digc_txrx.c485 rxr->rx_bytes += ri->iri_len;
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A Dif_em.h421 unsigned long rx_bytes; member in struct:rx_ring
H A Digb_txrx.c460 rxr->rx_bytes += ri->iri_len;
/haiku/src/add-ons/kernel/drivers/network/ether/rtl8139/dev/rl/
H A Dif_rl.c1128 uint16_t max_bytes, rx_bytes = 0; local
1178 rx_bytes += total_len + 4;
1193 if (rx_bytes > max_bytes)
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_input.c277 IEEE80211_NODE_STAT_ADD(ni, rx_bytes, m->m_pkthdr.len);
H A Dieee80211_hostap.c377 IEEE80211_NODE_STAT_ADD(ni, rx_bytes, m->m_pkthdr.len);
/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c1203 int i = 0, rx_bytes = 0, rx_pkts = 0; local
1276 rx_bytes += ri.iri_len;
1315 if_inc_counter(ifp, IFCOUNTER_IBYTES, rx_bytes);
2987 int err, budget_left, rx_bytes, rx_pkts; local
3007 rx_pkts = rx_bytes = 0;
3039 rx_bytes += ri.iri_len;
3126 if_inc_counter(ifp, IFCOUNTER_IBYTES, rx_bytes);

Completed in 366 milliseconds