Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:tx_bytes
(Results
1 - 12
of
12
) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
dngl_stats.h
42
unsigned long
tx_bytes
; /* total bytes transmitted */
member
H
A
D
dhd_config.c
1085
tx_tput = (int32)(((dhd->dstats.
tx_bytes
-last_tx)/1024/1024)*8)*1000/diff_ms;
in dhd_conf_tput_measure()
1088
last_tx = dhd->dstats.
tx_bytes
;
in dhd_conf_tput_measure()
H
A
D
dhd_sdio.c
1952
bus->dhd->dstats.
tx_bytes
+= datalen;
in dhd_bus_txdata()
2525
dhd->dstats.
tx_bytes
+= datalen;
in dhdsdio_sendfromq()
H
A
D
dhd_common.c
823
bcm_bprintf(strbuf, "tx_packets %lu
tx_bytes
%lu tx_errors %lu tx_dropped %lu\n",
in dhd_dump()
824
dhdp->dstats.tx_packets, dhdp->dstats.
tx_bytes
,
in dhd_dump()
H
A
D
dhd_linux.c
3804
ifp->stats.
tx_bytes
+= datalen;
in dhd_start_xmit()
5072
ifp->stats.
tx_bytes
+= datalen;
in dhd_txcomplete()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H
A
D
hmac_event.c
943
hmac_vap->station_info.
tx_bytes
= query_station_reponse_event->
tx_bytes
;
in hmac_proc_query_response_event()
H
A
D
dmac_ext_if.h
868
hi_u32
tx_bytes
; /* total bytes transmitted */
member
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
H
A
D
net_bdh_adpater.c
460
devStat.txBytes = kdevStat->
tx_bytes
;
in hdf_bdh6_netdev_getstats()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H
A
D
wal_cfg80211.c
1156
sta_info->
tx_bytes
= stats->
tx_bytes
;
in wal_cfg80211_fill_station_info()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_net.h
1265
hi_u64
tx_bytes
;
member
/device/soc/rockchip/common/vendor/drivers/net/usb/
H
A
D
meig_cdc_driver.c
1640
dev->stats.
tx_bytes
+= entry->length;
in tx_complete()
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
H
A
D
r8168_n.c
[all...]
Completed in 114 milliseconds