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:pn_size
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
hal_rx.c
191
if (cmd->
pn_size
== 24)
in ath12k_hal_reo_cmd_update_rx_queue()
192
cmd->
pn_size
= HAL_RX_REO_QUEUE_PN_SIZE_24;
in ath12k_hal_reo_cmd_update_rx_queue()
193
else if (cmd->
pn_size
== 48)
in ath12k_hal_reo_cmd_update_rx_queue()
194
cmd->
pn_size
= HAL_RX_REO_QUEUE_PN_SIZE_48;
in ath12k_hal_reo_cmd_update_rx_queue()
195
else if (cmd->
pn_size
== 128)
in ath12k_hal_reo_cmd_update_rx_queue()
196
cmd->
pn_size
= HAL_RX_REO_QUEUE_PN_SIZE_128;
in ath12k_hal_reo_cmd_update_rx_queue()
207
le32_encode_bits(cmd->
pn_size
, HAL_REO_UPD_RX_QUEUE_INFO2_PN_SIZE) |
in ath12k_hal_reo_cmd_update_rx_queue()
H
A
D
hal.h
877
u8
pn_size
;
member
H
A
D
dp_rx.c
1142
cmd.
pn_size
= 48;
in ath12k_dp_rx_peer_pn_replay_config()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H
A
D
hal_rx.c
192
if (cmd->
pn_size
== 24)
in ath11k_hal_reo_cmd_update_rx_queue()
193
cmd->
pn_size
= HAL_RX_REO_QUEUE_PN_SIZE_24;
in ath11k_hal_reo_cmd_update_rx_queue()
194
else if (cmd->
pn_size
== 48)
in ath11k_hal_reo_cmd_update_rx_queue()
195
cmd->
pn_size
= HAL_RX_REO_QUEUE_PN_SIZE_48;
in ath11k_hal_reo_cmd_update_rx_queue()
196
else if (cmd->
pn_size
== 128)
in ath11k_hal_reo_cmd_update_rx_queue()
197
cmd->
pn_size
= HAL_RX_REO_QUEUE_PN_SIZE_128;
in ath11k_hal_reo_cmd_update_rx_queue()
208
FIELD_PREP(HAL_REO_UPD_RX_QUEUE_INFO2_PN_SIZE, cmd->
pn_size
) |
in ath11k_hal_reo_cmd_update_rx_queue()
H
A
D
hal.h
741
u8
pn_size
;
member
H
A
D
dp_rx.c
1130
cmd.
pn_size
= 48;
in ath11k_dp_peer_rx_pn_replay_config()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H
A
D
hal_rx.c
189
if (cmd->
pn_size
== 24)
in ath11k_hal_reo_cmd_update_rx_queue()
190
cmd->
pn_size
= HAL_RX_REO_QUEUE_PN_SIZE_24;
in ath11k_hal_reo_cmd_update_rx_queue()
191
else if (cmd->
pn_size
== 48)
in ath11k_hal_reo_cmd_update_rx_queue()
192
cmd->
pn_size
= HAL_RX_REO_QUEUE_PN_SIZE_48;
in ath11k_hal_reo_cmd_update_rx_queue()
193
else if (cmd->
pn_size
== 128)
in ath11k_hal_reo_cmd_update_rx_queue()
194
cmd->
pn_size
= HAL_RX_REO_QUEUE_PN_SIZE_128;
in ath11k_hal_reo_cmd_update_rx_queue()
205
FIELD_PREP(HAL_REO_UPD_RX_QUEUE_INFO2_PN_SIZE, cmd->
pn_size
) |
in ath11k_hal_reo_cmd_update_rx_queue()
H
A
D
hal.h
765
u8
pn_size
;
member
H
A
D
dp_rx.c
1196
cmd.
pn_size
= 48;
in ath11k_dp_peer_rx_pn_replay_config()
Completed in 33 milliseconds