Home
last modified time | relevance | path

Searched refs:tx_bytes (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/bsd/wpa/dist/src/ap/
H A Daccounting.c183 if (sta->last_tx_bytes_lo > data->tx_bytes) in accounting_sta_update_stats()
185 sta->last_tx_bytes_lo = data->tx_bytes; in accounting_sta_update_stats()
193 data->tx_bytes, sta->last_tx_bytes_hi, in accounting_sta_update_stats()
324 bytes = data.tx_bytes; in accounting_sta_report()
/netbsd-src/external/bsd/libpcap/dist/
H A Dpcap-dos.h180 DWORD tx_bytes; /* total bytes transmitted */ member
/netbsd-src/sys/dev/pci/
H A Dif_alereg.h591 uint32_t tx_bytes; member
879 uint64_t tx_bytes; member
H A Dif_agereg.h519 uint32_t tx_bytes; member
785 uint64_t tx_bytes; member
H A Dif_alcreg.h1139 uint32_t tx_bytes; member
1412 uint64_t tx_bytes; member
H A Dif_enavar.h342 struct evcnt tx_bytes; member
H A Dif_ixlvar.h1079 uint64_t tx_bytes; member
H A Dif_ale.c1233 stat->tx_bytes += smb->tx_bytes; in ale_stats_update()
H A Dif_ena.c498 EVCNT_INIT(st, tx_bytes); in ena_alloc_counters_hwstats()
2325 return (counter_u64_fetch(stats->tx_bytes));
2889 counter_u64_add_protected(adapter->hw_stats.tx_bytes, in ena_xmit_mbuf()
H A Dif_age.c2036 stat->tx_bytes += smb->tx_bytes; in age_stats_update()
H A Dif_alc.c2269 stat->tx_bytes += smb->tx_bytes; in alc_stats_update()
H A Dif_iavf.c4481 isc->isc_tx_bytes.ev_count = st->tx_bytes; in iavf_process_stats()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_vnops.c1013 ssize_t tx_bytes; in zfs_write() local
1288 tx_bytes = uio->uio_resid; in zfs_write()
1291 tx_bytes -= uio->uio_resid; in zfs_write()
1293 tx_bytes = nbytes; in zfs_write()
1294 ASSERT(xuio == NULL || tx_bytes == aiov->iov_len); in zfs_write()
1301 if (tx_bytes < max_blksz && (!write_eof || in zfs_write()
1309 ASSERT(xuio || tx_bytes == max_blksz); in zfs_write()
1314 ASSERT(tx_bytes <= uio->uio_resid); in zfs_write()
1315 uioskip(uio, tx_bytes); in zfs_write()
1318 if (tx_bytes && vn_has_cached_data(vp)) { in zfs_write()
[all …]
/netbsd-src/sys/net80211/
H A Dieee80211_output.c708 IEEE80211_NODE_STAT_ADD(ni, tx_bytes, datalen); in ieee80211_encap()
/netbsd-src/sys/dev/pci/igc/
H A Dif_igc.c1764 IGC_QUEUE_EVENT(q, tx_bytes, m->m_pkthdr.len); in igc_tx_common_locked()