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:msdu_paddr
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H
A
D
htt.h
374
__le32
msdu_paddr
;
member
1097
__le32
msdu_paddr
;
member
1104
__le64
msdu_paddr
;
member
H
A
D
htt_rx.c
510
paddr = __le32_to_cpu(ind_desc->
msdu_paddr
);
in ath10k_htt_rx_handle_amsdu_mon_32()
525
paddr = __le32_to_cpu(ind_desc->
msdu_paddr
);
in ath10k_htt_rx_handle_amsdu_mon_32()
586
paddr = __le64_to_cpu(ind_desc->
msdu_paddr
);
in ath10k_htt_rx_handle_amsdu_mon_64()
601
paddr = __le64_to_cpu(ind_desc->
msdu_paddr
);
in ath10k_htt_rx_handle_amsdu_mon_64()
647
paddr = __le32_to_cpu(msdu_desc->
msdu_paddr
);
in ath10k_htt_rx_pop_paddr32_list()
709
paddr = __le64_to_cpu(msdu_desc->
msdu_paddr
);
in ath10k_htt_rx_pop_paddr64_list()
H
A
D
htt_tx.c
1259
cmd->mgmt_tx.
msdu_paddr
= __cpu_to_le32(ATH10K_SKB_CB(msdu)->paddr);
in ath10k_htt_mgmt_tx()
1563
"htt tx flags0 %hhu flags1 %hu len %d id %hu frags_paddr %pad,
msdu_paddr
%pad vdev %hhu tid %hhu freq %hu\n",
in ath10k_htt_tx_32()
1772
"htt tx flags0 %hhu flags1 %hu len %d id %hu frags_paddr %pad,
msdu_paddr
%pad vdev %hhu tid %hhu freq %hu\n",
in ath10k_htt_tx_64()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H
A
D
htt.h
368
__le32
msdu_paddr
;
member
1091
__le32
msdu_paddr
;
member
1098
__le64
msdu_paddr
;
member
H
A
D
htt_rx.c
530
paddr = __le32_to_cpu(ind_desc->
msdu_paddr
);
in ath10k_htt_rx_handle_amsdu_mon_32()
545
paddr = __le32_to_cpu(ind_desc->
msdu_paddr
);
in ath10k_htt_rx_handle_amsdu_mon_32()
607
paddr = __le64_to_cpu(ind_desc->
msdu_paddr
);
in ath10k_htt_rx_handle_amsdu_mon_64()
622
paddr = __le64_to_cpu(ind_desc->
msdu_paddr
);
in ath10k_htt_rx_handle_amsdu_mon_64()
670
paddr = __le32_to_cpu(msdu_desc->
msdu_paddr
);
in ath10k_htt_rx_pop_paddr32_list()
735
paddr = __le64_to_cpu(msdu_desc->
msdu_paddr
);
in ath10k_htt_rx_pop_paddr64_list()
H
A
D
htt_tx.c
1241
cmd->mgmt_tx.
msdu_paddr
= __cpu_to_le32(ATH10K_SKB_CB(msdu)->paddr);
in ath10k_htt_mgmt_tx()
1551
"htt tx flags0 %u flags1 %u len %d id %u frags_paddr %pad,
msdu_paddr
%pad vdev %u tid %u freq %u\n",
in ath10k_htt_tx_32()
1763
"htt tx flags0 %u flags1 %u len %d id %u frags_paddr %pad,
msdu_paddr
%pad vdev %u tid %u freq %u\n",
in ath10k_htt_tx_64()
Completed in 26 milliseconds