Home
last modified time | relevance | path

Searched refs:rx_bytes (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/sys/dev/pci/
H A Dif_alereg.h564 uint32_t rx_bytes; member
851 uint64_t rx_bytes; member
H A Dif_agereg.h503 uint32_t rx_bytes; member
769 uint64_t rx_bytes; member
H A Dif_alcreg.h1103 uint32_t rx_bytes; member
1375 uint64_t rx_bytes; member
H A Dif_ocereg.h2324 uint64_t rx_bytes; member
2438 uint64_t rx_bytes; member
H A Dif_ale.c1177 stat->rx_bytes += smb->rx_bytes; in ale_stats_update()
H A Dif_age.c1888 stat->rx_bytes += smb->rx_bytes; in age_stats_update()
H A Dif_alc.c2127 stat->rx_bytes += smb->rx_bytes; in alc_stats_update()
H A Dif_bnxtreg.h30004 uint64_t rx_bytes; global() member
[all...]
/openbsd-src/sys/dev/ic/
H A Drtl81x9.c567 u_int16_t rx_bytes = 0, max_bytes; in rl_rxeof() local
614 rx_bytes += total_len + 4; in rl_rxeof()
629 if (rx_bytes > max_bytes) { in rl_rxeof()