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:wcreds_max
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
vas.h
82
u32
wcreds_max
; /* Window credits */
member
131
int
wcreds_max
;
member
160
int
wcreds_max
;
member
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
vas.h
57
int
wcreds_max
;
member
86
int
wcreds_max
;
member
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H
A
D
vas-window.c
424
val = SET_FIELD(VAS_LRX_WCRED, val, winctx->
wcreds_max
);
in init_winctx_regs()
428
val = SET_FIELD(VAS_TX_WCRED, val, winctx->
wcreds_max
);
in init_winctx_regs()
705
winctx->
wcreds_max
= rxwin->
wcreds_max
;
in init_winctx_for_rxwin()
774
if (!attr->
wcreds_max
)
in rx_win_args_valid()
880
rxwin->
wcreds_max
= rxattr->
wcreds_max
;
in vas_rx_win_open()
929
winctx->
wcreds_max
= txwin->
wcreds_max
;
in init_winctx_for_txwin()
977
if (attr->
wcreds_max
> VAS_TX_WCREDS_MA
in tx_win_args_valid()
[all...]
H
A
D
vas.h
362
int
wcreds_max
; /* Window credits */
member
388
int
wcreds_max
;
member
H
A
D
vas-fault.c
362
attr.
wcreds_max
= vinst->fault_fifo_size / CRB_SIZE;
in vas_setup_fault_window()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H
A
D
vas-window.c
425
val = SET_FIELD(VAS_LRX_WCRED, val, winctx->
wcreds_max
);
in init_winctx_regs()
429
val = SET_FIELD(VAS_TX_WCRED, val, winctx->
wcreds_max
);
in init_winctx_regs()
707
winctx->
wcreds_max
= rxwin->vas_win.
wcreds_max
;
in init_winctx_for_rxwin()
776
if (!attr->
wcreds_max
)
in rx_win_args_valid()
882
rxwin->vas_win.
wcreds_max
= rxattr->
wcreds_max
;
in vas_rx_win_open()
931
winctx->
wcreds_max
= txwin->vas_win.
wcreds_max
;
in init_winctx_for_txwin()
980
if (attr->
wcreds_max
> VAS_TX_WCREDS_MA
in tx_win_args_valid()
[all...]
H
A
D
vas-fault.c
226
attr.
wcreds_max
= vinst->fault_fifo_size / CRB_SIZE;
in vas_setup_fault_window()
H
A
D
vas.h
381
int
wcreds_max
;
member
/kernel/linux/linux-5.10/drivers/crypto/nx/
H
A
D
nx-common-powernv.c
839
rxattr.
wcreds_max
= fifo_size / CRB_SIZE;
in vas_cfg_coproc_info()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H
A
D
vas.c
279
txwin->vas_win.
wcreds_max
= DEF_WIN_CREDS;
in allocate_setup_window()
/kernel/linux/linux-6.6/drivers/crypto/nx/
H
A
D
nx-common-powernv.c
836
rxattr.
wcreds_max
= fifo_size / CRB_SIZE;
in vas_cfg_coproc_info()
Completed in 12 milliseconds