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:ppdu_len
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H
A
D
hal_rx.h
183
u32
ppdu_len
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
hal_rx.h
211
u32
ppdu_len
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H
A
D
htt_rx.c
3795
u8
ppdu_len
, num_ppdu;
in ath10k_htt_fetch_peer_stats()
local
3798
ppdu_len
= resp->peer_tx_stats.
ppdu_len
* sizeof(__le32);
in ath10k_htt_fetch_peer_stats()
3800
if (skb->len < sizeof(struct htt_resp_hdr) + num_ppdu *
ppdu_len
) {
in ath10k_htt_fetch_peer_stats()
3821
(resp->peer_tx_stats.payload + i *
ppdu_len
);
in ath10k_htt_fetch_peer_stats()
H
A
D
htt.h
1759
u8
ppdu_len
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H
A
D
htt_rx.c
3923
u8
ppdu_len
, num_ppdu;
in ath10k_htt_fetch_peer_stats()
local
3926
ppdu_len
= resp->peer_tx_stats.
ppdu_len
* sizeof(__le32);
in ath10k_htt_fetch_peer_stats()
3928
if (skb->len < sizeof(struct htt_resp_hdr) + num_ppdu *
ppdu_len
) {
in ath10k_htt_fetch_peer_stats()
3949
(resp->peer_tx_stats.payload + i *
ppdu_len
);
in ath10k_htt_fetch_peer_stats()
H
A
D
htt.h
1649
u8
ppdu_len
;
member
Completed in 24 milliseconds