Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-rx.c746 static rx_bytesT rx_bytes; variable
756 memset (& rx_bytes, 0, sizeof (rx_bytes)); in rx_fetchalign()
757 rx_bytes.n_base = RX_NBASE_FETCHALIGN; in rx_fetchalign()
776 rx_bytes.relax[rx_bytes.n_relax].type = type; in rx_relax()
777 rx_bytes.relax[rx_bytes.n_relax].field_pos = pos; in rx_relax()
778 rx_bytes.relax[rx_bytes.n_relax].val_ofs = rx_bytes.n_base + rx_bytes.n_ops; in rx_relax()
779 rx_bytes.n_relax ++; in rx_relax()
788 rx_bytes.link_relax |= RX_RELAXA_DSP4; in rx_linkrelax_dsp()
791 rx_bytes.link_relax |= RX_RELAXA_DSP6; in rx_linkrelax_dsp()
794 rx_bytes.link_relax |= RX_RELAXA_DSP14; in rx_linkrelax_dsp()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-rx.c733 static rx_bytesT rx_bytes; variable
743 memset (& rx_bytes, 0, sizeof (rx_bytes)); in rx_fetchalign()
744 rx_bytes.n_base = RX_NBASE_FETCHALIGN; in rx_fetchalign()
763 rx_bytes.relax[rx_bytes.n_relax].type = type; in rx_relax()
764 rx_bytes.relax[rx_bytes.n_relax].field_pos = pos; in rx_relax()
765 rx_bytes.relax[rx_bytes.n_relax].val_ofs = rx_bytes.n_base + rx_bytes.n_ops; in rx_relax()
766 rx_bytes.n_relax ++; in rx_relax()
775 rx_bytes.link_relax |= RX_RELAXA_DSP4; in rx_linkrelax_dsp()
778 rx_bytes.link_relax |= RX_RELAXA_DSP6; in rx_linkrelax_dsp()
781 rx_bytes.link_relax |= RX_RELAXA_DSP14; in rx_linkrelax_dsp()
[all …]
/netbsd-src/external/bsd/wpa/dist/src/ap/
H A Daccounting.c179 if (sta->last_rx_bytes_lo > data->rx_bytes) in accounting_sta_update_stats()
181 sta->last_rx_bytes_lo = data->rx_bytes; in accounting_sta_update_stats()
191 data->rx_bytes, sta->last_rx_bytes_hi, in accounting_sta_update_stats()
307 bytes = data.rx_bytes; in accounting_sta_report()
/netbsd-src/sys/dev/ic/
H A Drtl81x9.c919 uint16_t rx_bytes, max_bytes; in rtk_rxeof() local
932 rx_bytes = 0; in rtk_rxeof()
986 rx_bytes += total_len + RTK_RXSTAT_LEN; in rtk_rxeof()
992 if (rx_bytes > max_bytes) in rtk_rxeof()
/netbsd-src/external/bsd/libpcap/dist/
H A Dpcap-dos.h179 DWORD rx_bytes; /* total bytes received */ member
/netbsd-src/sys/dev/pci/
H A Dif_alereg.h566 uint32_t rx_bytes; member
854 uint64_t rx_bytes; member
H A Dif_agereg.h494 uint32_t rx_bytes; member
760 uint64_t rx_bytes; member
H A Dif_alcreg.h1114 uint32_t rx_bytes; member
1387 uint64_t rx_bytes; member
H A Dif_enavar.h341 struct evcnt rx_bytes; member
H A Dif_ixlvar.h1072 uint64_t rx_bytes; member
H A Dif_ale.c1207 stat->rx_bytes += smb->rx_bytes; in ale_stats_update()
H A Dif_ena.c497 EVCNT_INIT(st, rx_bytes); in ena_alloc_counters_hwstats()
1758 counter_u64_add_protected(adapter->hw_stats.rx_bytes, in ena_rx_cleanup()
2323 return (counter_u64_fetch(stats->rx_bytes));
H A Dif_age.c2010 stat->rx_bytes += smb->rx_bytes; in age_stats_update()
H A Dif_alc.c2243 stat->rx_bytes += smb->rx_bytes; in alc_stats_update()
H A Dif_iavf.c4474 isc->isc_rx_bytes.ev_count = st->rx_bytes; in iavf_process_stats()
/netbsd-src/sys/dev/pci/ixgbe/
H A Dixgbe.h439 struct evcnt rx_bytes; member
H A Dixv.c665 evcnt_detach(&rxr->rx_bytes); in ixv_detach()
2749 evcnt_attach_dynamic(&rxr->rx_bytes, EVCNT_TYPE_MISC, in ixv_add_stats_sysctls()
2853 IXGBE_EVC_STORE(&rxr->rx_bytes, 0); in ixv_clear_evcnt()
H A Dix_txrx.c1591 IXGBE_EVC_STORE(&rxr->rx_bytes, 0); in ixgbe_setup_receive_ring()
2098 IXGBE_EVC_ADD(&rxr->rx_bytes, sendmp->m_pkthdr.len); in ixgbe_rxeof()
H A Dixgbe.c1985 evcnt_attach_dynamic(&rxr->rx_bytes, EVCNT_TYPE_MISC, in ixgbe_add_hw_stats()
2208 IXGBE_EVC_STORE(&rxr->rx_bytes, 0); in ixgbe_clear_evcnt()
3816 evcnt_detach(&rxr->rx_bytes); in ixgbe_detach()
/netbsd-src/sys/net80211/
H A Dieee80211_input.c366 IEEE80211_NODE_STAT_ADD(ni, rx_bytes, m->m_pkthdr.len); in ieee80211_input_data()
/netbsd-src/sys/dev/pci/igc/
H A Dif_igc.c2214 IGC_QUEUE_EVENT(q, rx_bytes, m->m_pkthdr.len); in igc_rxeof()