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:mws_size
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/pci/endpoint/functions/
H
A
D
pci-epf-ntb.c
81
u64
mws_size
[MAX_MW];
member
262
if (size > ntb->
mws_size
[mw]) {
in epf_ntb_configure_mw()
266
ntb->
mws_size
[mw]);
in epf_ntb_configure_mw()
1462
size = ALIGN(size, ntb->
mws_size
[i]);
in epf_ntb_db_mw_bar_init()
1465
size += ntb->
mws_size
[i];
in epf_ntb_db_mw_bar_init()
1467
size = ntb->
mws_size
[i];
in epf_ntb_db_mw_bar_init()
1969
return sysfs_emit(page, "%lld\n", ntb->
mws_size
[win_no - 1]); \
1993
ntb->
mws_size
[win_no - 1] = val; \
H
A
D
pci-epf-vntb.c
126
u64
mws_size
[MAX_MW];
member
609
size = ntb->
mws_size
[i];
in epf_ntb_mw_bar_init()
672
ntb->
mws_size
[i]);
in epf_ntb_mw_bar_clear()
862
return sprintf(page, "%lld\n", ntb->
mws_size
[win_no - 1]); \
888
ntb->
mws_size
[win_no - 1] = val; \
1108
*size = ntb->
mws_size
[idx];
in vntb_epf_peer_mw_get_addr()
1207
*size_max = ntb->
mws_size
[idx];
in vntb_epf_mw_get_align()
Completed in 10 milliseconds