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:push_reason
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
hal_rx.c
321
enum hal_reo_dest_ring_push_reason
push_reason
;
in ath12k_hal_desc_reo_parse_err()
local
325
push_reason
= le32_get_bits(desc->info0,
in ath12k_hal_desc_reo_parse_err()
331
if (
push_reason
!= HAL_REO_DEST_RING_PUSH_REASON_ERR_DETECTED &&
in ath12k_hal_desc_reo_parse_err()
332
push_reason
!= HAL_REO_DEST_RING_PUSH_REASON_ROUTING_INSTRUCTION) {
in ath12k_hal_desc_reo_parse_err()
334
push_reason
);
in ath12k_hal_desc_reo_parse_err()
420
rel_info->
push_reason
=
in ath12k_hal_wbm_desc_parse_err()
427
rel_info->
push_reason
=
in ath12k_hal_wbm_desc_parse_err()
H
A
D
hal_rx.h
13
enum hal_reo_dest_ring_push_reason
push_reason
;
member
H
A
D
dp_rx.c
2626
enum hal_reo_dest_ring_push_reason
push_reason
;
in ath12k_dp_rx_process()
local
2665
push_reason
= le32_get_bits(desc->info0,
in ath12k_dp_rx_process()
2667
if (
push_reason
!=
in ath12k_dp_rx_process()
3798
if (err_info.
push_reason
!=
in ath12k_dp_rx_process_wbm_err()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H
A
D
hal_rx.c
326
enum hal_reo_dest_ring_push_reason
push_reason
;
in ath11k_hal_desc_reo_parse_err()
local
329
push_reason
= FIELD_GET(HAL_REO_DEST_RING_INFO0_PUSH_REASON,
in ath11k_hal_desc_reo_parse_err()
335
if (
push_reason
!= HAL_REO_DEST_RING_PUSH_REASON_ERR_DETECTED &&
in ath11k_hal_desc_reo_parse_err()
336
push_reason
!= HAL_REO_DEST_RING_PUSH_REASON_ROUTING_INSTRUCTION) {
in ath11k_hal_desc_reo_parse_err()
338
push_reason
);
in ath11k_hal_desc_reo_parse_err()
384
rel_info->
push_reason
=
in ath11k_hal_wbm_desc_parse_err()
391
rel_info->
push_reason
=
in ath11k_hal_wbm_desc_parse_err()
H
A
D
hal_rx.h
12
enum hal_reo_dest_ring_push_reason
push_reason
;
member
H
A
D
dp_rx.c
2564
enum hal_reo_dest_ring_push_reason
push_reason
;
in ath11k_dp_process_rx()
local
2598
push_reason
= FIELD_GET(HAL_REO_DEST_RING_INFO0_PUSH_REASON,
in ath11k_dp_process_rx()
2600
if (
push_reason
!=
in ath11k_dp_process_rx()
3998
if (err_info.
push_reason
!=
in ath11k_dp_rx_process_wbm_err()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H
A
D
hal_rx.c
323
enum hal_reo_dest_ring_push_reason
push_reason
;
in ath11k_hal_desc_reo_parse_err()
local
326
push_reason
= FIELD_GET(HAL_REO_DEST_RING_INFO0_PUSH_REASON,
in ath11k_hal_desc_reo_parse_err()
332
if (
push_reason
!= HAL_REO_DEST_RING_PUSH_REASON_ERR_DETECTED &&
in ath11k_hal_desc_reo_parse_err()
333
push_reason
!= HAL_REO_DEST_RING_PUSH_REASON_ROUTING_INSTRUCTION) {
in ath11k_hal_desc_reo_parse_err()
335
push_reason
);
in ath11k_hal_desc_reo_parse_err()
383
rel_info->
push_reason
=
in ath11k_hal_wbm_desc_parse_err()
390
rel_info->
push_reason
=
in ath11k_hal_wbm_desc_parse_err()
H
A
D
hal_rx.h
12
enum hal_reo_dest_ring_push_reason
push_reason
;
member
H
A
D
dp_rx.c
2651
enum hal_reo_dest_ring_push_reason
push_reason
;
in ath11k_dp_process_rx()
local
2698
push_reason
= FIELD_GET(HAL_REO_DEST_RING_INFO0_PUSH_REASON,
in ath11k_dp_process_rx()
2700
if (unlikely(
push_reason
!=
in ath11k_dp_process_rx()
4139
if (err_info.
push_reason
!=
in ath11k_dp_rx_process_wbm_err()
Completed in 28 milliseconds