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:num_mgmt
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H
A
D
mci.c
90
mci->
num_mgmt
= 0;
in ath_mci_flush_profile()
137
btcoex->bt_stomp_type = mci->
num_mgmt
? ATH_BTCOEX_STOMP_ALL :
in ath_mci_update_scheme()
263
if (mci->
num_mgmt
) {
in ath_mci_set_concur_txprio()
336
int i = 0, old_num_mgmt = mci->
num_mgmt
;
in ath_mci_process_status()
354
mci->
num_mgmt
= 0;
in ath_mci_process_status()
357
mci->
num_mgmt
++;
in ath_mci_process_status()
361
if (old_num_mgmt != mci->
num_mgmt
)
in ath_mci_process_status()
H
A
D
mci.h
132
u8
num_mgmt
;
member
H
A
D
gpio.c
462
ATH_DUMP_BTCOEX("MGMT", mci->
num_mgmt
);
in ath9k_dump_mci_btcoex()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H
A
D
mci.c
90
mci->
num_mgmt
= 0;
in ath_mci_flush_profile()
137
btcoex->bt_stomp_type = mci->
num_mgmt
? ATH_BTCOEX_STOMP_ALL :
in ath_mci_update_scheme()
263
if (mci->
num_mgmt
) {
in ath_mci_set_concur_txprio()
338
int i = 0, old_num_mgmt = mci->
num_mgmt
;
in ath_mci_process_status()
356
mci->
num_mgmt
= 0;
in ath_mci_process_status()
359
mci->
num_mgmt
++;
in ath_mci_process_status()
363
if (old_num_mgmt != mci->
num_mgmt
)
in ath_mci_process_status()
H
A
D
mci.h
132
u8
num_mgmt
;
member
H
A
D
gpio.c
462
ATH_DUMP_BTCOEX("MGMT", mci->
num_mgmt
);
in ath9k_dump_mci_btcoex()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
wmi.c
4908
int
num_mgmt
;
in wmi_process_mgmt_tx_comp()
local
4932
num_mgmt
= atomic_dec_if_positive(&ar->num_pending_mgmt_tx);
in wmi_process_mgmt_tx_comp()
4935
if (
num_mgmt
< 0)
in wmi_process_mgmt_tx_comp()
4938
if (!
num_mgmt
)
in wmi_process_mgmt_tx_comp()
H
A
D
mac.c
4724
int
num_mgmt
;
in ath12k_mgmt_over_wmi_tx_drop()
local
4728
num_mgmt
= atomic_dec_if_positive(&ar->num_pending_mgmt_tx);
in ath12k_mgmt_over_wmi_tx_drop()
4730
if (
num_mgmt
< 0)
in ath12k_mgmt_over_wmi_tx_drop()
4733
if (!
num_mgmt
)
in ath12k_mgmt_over_wmi_tx_drop()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H
A
D
wmi.c
5825
int
num_mgmt
;
in wmi_process_mgmt_tx_comp()
local
5854
num_mgmt
= atomic_dec_if_positive(&ar->num_pending_mgmt_tx);
in wmi_process_mgmt_tx_comp()
5857
if (
num_mgmt
< 0)
in wmi_process_mgmt_tx_comp()
5862
num_mgmt
, tx_compl_param->desc_id);
in wmi_process_mgmt_tx_comp()
5864
if (!
num_mgmt
)
in wmi_process_mgmt_tx_comp()
H
A
D
mac.c
5973
int
num_mgmt
;
in ath11k_mgmt_over_wmi_tx_drop()
local
5977
num_mgmt
= atomic_dec_if_positive(&ar->num_pending_mgmt_tx);
in ath11k_mgmt_over_wmi_tx_drop()
5979
if (
num_mgmt
< 0)
in ath11k_mgmt_over_wmi_tx_drop()
5982
if (!
num_mgmt
)
in ath11k_mgmt_over_wmi_tx_drop()
Completed in 41 milliseconds