Searched refs:tx_bytes (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-9.3-release/contrib/wpa/src/ap/
H A Daccounting.c194 if (sta->last_tx_bytes > data->tx_bytes)
197 sta->last_tx_bytes = data->tx_bytes;
329 data.tx_bytes)) {
335 gigawords += data.tx_bytes >> 32;
/freebsd-9.3-release/sys/dev/qlxgb/
H A Dqla_def.h184 uint64_t tx_bytes; member in struct:qla_host
/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-dos.h180 DWORD tx_bytes; /* total bytes transmitted */ member in struct:net_device_stats
/freebsd-9.3-release/sys/dev/qlxgbe/
H A Dql_def.h211 uint64_t tx_bytes; member in struct:qla_host
/freebsd-9.3-release/contrib/libpcap/pcap/
H A Dpcap.h186 u_long tx_bytes; /* total bytes transmitted */ member in struct:pcap_stat_ex
/freebsd-9.3-release/sys/dev/age/
H A Dif_agevar.h170 uint64_t tx_bytes; member in struct:age_stats
H A Dif_agereg.h524 uint32_t tx_bytes; member in struct:smb
/freebsd-9.3-release/sys/dev/alc/
H A Dif_alcvar.h169 uint64_t tx_bytes; member in struct:alc_hw_stats
/freebsd-9.3-release/sys/dev/ale/
H A Dif_alevar.h157 uint64_t tx_bytes; member in struct:ale_hw_stats
H A Dif_alereg.h596 uint32_t tx_bytes; member in struct:smb
/freebsd-9.3-release/sys/dev/et/
H A Dif_etvar.h262 uint64_t tx_bytes; member in struct:et_hw_stats
/freebsd-9.3-release/sys/dev/rt/
H A Dif_rtvar.h250 unsigned long tx_bytes; member in struct:rt_softc
/freebsd-9.3-release/tools/tools/net80211/wlanstats/
H A Dmain.c135 STAT(tx_bytes, "%llu");
/freebsd-9.3-release/sys/dev/oce/
H A Doce_sysctl.c895 SYSCTL_ADD_QUAD(ctx, queue_stats_list, OID_AUTO, "tx_bytes",
896 CTLFLAG_RD, &sc->wq[i]->tx_stats.tx_bytes,
1098 SYSCTL_ADD_QUAD(ctx, queue_stats_list, OID_AUTO, "tx_bytes",
1099 CTLFLAG_RD, &sc->wq[i]->tx_stats.tx_bytes,
1152 adapter_stats->tx.t_tx_bytes += sc->wq[i]->tx_stats.tx_bytes;
1177 adapter_stats->tx_bytes = port_stats->tx_bytes;
/freebsd-9.3-release/sys/dev/ste/
H A Dif_stereg.h407 uint64_t tx_bytes; member in struct:ste_hw_stats
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmad.c319 *(__be32 *)(data + 40 + 24) = be64_to_be32(cnt->tx_bytes);
/freebsd-9.3-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_tx.c88 ssk->tx_bytes += mb->m_pkthdr.len;
H A Dsdp.h431 unsigned long tx_bytes; member in struct:sdp_sock
/freebsd-9.3-release/sys/ofed/drivers/net/mlx4/
H A Den_port.c203 counters[3] = be64_to_cpu(reg->tx_bytes);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vnops.c795 ssize_t tx_bytes; local
1024 tx_bytes = uio->uio_resid;
1027 tx_bytes -= uio->uio_resid;
1029 tx_bytes = nbytes;
1030 ASSERT(xuio == NULL || tx_bytes == aiov->iov_len);
1037 if (tx_bytes < max_blksz && (!write_eof ||
1045 ASSERT(xuio || tx_bytes == max_blksz);
1049 ASSERT(tx_bytes <= uio->uio_resid);
1050 uioskip(uio, tx_bytes);
1052 if (tx_bytes
[all...]
/freebsd-9.3-release/contrib/wpa/src/drivers/
H A Ddriver.h519 unsigned long rx_packets, tx_packets, rx_bytes, tx_bytes; member in struct:hostap_sta_driver_data
/freebsd-9.3-release/sys/dev/txp/
H A Dif_txpreg.h635 uint64_t tx_bytes; member in struct:txp_hw_stats
/freebsd-9.3-release/sys/mips/rmi/dev/xlr/
H A Drge.h981 unsigned int tx_bytes; member in struct:rge_softc_stats
/freebsd-9.3-release/sys/ofed/include/linux/mlx4/
H A Ddevice.h442 __be64 tx_bytes; member in struct:mlx4_counters
/freebsd-9.3-release/usr.sbin/wpa/hostapd/
H A Ddriver_freebsd.c471 data->tx_bytes = stats.is_stats.ns_tx_bytes;

Completed in 267 milliseconds

12