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:wbm_status
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H
A
D
dp_tx.c
367
enum hal_wbm_htt_tx_comp_status
wbm_status
;
in ath11k_dp_tx_process_htt_tx_complete()
local
371
wbm_status
= FIELD_GET(HTT_TX_WBM_COMP_INFO0_STATUS,
in ath11k_dp_tx_process_htt_tx_complete()
373
switch (
wbm_status
) {
in ath11k_dp_tx_process_htt_tx_complete()
377
ts.acked = (
wbm_status
== HAL_WBM_REL_HTT_TX_COMP_STATUS_OK);
in ath11k_dp_tx_process_htt_tx_complete()
393
ath11k_warn(ab, "Unknown htt tx status %d\n",
wbm_status
);
in ath11k_dp_tx_process_htt_tx_complete()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
dp_tx.c
416
enum hal_wbm_htt_tx_comp_status
wbm_status
;
in ath12k_dp_tx_process_htt_tx_complete()
local
420
wbm_status
= le32_get_bits(status_desc->info0,
in ath12k_dp_tx_process_htt_tx_complete()
423
switch (
wbm_status
) {
in ath12k_dp_tx_process_htt_tx_complete()
427
ts.acked = (
wbm_status
== HAL_WBM_REL_HTT_TX_COMP_STATUS_OK);
in ath12k_dp_tx_process_htt_tx_complete()
442
ath12k_warn(ab, "Unknown htt tx status %d\n",
wbm_status
);
in ath12k_dp_tx_process_htt_tx_complete()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H
A
D
dp_tx.c
391
enum hal_wbm_htt_tx_comp_status
wbm_status
;
in ath11k_dp_tx_process_htt_tx_complete()
local
395
wbm_status
= FIELD_GET(HTT_TX_WBM_COMP_INFO0_STATUS,
in ath11k_dp_tx_process_htt_tx_complete()
397
switch (
wbm_status
) {
in ath11k_dp_tx_process_htt_tx_complete()
401
ts.acked = (
wbm_status
== HAL_WBM_REL_HTT_TX_COMP_STATUS_OK);
in ath11k_dp_tx_process_htt_tx_complete()
425
ath11k_warn(ab, "Unknown htt tx status %d\n",
wbm_status
);
in ath11k_dp_tx_process_htt_tx_complete()
Completed in 5 milliseconds