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:USE_WINDOWSIZE
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wan/
H
A
D
n2.c
42
#define
USE_WINDOWSIZE
16384
macro
47
#if MAX_RAM_SIZE > MAX_PAGES *
USE_WINDOWSIZE
49
#define MAX_RAM_SIZE (MAX_PAGES *
USE_WINDOWSIZE
)
142
#define winsize(card) (
USE_WINDOWSIZE
)
315
release_mem_region(card->phy_winbase,
USE_WINDOWSIZE
);
in n2_destroy_card()
382
if (!request_mem_region(winbase,
USE_WINDOWSIZE
, devname)) {
in n2_run()
388
card->winbase = ioremap(winbase,
USE_WINDOWSIZE
);
in n2_run()
398
switch (
USE_WINDOWSIZE
) {
in n2_run()
464
dev->mem_end = winbase +
USE_WINDOWSIZE
- 1;
in n2_run()
/kernel/linux/linux-6.6/drivers/net/wan/
H
A
D
n2.c
41
#define
USE_WINDOWSIZE
16384
macro
46
#if MAX_RAM_SIZE > MAX_PAGES *
USE_WINDOWSIZE
48
#define MAX_RAM_SIZE (MAX_PAGES *
USE_WINDOWSIZE
)
133
#define winsize(card) (
USE_WINDOWSIZE
)
301
release_mem_region(card->phy_winbase,
USE_WINDOWSIZE
);
in n2_destroy_card()
369
if (!request_mem_region(winbase,
USE_WINDOWSIZE
, devname)) {
in n2_run()
375
card->winbase = ioremap(winbase,
USE_WINDOWSIZE
);
in n2_run()
385
switch (
USE_WINDOWSIZE
) {
in n2_run()
451
dev->mem_end = winbase +
USE_WINDOWSIZE
- 1;
in n2_run()
Completed in 2 milliseconds