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:rx_bytes
(Results
1 - 11
of
11
) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
dngl_stats.h
41
unsigned long
rx_bytes
; /* total bytes received */
member
H
A
D
dhd_config.c
1086
rx_tput = (int32)(((dhd->dstats.
rx_bytes
-last_rx)/1024/1024)*8)*1000/diff_ms;
in dhd_conf_tput_measure()
1089
last_rx = dhd->dstats.
rx_bytes
;
in dhd_conf_tput_measure()
H
A
D
dhd_common.c
826
bcm_bprintf(strbuf, "rx_packets %lu
rx_bytes
%lu rx_errors %lu rx_dropped %lu\n",
in dhd_dump()
827
dhdp->dstats.rx_packets, dhdp->dstats.
rx_bytes
,
in dhd_dump()
H
A
D
dhd_linux.c
4978
dhdp->dstats.
rx_bytes
+= skb->len;
in dhd_rx_frame()
4980
ifp->stats.
rx_bytes
+= skb->len;
in dhd_rx_frame()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H
A
D
hmac_event.c
942
hmac_vap->station_info.
rx_bytes
= query_station_reponse_event->
rx_bytes
;
in hmac_proc_query_response_event()
H
A
D
dmac_ext_if.h
867
hi_u32
rx_bytes
; /* total bytes received */
member
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
H
A
D
net_bdh_adpater.c
459
devStat.rxBytes = kdevStat->
rx_bytes
;
in hdf_bdh6_netdev_getstats()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H
A
D
wal_cfg80211.c
1155
sta_info->
rx_bytes
= stats->
rx_bytes
;
in wal_cfg80211_fill_station_info()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_net.h
1264
hi_u64
rx_bytes
;
member
/device/soc/rockchip/common/vendor/drivers/net/usb/
H
A
D
meig_cdc_driver.c
801
dev->stats.
rx_bytes
+= skb->len;
in hw_skb_return()
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
H
A
D
r8168_n.c
[all...]
Completed in 87 milliseconds