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_pkts
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
dhd_debug.c
1408
__dhd_dbg_free_tx_pkts(dhd_pub_t *dhdp, dhd_dbg_tx_info_t *
tx_pkts
,
in __dhd_dbg_free_tx_pkts()
argument
1415
while ((count < pkt_count) &&
tx_pkts
) {
in __dhd_dbg_free_tx_pkts()
1416
if (
tx_pkts
->info.pkt) {
in __dhd_dbg_free_tx_pkts()
1417
linux_pktfree_irq(dhdp->osh,
tx_pkts
->info.pkt, TRUE);
in __dhd_dbg_free_tx_pkts()
1419
tx_pkts
++;
in __dhd_dbg_free_tx_pkts()
1493
dhd_dbg_tx_info_t *
tx_pkts
= NULL;
in dhd_dbg_attach_pkt_monitor()
local
1534
alloc_len = (sizeof(*
tx_pkts
) * MAX_FATE_LOG_LEN);
in dhd_dbg_attach_pkt_monitor()
1535
tx_pkts
= (dhd_dbg_tx_info_t *)MALLOCZ(dhdp->osh, alloc_len);
in dhd_dbg_attach_pkt_monitor()
1536
if (unlikely(!
tx_pkts
)) {
in dhd_dbg_attach_pkt_monitor()
1543
dhdp->dbg->pkt_mon.tx_report->
tx_pkts
in dhd_dbg_attach_pkt_monitor()
1683
dhd_dbg_tx_info_t *
tx_pkts
;
dhd_dbg_monitor_tx_pkts()
local
[all...]
H
A
D
dhd_debug.h
606
dhd_dbg_tx_info_t *
tx_pkts
;
member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H
A
D
wlioctl.h
1769
uint32
tx_pkts
; /**< # of user packets transmitted (unicast) */
member
1842
uint32
tx_pkts
; /**< # of user packets transmitted (unicast) */
member
1918
uint32
tx_pkts
; /**< # of user packets transmitted (unicast) */
member
19164
uint32
tx_pkts
; /* num of packets transmitted (ucast) */
member
Completed in 71 milliseconds