HomeSort by: relevance | last modified time | path
    Searched refs:tx_bytes (Results 1 - 24 of 24) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
accounting.c 183 if (sta->last_tx_bytes_lo > data->tx_bytes)
185 sta->last_tx_bytes_lo = data->tx_bytes;
190 "updated TX/RX stats: rx_bytes=%llu [%u:%u] tx_bytes=%llu [%u:%u] bytes_64bit=%d",
193 data->tx_bytes, sta->last_tx_bytes_hi,
324 bytes = data.tx_bytes;
ctrl_iface_ap.c 95 data.rx_bytes, data.tx_bytes, data.inactive_msec,
  /src/external/bsd/libpcap/dist/
pcap-dos.h 180 DWORD tx_bytes; /* total bytes transmitted */ member in struct:net_device_stats
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_vnops.c 1032 ssize_t tx_bytes; local
1311 tx_bytes = uio->uio_resid;
1314 tx_bytes -= uio->uio_resid;
1316 tx_bytes = nbytes;
1317 ASSERT(xuio == NULL || tx_bytes == aiov->iov_len);
1324 if (tx_bytes < max_blksz && (!write_eof ||
1332 ASSERT(xuio || tx_bytes == max_blksz);
1337 ASSERT(tx_bytes <= uio->uio_resid);
1338 uioskip(uio, tx_bytes);
1341 if (tx_bytes && vn_has_cached_data(vp))
    [all...]
  /src/sys/dev/pci/
if_enavar.h 342 struct evcnt tx_bytes; member in struct:ena_hw_stats
if_agereg.h 519 uint32_t tx_bytes; member in struct:smb
785 uint64_t tx_bytes; member in struct:age_stats
if_alereg.h 591 uint32_t tx_bytes; member in struct:smb
879 uint64_t tx_bytes; member in struct:ale_hw_stats
if_alcreg.h 1139 uint32_t tx_bytes; member in struct:smb
1240 #define TX_BYTES(x) \
1412 uint64_t tx_bytes; member in struct:alc_hw_stats
if_ixlvar.h 1079 uint64_t tx_bytes; member in struct:i40e_eth_stats
if_age.c 2036 stat->tx_bytes += smb->tx_bytes;
if_ale.c 1233 stat->tx_bytes += smb->tx_bytes;
if_ena.c 498 EVCNT_INIT(st, tx_bytes);
2325 return (counter_u64_fetch(stats->tx_bytes));
2889 counter_u64_add_protected(adapter->hw_stats.tx_bytes,
if_alc.c 1992 htole32(TX_BYTES(map->dm_segs[idx].ds_len) | vtag);
2269 stat->tx_bytes += smb->tx_bytes;
if_iavf.c 4485 isc->isc_tx_bytes.ev_count = st->tx_bytes;
  /src/external/bsd/libpcap/dist/pcap/
pcap.h 325 u_long tx_bytes; /* total bytes transmitted */ member in struct:pcap_stat_ex
  /src/external/bsd/wpa/dist/wpa_supplicant/dbus/
dbus_new_helpers.c 1102 (si->data.tx_bytes &&
1104 si->data.tx_bytes)) ||
dbus_new_handlers.c 5118 &data.tx_bytes,
  /src/external/bsd/wpa/dist/src/drivers/
driver_atheros.c 675 data->tx_bytes = stats.is_stats.ns_tx_bytes;
1285 else if (os_strcmp(key, "tx_bytes") == 0)
1286 drv->acct_data.tx_bytes = val;
driver_hostap.c 618 else if (strcmp(line, "tx_bytes") == 0)
619 data->tx_bytes = val;
driver.h 2486 unsigned long long rx_bytes, tx_bytes; member in struct:hostap_sta_driver_data
driver_bsd.c 974 data->tx_bytes = stats.is_stats.ns_tx_bytes;
driver_nl80211.c 7875 data->tx_bytes = nla_get_u32(stats[NL80211_STA_INFO_TX_BYTES]);
7884 data->tx_bytes =
  /src/sys/net80211/
ieee80211_output.c 708 IEEE80211_NODE_STAT_ADD(ni, tx_bytes, datalen);
  /src/sys/dev/pci/igc/
if_igc.c 1767 IGC_QUEUE_EVENT(q, tx_bytes, m->m_pkthdr.len);

Completed in 130 milliseconds