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

12345

/freebsd-current/sys/dev/mlx4/
H A Dstats.h62 u64 tx_bytes; member in struct:mlx4_en_pkt_stats
84 u64 tx_bytes; member in struct:mlx4_en_vf_stats
91 u64 tx_bytes; member in struct:mlx4_en_vport_stats
/freebsd-current/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_port.c182 priv->pkstats.tx_bytes = bytes;
282 priv->pkstats.tx_bytes = en_stats_adder(&mlx4_en_stats->TOCT_prio_0,
345 vport_stats->tx_bytes = be64_to_cpu(tmp_vport_stats.tx_bytes);
357 priv->pkstats.tx_bytes - priv->pkstats_last.tx_bytes);
445 priv->pkstats.tx_bytes = 0;
454 priv->pkstats.tx_bytes += ring->bytes;
474 vf_stats->tx_bytes = be64_to_cpu(tmp_vport_stats.tx_bytes);
[all...]
/freebsd-current/sys/dev/mlx5/mlx5_en/
H A Den_hw_tls.h68 m(+1, u64, tx_bytes, "tx_bytes", "Transmitted bytes") \
/freebsd-current/sys/dev/bnxt/bnxt_re/
H A Dstats.c78 stats->ro_stats.tx_bytes = le64_to_cpu(resp.byte_2) +
130 roce_only_tmp[0].tx_bytes = le64_to_cpu(resp.byte_2) +
153 dstat->prev[0].tx_bytes = roce_only_tmp[0].tx_bytes;
158 dstat->prev[1].tx_bytes = roce_only_tmp[1].tx_bytes;
218 diff = bnxt_re_stat_diff(roce_only_tmp[0].tx_bytes,
219 &dstat->prev[0].tx_bytes,
221 dstat->cur[0].tx_bytes += diff + pkts * 4;
235 diff = bnxt_re_stat_diff(roce_only_tmp[1].tx_bytes,
[all...]
/freebsd-current/sys/arm/xilinx/
H A Dzy7_spi.c76 int tx_bytes; /* tx_cmd_sz + tx_data_sz */ member in struct:zy7_spi_softc
261 if (sc->tx_bytes_sent < sc->tx_bytes &&
263 zy7_spi_write_fifo(sc, MIN(96, sc->tx_bytes -
266 if (sc->tx_bytes_sent == sc->tx_bytes) {
278 if (sc->tx_bytes_sent == sc->tx_bytes &&
531 sc->tx_bytes = sc->cmd->tx_cmd_sz + sc->cmd->tx_data_sz;
H A Dzy7_qspi.c86 int tx_bytes; /* tx_cmd_sz + tx_data_sz */ member in struct:zy7_qspi_softc
380 if (sc->tx_bytes_sent < sc->tx_bytes &&
382 zy7_qspi_write_fifo(sc, MIN(240, sc->tx_bytes -
385 if (sc->tx_bytes_sent == sc->tx_bytes) {
398 if (sc->tx_bytes_sent == sc->tx_bytes &&
689 sc->tx_bytes = sc->cmd->tx_cmd_sz + sc->cmd->tx_data_sz;
/freebsd-current/sys/netlink/route/
H A Dinterface.h186 uint32_t tx_bytes; /* total TX bytes (IFCOUNTER_OBYTES) */ member in struct:rtnl_link_stats
214 uint64_t tx_bytes; /* total TX bytes (IFCOUNTER_OBYTES) */ member in struct:rtnl_link_stats64
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzfs_vnops.c647 ssize_t tx_bytes; local
649 tx_bytes = zfs_uio_resid(uio);
666 n -= tx_bytes - zfs_uio_resid(uio);
667 pfbytes -= tx_bytes - zfs_uio_resid(uio);
681 tx_bytes -= zfs_uio_resid(uio);
706 tx_bytes = nbytes;
708 if (tx_bytes &&
709 zn_has_cached_data(zp, woff, woff + tx_bytes - 1) &&
711 update_pages(zp, woff, tx_bytes, zfsvfs->z_os);
718 if (tx_bytes
[all...]
/freebsd-current/contrib/wpa/src/ap/
H A Daccounting.c183 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;
/freebsd-current/contrib/wireguard-tools/
H A Dcontainers.h62 uint64_t rx_bytes, tx_bytes; member in struct:wgpeer
H A Dshow.c241 if (peer->rx_bytes || peer->tx_bytes) {
244 terminal_printf("%s sent\n", bytes(peer->tx_bytes));
282 printf("%" PRIu64 "\t%" PRIu64 "\t", (uint64_t)peer->rx_bytes, (uint64_t)peer->tx_bytes);
345 printf("%s\t%" PRIu64 "\t%" PRIu64 "\n", key(peer->public_key), (uint64_t)peer->rx_bytes, (uint64_t)peer->tx_bytes);
/freebsd-current/tools/tools/usbtest/
H A Dusb_modem_test.c52 struct bps tx_bytes; member in struct:modem
155 do_bps("transmitted", &modem.tx_bytes, len);
321 (int)p->tx_bytes.bytes,
325 p->tx_bytes.bytes = 0;
/freebsd-current/contrib/libpcap/
H A Dpcap-dos.h178 DWORD tx_bytes; /* total bytes transmitted */ member in struct:net_device_stats
/freebsd-current/sys/dev/sume/
H A Dadapter.h142 uint64_t tx_bytes; member in struct:nf_stats
/freebsd-current/sys/dev/usb/controller/
H A Ddwc_otg.h60 uint32_t tx_bytes; member in struct:dwc_otg_td
H A Ddwc_otg.c939 td->offset += td->tx_bytes;
940 td->remainder -= td->tx_bytes;
965 td->offset += td->tx_bytes;
966 td->remainder -= td->tx_bytes;
1042 td->tx_bytes = sizeof(req);
1847 td->offset += td->tx_bytes;
1848 td->remainder -= td->tx_bytes;
1890 td->offset += td->tx_bytes;
1891 td->remainder -= td->tx_bytes;
1915 td->offset += td->tx_bytes;
[all...]
/freebsd-current/sys/dev/qlxgb/
H A Dqla_def.h184 uint64_t tx_bytes; member in struct:qla_host
/freebsd-current/sys/dev/ixl/
H A Dixl_pf_iflib.c701 int tx_bytes; local
709 tx_bytes = txr->bytes/txr->itr;
714 if (tx_bytes > 10) {
720 if (tx_bytes > 20) {
723 } else if (tx_bytes <= 10) {
729 if (tx_bytes <= 20) {
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_mcp_api.h176 u64 tx_bytes; member in struct:ecore_mcp_iscsi_stats
291 u64 tx_bytes; member in struct:ecore_mfw_tlv_generic
557 u64 tx_bytes; member in struct:ecore_mfw_tlv_iscsi
/freebsd-current/sys/dev/alc/
H A Dif_alcvar.h173 uint64_t tx_bytes; member in struct:alc_hw_stats
/freebsd-current/sys/dev/age/
H A Dif_agevar.h170 uint64_t tx_bytes; member in struct:age_stats
/freebsd-current/sys/dev/ale/
H A Dif_alevar.h157 uint64_t tx_bytes; member in struct:ale_hw_stats
/freebsd-current/sys/dev/et/
H A Dif_etvar.h263 uint64_t tx_bytes; member in struct:et_hw_stats
/freebsd-current/sys/dev/qlxgbe/
H A Dql_def.h223 uint64_t tx_bytes; member in struct:qla_host
/freebsd-current/sys/dev/iavf/
H A Diavf_iflib.h160 u64 tx_bytes; member in struct:tx_ring

Completed in 402 milliseconds

12345