Home
last modified time | relevance | path

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

123

/freebsd-12.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-12.1/sys/dev/mlx4/
H A Dstats.h62 u64 tx_bytes; member
84 u64 tx_bytes; member
91 u64 tx_bytes; member
/freebsd-12.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-12.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-12.1/sys/dev/usb/controller/
H A Ddwc_otg.c1048 td->tx_bytes = sizeof(req); in dwc_otg_host_setup_tx()
1922 td->offset += td->tx_bytes; in dwc_otg_host_data_tx()
1989 td->tx_bytes = 0; in dwc_otg_host_data_tx()
2066 td->tx_bytes += count; in dwc_otg_host_data_tx()
2173 if (td->tx_bytes != 0) { in dwc_otg_data_tx()
2197 count = td->tx_bytes; in dwc_otg_data_tx()
2206 td->tx_bytes -= count; in dwc_otg_data_tx()
2211 if (td->tx_bytes != 0) in dwc_otg_data_tx()
2311 td->tx_bytes = count; in dwc_otg_data_tx()
2314 if (td->tx_bytes == 0 && in dwc_otg_data_tx()
[all …]
H A Ddwc_otg.h61 uint32_t tx_bytes; member
/freebsd-12.1/sys/dev/qlxgb/
H A Dqla_def.h186 uint64_t tx_bytes; member
/freebsd-12.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.c319 p_buf->p_val = (u8 *)&p_drv_buf->tx_bytes; in ecore_mfw_get_gen_tlv_value()
320 return sizeof(p_drv_buf->tx_bytes); in ecore_mfw_get_gen_tlv_value()
1230 p_buf->p_val = (u8 *)&p_drv_buf->tx_bytes; in ecore_mfw_get_iscsi_tlv_value()
1231 return sizeof(p_drv_buf->tx_bytes); in ecore_mfw_get_iscsi_tlv_value()
/freebsd-12.1/sys/dev/qlxgbe/
H A Dql_def.h225 uint64_t tx_bytes; member
/freebsd-12.1/contrib/libpcap/
H A Dpcap-dos.h178 DWORD tx_bytes; /* total bytes transmitted */ member
/freebsd-12.1/sys/dev/ixl/
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()
957 CTLFLAG_RD, &(txr->tx_bytes), in ixl_add_queues_sysctls()
H A Dixl_pf_main.c1444 int tx_bytes; in ixl_set_queue_tx_itr() local
1452 tx_bytes = txr->bytes/txr->itr; in ixl_set_queue_tx_itr()
1457 if (tx_bytes > 10) { in ixl_set_queue_tx_itr()
1463 if (tx_bytes > 20) { in ixl_set_queue_tx_itr()
1466 } else if (tx_bytes <= 10) { in ixl_set_queue_tx_itr()
1472 if (tx_bytes <= 20) { in ixl_set_queue_tx_itr()
2625 &osd->eth.tx_bytes, &nsd->eth.tx_bytes); in ixl_update_stats_counters()
2979 &oes->tx_bytes, &es->tx_bytes); in ixl_update_eth_stats()
3022 IXL_SET_OBYTES(vsi, es->tx_bytes); in ixl_update_vsi_stats()
/freebsd-12.1/sys/dev/rt/
H A Dif_rtvar.h265 unsigned long tx_bytes; member
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vnops.c857 ssize_t tx_bytes; in zfs_write() local
1104 tx_bytes = uio->uio_resid; in zfs_write()
1107 tx_bytes -= uio->uio_resid; in zfs_write()
1109 tx_bytes = nbytes; in zfs_write()
1117 if (tx_bytes < max_blksz && (!write_eof || in zfs_write()
1125 ASSERT(xuio || tx_bytes == max_blksz); in zfs_write()
1129 ASSERT(tx_bytes <= uio->uio_resid); in zfs_write()
1130 uioskip(uio, tx_bytes); in zfs_write()
1132 if (tx_bytes && vn_has_cached_data(vp)) { in zfs_write()
1141 if (tx_bytes == 0) { in zfs_write()
[all …]
/freebsd-12.1/sys/dev/ale/
H A Dif_alevar.h159 uint64_t tx_bytes; member
/freebsd-12.1/tools/tools/net80211/wlanstats/
H A Dmain.c139 STAT(tx_bytes, "%llu");
/freebsd-12.1/sys/dev/ena/
H A Dena.h305 counter_u64_t tx_bytes; member
H A Dena_sysctl.c231 &hw_stats->tx_bytes, "Bytes transmitted"); in ena_sysctl_add_stats()
/freebsd-12.1/sys/dev/alc/
H A Dif_alcvar.h175 uint64_t tx_bytes; member
/freebsd-12.1/sys/dev/age/
H A Dif_agevar.h172 uint64_t tx_bytes; member
/freebsd-12.1/sys/dev/et/
H A Dif_etvar.h264 uint64_t tx_bytes; member
/freebsd-12.1/sys/dev/oce/
H A Doce_sysctl.c905 CTLFLAG_RD, &sc->wq[i]->tx_stats.tx_bytes, in oce_add_stats_sysctls_be3()
1108 CTLFLAG_RD, &sc->wq[i]->tx_stats.tx_bytes, in oce_add_stats_sysctls_xe201()
1161 adapter_stats->tx.t_tx_bytes += sc->wq[i]->tx_stats.tx_bytes; in oce_refresh_queue_stats()
1186 adapter_stats->tx_bytes = port_stats->tx_bytes; in copy_stats_to_sc_xe201()
/freebsd-12.1/sys/dev/ste/
H A Dif_stereg.h409 uint64_t tx_bytes; member
/freebsd-12.1/sys/dev/cadence/
H A Dif_cgem.c157 uint64_t tx_bytes; member
842 sc->stats.tx_bytes += RD4(sc, CGEM_OCTETS_TX_BOT); in cgem_poll_hw_stats()
843 sc->stats.tx_bytes += (uint64_t)RD4(sc, CGEM_OCTETS_TX_TOP) << 32; in cgem_poll_hw_stats()
1511 &sc->stats.tx_bytes, "Total bytes transmitted"); in cgem_add_sysctls()

123