HomeSort by: relevance | last modified time | path
    Searched refs:rx_bytes (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/gas/config/
tc-rx.c 735 static rx_bytesT rx_bytes;
745 memset (& rx_bytes, 0, sizeof (rx_bytes));
746 rx_bytes.n_base = RX_NBASE_FETCHALIGN;
765 rx_bytes.relax[rx_bytes.n_relax].type = type;
766 rx_bytes.relax[rx_bytes.n_relax].field_pos = pos;
767 rx_bytes.relax[rx_bytes.n_relax].val_ofs = rx_bytes.n_base + rx_bytes.n_ops
734 static rx_bytesT rx_bytes; variable
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-rx.c 735 static rx_bytesT rx_bytes;
745 memset (& rx_bytes, 0, sizeof (rx_bytes));
746 rx_bytes.n_base = RX_NBASE_FETCHALIGN;
765 rx_bytes.relax[rx_bytes.n_relax].type = type;
766 rx_bytes.relax[rx_bytes.n_relax].field_pos = pos;
767 rx_bytes.relax[rx_bytes.n_relax].val_ofs = rx_bytes.n_base + rx_bytes.n_ops
734 static rx_bytesT rx_bytes; variable
    [all...]
  /src/external/bsd/wpa/dist/src/ap/
accounting.c 179 if (sta->last_rx_bytes_lo > data->rx_bytes)
181 sta->last_rx_bytes_lo = data->rx_bytes;
190 "updated TX/RX stats: rx_bytes=%llu [%u:%u] tx_bytes=%llu [%u:%u] bytes_64bit=%d",
191 data->rx_bytes, sta->last_rx_bytes_hi,
307 bytes = data.rx_bytes;
ctrl_iface_ap.c 92 "rx_bytes=%llu\ntx_bytes=%llu\ninactive_msec=%lu\n"
95 data.rx_bytes, data.tx_bytes, data.inactive_msec,
  /src/external/bsd/libpcap/dist/
pcap-dos.h 179 DWORD rx_bytes; /* total bytes received */ member in struct:net_device_stats
  /src/sys/dev/ic/
rtl81x9.c 919 uint16_t rx_bytes, max_bytes; local
932 rx_bytes = 0;
986 rx_bytes += total_len + RTK_RXSTAT_LEN;
992 if (rx_bytes > max_bytes)
  /src/sys/dev/pci/
if_enavar.h 341 struct evcnt rx_bytes; member in struct:ena_hw_stats
if_agereg.h 494 uint32_t rx_bytes; member in struct:smb
760 uint64_t rx_bytes; member in struct:age_stats
if_alereg.h 566 uint32_t rx_bytes; member in struct:smb
854 uint64_t rx_bytes; member in struct:ale_hw_stats
if_alcreg.h 1114 uint32_t rx_bytes; member in struct:smb
1387 uint64_t rx_bytes; member in struct:alc_hw_stats
if_ixlvar.h 1072 uint64_t rx_bytes; member in struct:i40e_eth_stats
if_age.c 2010 stat->rx_bytes += smb->rx_bytes;
if_ale.c 1207 stat->rx_bytes += smb->rx_bytes;
if_ena.c 497 EVCNT_INIT(st, rx_bytes);
1758 counter_u64_add_protected(adapter->hw_stats.rx_bytes,
2323 return (counter_u64_fetch(stats->rx_bytes));
if_alc.c 2243 stat->rx_bytes += smb->rx_bytes;
  /src/sys/dev/pci/ixgbe/
ixgbe.h 439 struct evcnt rx_bytes; member in struct:rx_ring
ix_txrx.c 1591 IXGBE_EVC_STORE(&rxr->rx_bytes, 0);
2098 IXGBE_EVC_ADD(&rxr->rx_bytes, sendmp->m_pkthdr.len);
ixv.c 665 evcnt_detach(&rxr->rx_bytes);
2749 evcnt_attach_dynamic(&rxr->rx_bytes, EVCNT_TYPE_MISC,
2853 IXGBE_EVC_STORE(&rxr->rx_bytes, 0);
ixgbe.c 1985 evcnt_attach_dynamic(&rxr->rx_bytes, EVCNT_TYPE_MISC,
2208 IXGBE_EVC_STORE(&rxr->rx_bytes, 0);
3816 evcnt_detach(&rxr->rx_bytes);
  /src/external/bsd/libpcap/dist/pcap/
pcap.h 324 u_long rx_bytes; /* total bytes received */ member in struct:pcap_stat_ex
  /src/external/bsd/wpa/dist/wpa_supplicant/dbus/
dbus_new_helpers.c 1099 (si->data.rx_bytes &&
1101 si->data.rx_bytes)) ||
  /src/external/bsd/wpa/dist/src/drivers/
driver_atheros.c 673 data->rx_bytes = stats.is_stats.ns_rx_bytes;
1283 else if (os_strcmp(key, "rx_bytes") == 0)
1284 drv->acct_data.rx_bytes = val;
driver_hostap.c 616 else if (strcmp(line, "rx_bytes") == 0)
617 data->rx_bytes = val;
driver.h 2486 unsigned long long rx_bytes, tx_bytes; member in struct:hostap_sta_driver_data
driver_bsd.c 972 data->rx_bytes = stats.is_stats.ns_rx_bytes;

Completed in 63 milliseconds

1 2