Home
last modified time | relevance | path

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

1234

/freebsd-13.1/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_port.c182 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 Dstats.h62 u64 tx_bytes; member
84 u64 tx_bytes; member
91 u64 tx_bytes; member
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dzfs_vnops.c600 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 Dzy7_spi.c81 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 Dzy7_qspi.c88 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 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()
/freebsd-13.1/tools/tools/usbtest/
H A Dusb_modem_test.c53 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 Ddwc_otg.c1043 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 Ddwc_otg.h61 uint32_t tx_bytes; member
/freebsd-13.1/sys/dev/ixl/
H A Dixl_pf_iflib.c702 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 Dixl_txrx.c395 txr->tx_bytes += seglen; in ixl_isc_txd_encap()
874 {&eth_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 Den_hw_tls.h70 m(+1, u64, tx_bytes, "tx_bytes", "Transmitted bytes") \
/freebsd-13.1/sys/dev/axgbe/
H A Dxgbe-txrx.c132 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 Dqla_def.h186 uint64_t tx_bytes; member
/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Decore_mcp_api.h178 u64 tx_bytes; member
293 u64 tx_bytes; member
559 u64 tx_bytes; member
H A Decore_mng_tlv.c318 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 Dadapter.h143 uint64_t tx_bytes; member
/freebsd-13.1/contrib/libpcap/
H A Dpcap-dos.h178 DWORD tx_bytes; /* total bytes transmitted */ member
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dnetdevice.h124 unsigned long tx_bytes; member
/freebsd-13.1/sys/dev/qlxgbe/
H A Dql_def.h225 uint64_t tx_bytes; member
/freebsd-13.1/sys/dev/rt/
H A Dif_rtvar.h265 unsigned long tx_bytes; member
/freebsd-13.1/sys/dev/iavf/
H A Diavf_iflib.h164 u64 tx_bytes; member
/freebsd-13.1/sys/dev/ale/
H A Dif_alevar.h159 uint64_t tx_bytes; member
/freebsd-13.1/tools/tools/net80211/wlanstats/
H A Dmain.c139 STAT(tx_bytes, "%llu");
/freebsd-13.1/sys/dev/age/
H A Dif_agevar.h172 uint64_t tx_bytes; member

1234