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:q_state
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H
A
D
htt_tx.c
716
cfg->
q_state
.paddr = cpu_to_le32(htt->tx_q_state.paddr);
in ath10k_htt_send_frag_desc_bank_cfg_32()
717
cfg->
q_state
.num_peers = cpu_to_le16(htt->tx_q_state.num_peers);
in ath10k_htt_send_frag_desc_bank_cfg_32()
718
cfg->
q_state
.num_tids = cpu_to_le16(htt->tx_q_state.num_tids);
in ath10k_htt_send_frag_desc_bank_cfg_32()
719
cfg->
q_state
.record_size = HTT_TX_Q_STATE_ENTRY_SIZE;
in ath10k_htt_send_frag_desc_bank_cfg_32()
720
cfg->
q_state
.record_multiplier = HTT_TX_Q_STATE_ENTRY_MULTIPLIER;
in ath10k_htt_send_frag_desc_bank_cfg_32()
778
cfg->
q_state
.paddr = cpu_to_le32(htt->tx_q_state.paddr);
in ath10k_htt_send_frag_desc_bank_cfg_64()
779
cfg->
q_state
.num_peers = cpu_to_le16(htt->tx_q_state.num_peers);
in ath10k_htt_send_frag_desc_bank_cfg_64()
780
cfg->
q_state
.num_tids = cpu_to_le16(htt->tx_q_state.num_tids);
in ath10k_htt_send_frag_desc_bank_cfg_64()
781
cfg->
q_state
.record_size = HTT_TX_Q_STATE_ENTRY_SIZE;
in ath10k_htt_send_frag_desc_bank_cfg_64()
782
cfg->
q_state
in ath10k_htt_send_frag_desc_bank_cfg_64()
[all...]
H
A
D
htt.h
1615
struct htt_q_state_conf
q_state
;
member
1624
struct htt_q_state_conf
q_state
;
member
1652
* FIXME: Is the
q_state
map[] size calculation really correct?
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H
A
D
htt_tx.c
718
cfg->
q_state
.paddr = cpu_to_le32(htt->tx_q_state.paddr);
in ath10k_htt_send_frag_desc_bank_cfg_32()
719
cfg->
q_state
.num_peers = cpu_to_le16(htt->tx_q_state.num_peers);
in ath10k_htt_send_frag_desc_bank_cfg_32()
720
cfg->
q_state
.num_tids = cpu_to_le16(htt->tx_q_state.num_tids);
in ath10k_htt_send_frag_desc_bank_cfg_32()
721
cfg->
q_state
.record_size = HTT_TX_Q_STATE_ENTRY_SIZE;
in ath10k_htt_send_frag_desc_bank_cfg_32()
722
cfg->
q_state
.record_multiplier = HTT_TX_Q_STATE_ENTRY_MULTIPLIER;
in ath10k_htt_send_frag_desc_bank_cfg_32()
780
cfg->
q_state
.paddr = cpu_to_le32(htt->tx_q_state.paddr);
in ath10k_htt_send_frag_desc_bank_cfg_64()
781
cfg->
q_state
.num_peers = cpu_to_le16(htt->tx_q_state.num_peers);
in ath10k_htt_send_frag_desc_bank_cfg_64()
782
cfg->
q_state
.num_tids = cpu_to_le16(htt->tx_q_state.num_tids);
in ath10k_htt_send_frag_desc_bank_cfg_64()
783
cfg->
q_state
.record_size = HTT_TX_Q_STATE_ENTRY_SIZE;
in ath10k_htt_send_frag_desc_bank_cfg_64()
784
cfg->
q_state
in ath10k_htt_send_frag_desc_bank_cfg_64()
[all...]
H
A
D
htt.h
1502
struct htt_q_state_conf
q_state
;
member
1511
struct htt_q_state_conf
q_state
;
member
1539
* FIXME: Is the
q_state
map[] size calculation really correct?
Completed in 15 milliseconds