/freebsd/sys/dev/mlx4/mlx4_en/ |
H A D | mlx4_en_port.c | 182 priv->pkstats.tx_bytes = bytes; in mlx4_en_fold_software_stats() 282 priv->pkstats.tx_bytes = en_stats_adder(&mlx4_en_stats->TOCT_prio_0, in mlx4_en_DUMP_ETH_STATS() 345 vport_stats->tx_bytes = be64_to_cpu(tmp_vport_stats.tx_bytes); in mlx4_en_DUMP_ETH_STATS() 357 priv->pkstats.tx_bytes - priv->pkstats_last.tx_bytes); in mlx4_en_DUMP_ETH_STATS() 445 priv->pkstats.tx_bytes = 0; in mlx4_en_get_vport_stats() 454 priv->pkstats.tx_bytes += ring->bytes; in mlx4_en_get_vport_stats() 474 vf_stats->tx_bytes = be64_to_cpu(tmp_vport_stats.tx_bytes); in mlx4_en_get_vport_stats() 480 priv->pkstats.tx_bytes = vf_stats->tx_bytes; in mlx4_en_get_vport_stats()
|
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | stats.c | 78 stats->ro_stats.tx_bytes = le64_to_cpu(resp.byte_2) + in bnxt_re_get_flow_stats_from_service_pf() 130 roce_only_tmp[0].tx_bytes = le64_to_cpu(resp.byte_2) + in bnxt_re_get_qos_stats() 153 dstat->prev[0].tx_bytes = roce_only_tmp[0].tx_bytes; in bnxt_re_get_qos_stats() 158 dstat->prev[1].tx_bytes = roce_only_tmp[1].tx_bytes; in bnxt_re_get_qos_stats() 218 diff = bnxt_re_stat_diff(roce_only_tmp[0].tx_bytes, in bnxt_re_get_qos_stats() 219 &dstat->prev[0].tx_bytes, in bnxt_re_get_qos_stats() 221 dstat->cur[0].tx_bytes += diff + pkts * 4; in bnxt_re_get_qos_stats() 235 diff = bnxt_re_stat_diff(roce_only_tmp[1].tx_bytes, in bnxt_re_get_qos_stats() 236 &dstat->prev[1].tx_bytes, in bnxt_re_get_qos_stats() 238 dstat->cur[1].tx_bytes += diff + pkts * 4; in bnxt_re_get_qos_stats() [all …]
|
/freebsd/sys/dev/mlx4/ |
H A D | stats.h | 62 u64 tx_bytes; member 84 u64 tx_bytes; member 91 u64 tx_bytes; member
|
/freebsd/sys/arm/xilinx/ |
H A D | zy7_spi.c | 76 int tx_bytes; /* tx_cmd_sz + tx_data_sz */ member 261 if (sc->tx_bytes_sent < sc->tx_bytes && in zy7_spi_intr() 263 zy7_spi_write_fifo(sc, MIN(96, sc->tx_bytes - in zy7_spi_intr() 266 if (sc->tx_bytes_sent == sc->tx_bytes) { in zy7_spi_intr() 278 if (sc->tx_bytes_sent == sc->tx_bytes && in zy7_spi_intr() 529 sc->tx_bytes = sc->cmd->tx_cmd_sz + sc->cmd->tx_data_sz; in zy7_spi_transfer()
|
H A D | zy7_qspi.c | 86 int tx_bytes; /* tx_cmd_sz + tx_data_sz */ member 380 if (sc->tx_bytes_sent < sc->tx_bytes && in zy7_qspi_intr() 382 zy7_qspi_write_fifo(sc, MIN(240, sc->tx_bytes - in zy7_qspi_intr() 385 if (sc->tx_bytes_sent == sc->tx_bytes) { in zy7_qspi_intr() 398 if (sc->tx_bytes_sent == sc->tx_bytes && in zy7_qspi_intr() 687 sc->tx_bytes = sc->cmd->tx_cmd_sz + sc->cmd->tx_data_sz; in zy7_qspi_transfer()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zfs_vnops.c | 860 ssize_t tx_bytes; in zfs_write() local 862 tx_bytes = zfs_uio_resid(uio); in zfs_write() 879 n -= tx_bytes - zfs_uio_resid(uio); in zfs_write() 880 pfbytes -= tx_bytes - zfs_uio_resid(uio); in zfs_write() 894 tx_bytes -= zfs_uio_resid(uio); in zfs_write() 919 tx_bytes = nbytes; in zfs_write() 943 if (tx_bytes && in zfs_write() 944 zn_has_cached_data(zp, woff, woff + tx_bytes - 1)) { in zfs_write() 945 update_pages(zp, woff, tx_bytes, zfsvfs->z_os); in zfs_write() 952 if (tx_bytes == 0) { in zfs_write() [all …]
|
/freebsd/contrib/wpa/src/ap/ |
H A D | accounting.c | 183 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()
|
/freebsd/tools/tools/usbtest/ |
H A D | usb_modem_test.c | 52 struct bps tx_bytes; member 155 do_bps("transmitted", &modem.tx_bytes, len); in modem_write() 321 (int)p->tx_bytes.bytes, in usb_modem_data_stress_test() 325 p->tx_bytes.bytes = 0; in usb_modem_data_stress_test()
|
/freebsd/sys/netlink/route/ |
H A D | interface.h | 186 uint32_t tx_bytes; /* total TX bytes (IFCOUNTER_OBYTES) */ member 214 uint64_t tx_bytes; /* total TX bytes (IFCOUNTER_OBYTES) */ member
|
/freebsd/sys/dev/usb/controller/ |
H A D | dwc_otg.c | 939 td->offset += td->tx_bytes; in dwc_otg_host_setup_tx() 940 td->remainder -= td->tx_bytes; in dwc_otg_host_setup_tx() 965 td->offset += td->tx_bytes; in dwc_otg_host_setup_tx() 966 td->remainder -= td->tx_bytes; in dwc_otg_host_setup_tx() 1042 td->tx_bytes = sizeof(req); in dwc_otg_host_setup_tx() 1847 td->offset += td->tx_bytes; in dwc_otg_host_data_tx() 1848 td->remainder -= td->tx_bytes; in dwc_otg_host_data_tx() 1890 td->offset += td->tx_bytes; in dwc_otg_host_data_tx() 1891 td->remainder -= td->tx_bytes; in dwc_otg_host_data_tx() 1915 td->offset += td->tx_bytes; in dwc_otg_host_data_tx() [all...] |
H A D | dwc_otg.h | 60 uint32_t tx_bytes; member
|
/freebsd/contrib/wireguard-tools/ |
H A D | show.c | 241 if (peer->rx_bytes || peer->tx_bytes) { in pretty_print() 244 terminal_printf("%s sent\n", bytes(peer->tx_bytes)); in pretty_print() 282 printf("%" PRIu64 "\t%" PRIu64 "\t", (uint64_t)peer->rx_bytes, (uint64_t)peer->tx_bytes); in dump_print() 345 …Iu64 "\t%" PRIu64 "\n", key(peer->public_key), (uint64_t)peer->rx_bytes, (uint64_t)peer->tx_bytes); in ugly_print()
|
H A D | containers.h | 62 uint64_t rx_bytes, tx_bytes; member
|
/freebsd/sys/dev/ixl/ |
H A D | ixl_pf_iflib.c | 701 int tx_bytes; in ixl_set_queue_tx_itr() local 709 tx_bytes = txr->bytes/txr->itr; in ixl_set_queue_tx_itr() 714 if (tx_bytes > 10) { in ixl_set_queue_tx_itr() 720 if (tx_bytes > 20) { in ixl_set_queue_tx_itr() 723 } else if (tx_bytes <= 10) { in ixl_set_queue_tx_itr() 729 if (tx_bytes <= 20) { in ixl_set_queue_tx_itr()
|
H A D | ixl_txrx.c | 394 txr->tx_bytes += seglen; in ixl_isc_txd_encap() 873 {ð_stats->tx_bytes, "good_octets_txd", "Good Octets Transmitted"}, in ixl_add_sysctls_eth_stats() 957 CTLFLAG_RD, &(txr->tx_bytes), in ixl_vsi_add_queues_stats()
|
/freebsd/sys/dev/mlx5/mlx5_en/ |
H A D | en_hw_tls.h | 68 m(+1, u64, tx_bytes, "tx_bytes", "Transmitted bytes") \
|
/freebsd/sys/dev/axgbe/ |
H A D | xgbe-txrx.c | 130 packet->tx_packets = packet->tx_bytes = 0; in axgbe_calculate_tx_parms() 161 packet->tx_bytes = bytes; in axgbe_calculate_tx_parms() 164 packet->tx_packets, packet->tx_bytes, hlen); in axgbe_calculate_tx_parms() 217 axgbe_printf(1, "%s: ipi_len %d tx_pkts %d tx_bytes %d hlen %d\n", in axgbe_isc_txd_encap() 218 __func__, pi->ipi_len, packet->tx_packets, packet->tx_bytes, hlen); in axgbe_isc_txd_encap()
|
/freebsd/sys/dev/qlxgb/ |
H A D | qla_def.h | 184 uint64_t tx_bytes; member
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_mcp_api.h | 176 u64 tx_bytes; member 291 u64 tx_bytes; member 557 u64 tx_bytes; member
|
H A D | ecore_mng_tlv.c | 316 p_buf->p_val = (u8 *)&p_drv_buf->tx_bytes; in ecore_mfw_get_gen_tlv_value() 317 return sizeof(p_drv_buf->tx_bytes); in ecore_mfw_get_gen_tlv_value() 1227 p_buf->p_val = (u8 *)&p_drv_buf->tx_bytes; in ecore_mfw_get_iscsi_tlv_value() 1228 return sizeof(p_drv_buf->tx_bytes); in ecore_mfw_get_iscsi_tlv_value()
|
/freebsd/sys/dev/sume/ |
H A D | adapter.h | 142 uint64_t tx_bytes; member
|
/freebsd/contrib/libpcap/ |
H A D | pcap-dos.h | 178 DWORD tx_bytes; /* total bytes transmitted */ member
|
/freebsd/sys/dev/qlxgbe/ |
H A D | ql_def.h | 223 uint64_t tx_bytes; member
|
/freebsd/sys/dev/iavf/ |
H A D | iavf_iflib.h | 160 u64 tx_bytes; member
|
/freebsd/sys/dev/igc/ |
H A D | if_igc.h | 236 unsigned long tx_bytes; member
|