| /freebsd-13.1/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() 358 priv->pkstats.tx_bytes - priv->pkstats_last.tx_bytes); in mlx4_en_DUMP_ETH_STATS() 373 dev->if_obytes = priv->pkstats.tx_bytes; in mlx4_en_DUMP_ETH_STATS() 457 priv->pkstats.tx_bytes = 0; in mlx4_en_get_vport_stats() 466 priv->pkstats.tx_bytes += ring->bytes; in mlx4_en_get_vport_stats() 486 vf_stats->tx_bytes = be64_to_cpu(tmp_vport_stats.tx_bytes); in mlx4_en_get_vport_stats() 492 priv->pkstats.tx_bytes = vf_stats->tx_bytes; in mlx4_en_get_vport_stats()
|
| /freebsd-13.1/sys/dev/mlx4/ |
| H A D | stats.h | 62 u64 tx_bytes; member 84 u64 tx_bytes; member 91 u64 tx_bytes; member
|
| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | zfs_vnops.c | 600 ssize_t tx_bytes; in zfs_write() local 602 tx_bytes = zfs_uio_resid(uio); in zfs_write() 619 if (tx_bytes != zfs_uio_resid(uio)) in zfs_write() 620 n -= tx_bytes - zfs_uio_resid(uio); in zfs_write() 638 tx_bytes -= zfs_uio_resid(uio); in zfs_write() 672 tx_bytes = nbytes; in zfs_write() 674 if (tx_bytes && zn_has_cached_data(zp) && in zfs_write() 676 update_pages(zp, woff, tx_bytes, zfsvfs->z_os); in zfs_write() 683 if (tx_bytes == 0) { in zfs_write() 723 zfs_log_write(zilog, tx, TX_WRITE, zp, woff, tx_bytes, ioflag, in zfs_write() [all …]
|
| /freebsd-13.1/sys/arm/xilinx/ |
| H A D | zy7_spi.c | 81 int tx_bytes; /* tx_cmd_sz + tx_data_sz */ member 266 if (sc->tx_bytes_sent < sc->tx_bytes && in zy7_spi_intr() 268 zy7_spi_write_fifo(sc, MIN(96, sc->tx_bytes - in zy7_spi_intr() 271 if (sc->tx_bytes_sent == sc->tx_bytes) { in zy7_spi_intr() 283 if (sc->tx_bytes_sent == sc->tx_bytes && in zy7_spi_intr() 536 sc->tx_bytes = sc->cmd->tx_cmd_sz + sc->cmd->tx_data_sz; in zy7_spi_transfer()
|
| H A D | zy7_qspi.c | 88 int tx_bytes; /* tx_cmd_sz + tx_data_sz */ member 382 if (sc->tx_bytes_sent < sc->tx_bytes && in zy7_qspi_intr() 384 zy7_qspi_write_fifo(sc, MIN(240, sc->tx_bytes - in zy7_qspi_intr() 387 if (sc->tx_bytes_sent == sc->tx_bytes) { in zy7_qspi_intr() 400 if (sc->tx_bytes_sent == sc->tx_bytes && in zy7_qspi_intr() 691 sc->tx_bytes = sc->cmd->tx_cmd_sz + sc->cmd->tx_data_sz; in zy7_qspi_transfer()
|
| /freebsd-13.1/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-13.1/tools/tools/usbtest/ |
| H A D | usb_modem_test.c | 53 struct bps tx_bytes; member 156 do_bps("transmitted", &modem.tx_bytes, len); in modem_write() 322 (int)p->tx_bytes.bytes, in usb_modem_data_stress_test() 326 p->tx_bytes.bytes = 0; in usb_modem_data_stress_test()
|
| /freebsd-13.1/sys/dev/usb/controller/ |
| H A D | dwc_otg.c | 1043 td->tx_bytes = sizeof(req); in dwc_otg_host_setup_tx() 1916 td->offset += td->tx_bytes; in dwc_otg_host_data_tx() 1983 td->tx_bytes = 0; in dwc_otg_host_data_tx() 2060 td->tx_bytes += count; in dwc_otg_host_data_tx() 2165 if (td->tx_bytes != 0) { in dwc_otg_data_tx() 2188 count = td->tx_bytes; in dwc_otg_data_tx() 2197 td->tx_bytes -= count; in dwc_otg_data_tx() 2202 if (td->tx_bytes != 0) in dwc_otg_data_tx() 2300 td->tx_bytes = count; in dwc_otg_data_tx() 2303 if (td->tx_bytes == 0 && in dwc_otg_data_tx() [all …]
|
| H A D | dwc_otg.h | 61 uint32_t tx_bytes; member
|
| /freebsd-13.1/sys/dev/ixl/ |
| H A D | ixl_pf_iflib.c | 702 int tx_bytes; in ixl_set_queue_tx_itr() local 710 tx_bytes = txr->bytes/txr->itr; in ixl_set_queue_tx_itr() 715 if (tx_bytes > 10) { in ixl_set_queue_tx_itr() 721 if (tx_bytes > 20) { in ixl_set_queue_tx_itr() 724 } else if (tx_bytes <= 10) { in ixl_set_queue_tx_itr() 730 if (tx_bytes <= 20) { in ixl_set_queue_tx_itr()
|
| H A D | ixl_txrx.c | 395 txr->tx_bytes += seglen; in ixl_isc_txd_encap() 874 {ð_stats->tx_bytes, "good_octets_txd", "Good Octets Transmitted"}, in ixl_add_sysctls_eth_stats() 958 CTLFLAG_RD, &(txr->tx_bytes), in ixl_vsi_add_queues_stats()
|
| /freebsd-13.1/sys/dev/mlx5/mlx5_en/ |
| H A D | en_hw_tls.h | 70 m(+1, u64, tx_bytes, "tx_bytes", "Transmitted bytes") \
|
| /freebsd-13.1/sys/dev/axgbe/ |
| H A D | xgbe-txrx.c | 132 packet->tx_packets = packet->tx_bytes = 0; in axgbe_calculate_tx_parms() 163 packet->tx_bytes = bytes; in axgbe_calculate_tx_parms() 166 packet->tx_packets, packet->tx_bytes, hlen); in axgbe_calculate_tx_parms() 220 __func__, pi->ipi_len, packet->tx_packets, packet->tx_bytes, hlen); in axgbe_isc_txd_encap()
|
| /freebsd-13.1/sys/dev/qlxgb/ |
| H A D | qla_def.h | 186 uint64_t tx_bytes; member
|
| /freebsd-13.1/sys/dev/qlnx/qlnxe/ |
| H A D | ecore_mcp_api.h | 178 u64 tx_bytes; member 293 u64 tx_bytes; member 559 u64 tx_bytes; member
|
| H A D | ecore_mng_tlv.c | 318 p_buf->p_val = (u8 *)&p_drv_buf->tx_bytes; in ecore_mfw_get_gen_tlv_value() 319 return sizeof(p_drv_buf->tx_bytes); in ecore_mfw_get_gen_tlv_value() 1229 p_buf->p_val = (u8 *)&p_drv_buf->tx_bytes; in ecore_mfw_get_iscsi_tlv_value() 1230 return sizeof(p_drv_buf->tx_bytes); in ecore_mfw_get_iscsi_tlv_value()
|
| /freebsd-13.1/sys/dev/sume/ |
| H A D | adapter.h | 143 uint64_t tx_bytes; member
|
| /freebsd-13.1/contrib/libpcap/ |
| H A D | pcap-dos.h | 178 DWORD tx_bytes; /* total bytes transmitted */ member
|
| /freebsd-13.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | netdevice.h | 124 unsigned long tx_bytes; member
|
| /freebsd-13.1/sys/dev/qlxgbe/ |
| H A D | ql_def.h | 225 uint64_t tx_bytes; member
|
| /freebsd-13.1/sys/dev/rt/ |
| H A D | if_rtvar.h | 265 unsigned long tx_bytes; member
|
| /freebsd-13.1/sys/dev/iavf/ |
| H A D | iavf_iflib.h | 164 u64 tx_bytes; member
|
| /freebsd-13.1/sys/dev/ale/ |
| H A D | if_alevar.h | 159 uint64_t tx_bytes; member
|
| /freebsd-13.1/tools/tools/net80211/wlanstats/ |
| H A D | main.c | 139 STAT(tx_bytes, "%llu");
|
| /freebsd-13.1/sys/dev/age/ |
| H A D | if_agevar.h | 172 uint64_t tx_bytes; member
|