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:MAX_MW
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/pci/endpoint/functions/
H
A
D
pci-epf-vntb.c
68
#define
MAX_MW
4
macro
126
u64 mws_size[
MAX_MW
];
141
phys_addr_t vpci_mw_phy[
MAX_MW
];
142
void __iomem *vpci_mw_addr[
MAX_MW
];
905
if (val >
MAX_MW
)
in epf_ntb_num_mws_store()
H
A
D
pci-epf-ntb.c
65
#define
MAX_MW
4
macro
81
u64 mws_size[
MAX_MW
];
2008
if (val >
MAX_MW
)
in epf_ntb_num_mws_store()
/kernel/linux/linux-6.6/drivers/infiniband/hw/erdma/
H
A
D
erdma_main.c
368
dev->attrs.max_mw = 1 << ERDMA_GET_CAP(
MAX_MW
, cap1);
in erdma_dev_attrs_init()
Completed in 6 milliseconds