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_q_state
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H
A
D
htt_tx.c
53
if (!ar->htt.
tx_q_state
.enabled)
in __ath10k_htt_tx_txq_recalc()
56
if (ar->htt.
tx_q_state
.mode != HTT_TX_MODE_SWITCH_PUSH_PULL)
in __ath10k_htt_tx_txq_recalc()
73
if (unlikely(peer_id >= ar->htt.
tx_q_state
.num_peers) ||
in __ath10k_htt_tx_txq_recalc()
74
unlikely(tid >= ar->htt.
tx_q_state
.num_tids)) {
in __ath10k_htt_tx_txq_recalc()
80
ar->htt.
tx_q_state
.vaddr->count[tid][peer_id] = count;
in __ath10k_htt_tx_txq_recalc()
81
ar->htt.
tx_q_state
.vaddr->map[tid][idx] &= ~bit;
in __ath10k_htt_tx_txq_recalc()
82
ar->htt.
tx_q_state
.vaddr->map[tid][idx] |= count ? bit : 0;
in __ath10k_htt_tx_txq_recalc()
95
if (!ar->htt.
tx_q_state
.enabled)
in __ath10k_htt_tx_txq_sync()
98
if (ar->htt.
tx_q_state
.mode != HTT_TX_MODE_SWITCH_PUSH_PULL)
in __ath10k_htt_tx_txq_sync()
101
seq = le32_to_cpu(ar->htt.
tx_q_state
in __ath10k_htt_tx_txq_sync()
[all...]
H
A
D
htt_rx.c
3290
if (!ar->htt.
tx_q_state
.enabled) {
in ath10k_htt_rx_tx_fetch_ind()
3295
if (ar->htt.
tx_q_state
.mode == HTT_TX_MODE_SWITCH_PUSH) {
in ath10k_htt_rx_tx_fetch_ind()
3314
if (unlikely(peer_id >= ar->htt.
tx_q_state
.num_peers) ||
in ath10k_htt_rx_tx_fetch_ind()
3315
unlikely(tid >= ar->htt.
tx_q_state
.num_tids)) {
in ath10k_htt_rx_tx_fetch_ind()
3466
ar->htt.
tx_q_state
.enabled = enable;
in ath10k_htt_rx_tx_mode_switch_ind()
3467
ar->htt.
tx_q_state
.mode = mode;
in ath10k_htt_rx_tx_mode_switch_ind()
3468
ar->htt.
tx_q_state
.num_push_allowed = threshold;
in ath10k_htt_rx_tx_mode_switch_ind()
3478
if (unlikely(peer_id >= ar->htt.
tx_q_state
.num_peers) ||
in ath10k_htt_rx_tx_mode_switch_ind()
3479
unlikely(tid >= ar->htt.
tx_q_state
.num_tids)) {
in ath10k_htt_rx_tx_mode_switch_ind()
H
A
D
htt.h
2030
}
tx_q_state
;
member
H
A
D
mac.c
4134
if (ar->htt.
tx_q_state
.mode == HTT_TX_MODE_SWITCH_PUSH)
in ath10k_mac_tx_can_push()
4137
if (ar->htt.num_pending_tx < ar->htt.
tx_q_state
.num_push_allowed)
in ath10k_mac_tx_can_push()
4295
if (ar->htt.
tx_q_state
.mode != HTT_TX_MODE_SWITCH_PUSH)
in ath10k_mac_tx_push_pending()
4551
if (ar->htt.
tx_q_state
.mode != HTT_TX_MODE_SWITCH_PUSH)
in ath10k_mac_op_wake_tx_queue()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H
A
D
htt_tx.c
53
if (!ar->htt.
tx_q_state
.enabled)
in __ath10k_htt_tx_txq_recalc()
56
if (ar->htt.
tx_q_state
.mode != HTT_TX_MODE_SWITCH_PUSH_PULL)
in __ath10k_htt_tx_txq_recalc()
73
if (unlikely(peer_id >= ar->htt.
tx_q_state
.num_peers) ||
in __ath10k_htt_tx_txq_recalc()
74
unlikely(tid >= ar->htt.
tx_q_state
.num_tids)) {
in __ath10k_htt_tx_txq_recalc()
80
ar->htt.
tx_q_state
.vaddr->count[tid][peer_id] = count;
in __ath10k_htt_tx_txq_recalc()
81
ar->htt.
tx_q_state
.vaddr->map[tid][idx] &= ~bit;
in __ath10k_htt_tx_txq_recalc()
82
ar->htt.
tx_q_state
.vaddr->map[tid][idx] |= count ? bit : 0;
in __ath10k_htt_tx_txq_recalc()
95
if (!ar->htt.
tx_q_state
.enabled)
in __ath10k_htt_tx_txq_sync()
98
if (ar->htt.
tx_q_state
.mode != HTT_TX_MODE_SWITCH_PUSH_PULL)
in __ath10k_htt_tx_txq_sync()
101
seq = le32_to_cpu(ar->htt.
tx_q_state
in __ath10k_htt_tx_txq_sync()
[all...]
H
A
D
htt_rx.c
3414
if (!ar->htt.
tx_q_state
.enabled) {
in ath10k_htt_rx_tx_fetch_ind()
3419
if (ar->htt.
tx_q_state
.mode == HTT_TX_MODE_SWITCH_PUSH) {
in ath10k_htt_rx_tx_fetch_ind()
3438
if (unlikely(peer_id >= ar->htt.
tx_q_state
.num_peers) ||
in ath10k_htt_rx_tx_fetch_ind()
3439
unlikely(tid >= ar->htt.
tx_q_state
.num_tids)) {
in ath10k_htt_rx_tx_fetch_ind()
3590
ar->htt.
tx_q_state
.enabled = enable;
in ath10k_htt_rx_tx_mode_switch_ind()
3591
ar->htt.
tx_q_state
.mode = mode;
in ath10k_htt_rx_tx_mode_switch_ind()
3592
ar->htt.
tx_q_state
.num_push_allowed = threshold;
in ath10k_htt_rx_tx_mode_switch_ind()
3602
if (unlikely(peer_id >= ar->htt.
tx_q_state
.num_peers) ||
in ath10k_htt_rx_tx_mode_switch_ind()
3603
unlikely(tid >= ar->htt.
tx_q_state
.num_tids)) {
in ath10k_htt_rx_tx_mode_switch_ind()
H
A
D
htt.h
1919
}
tx_q_state
;
member
H
A
D
mac.c
4317
if (ar->htt.
tx_q_state
.mode == HTT_TX_MODE_SWITCH_PUSH)
in ath10k_mac_tx_can_push()
4320
if (ar->htt.num_pending_tx < ar->htt.
tx_q_state
.num_push_allowed)
in ath10k_mac_tx_can_push()
4478
if (ar->htt.
tx_q_state
.mode != HTT_TX_MODE_SWITCH_PUSH)
in ath10k_mac_tx_push_pending()
4738
if (ar->htt.
tx_q_state
.mode != HTT_TX_MODE_SWITCH_PUSH)
in ath10k_mac_op_wake_tx_queue()
Completed in 44 milliseconds