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:LDC_PACKET_SIZE
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/kernel/
H
A
D
ldc.c
70
u8 u_data[
LDC_PACKET_SIZE
- 8];
74
u8 r_data[
LDC_PACKET_SIZE
- 8 - 8];
89
#define LDC_DEFAULT_MTU (4 *
LDC_PACKET_SIZE
)
90
#define LDC_DEFAULT_NUM_ENTRIES (PAGE_SIZE /
LDC_PACKET_SIZE
)
203
off +=
LDC_PACKET_SIZE
;
in __advance()
204
if (off == (num_entries *
LDC_PACKET_SIZE
))
in __advance()
233
return p + (lp->tx_tail /
LDC_PACKET_SIZE
);
in handshake_get_tx_packet()
265
((lp->tx_num_entries *
LDC_PACKET_SIZE
) - new_tail));
in tx_has_space_for()
266
diff /=
LDC_PACKET_SIZE
;
in tx_has_space_for()
289
return p + (lp->tx_tail /
LDC_PACKET_SIZE
);
in data_get_tx_packet()
[all...]
/kernel/linux/linux-6.6/arch/sparc/kernel/
H
A
D
ldc.c
70
u8 u_data[
LDC_PACKET_SIZE
- 8];
74
u8 r_data[
LDC_PACKET_SIZE
- 8 - 8];
89
#define LDC_DEFAULT_MTU (4 *
LDC_PACKET_SIZE
)
90
#define LDC_DEFAULT_NUM_ENTRIES (PAGE_SIZE /
LDC_PACKET_SIZE
)
203
off +=
LDC_PACKET_SIZE
;
in __advance()
204
if (off == (num_entries *
LDC_PACKET_SIZE
))
in __advance()
233
return p + (lp->tx_tail /
LDC_PACKET_SIZE
);
in handshake_get_tx_packet()
265
((lp->tx_num_entries *
LDC_PACKET_SIZE
) - new_tail));
in tx_has_space_for()
266
diff /=
LDC_PACKET_SIZE
;
in tx_has_space_for()
289
return p + (lp->tx_tail /
LDC_PACKET_SIZE
);
in data_get_tx_packet()
[all...]
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H
A
D
ldc.h
52
#define
LDC_PACKET_SIZE
64
macro
H
A
D
vio.h
288
#define VIO_VCC_MTU_SIZE (
LDC_PACKET_SIZE
- VIO_TAG_SIZE)
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H
A
D
ldc.h
52
#define
LDC_PACKET_SIZE
64
macro
H
A
D
vio.h
288
#define VIO_VCC_MTU_SIZE (
LDC_PACKET_SIZE
- VIO_TAG_SIZE)
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
vcc.c
358
WARN_ON(rv !=
LDC_PACKET_SIZE
);
in vcc_ldc_read()
/kernel/linux/linux-6.6/drivers/tty/
H
A
D
vcc.c
350
WARN_ON(rv !=
LDC_PACKET_SIZE
);
in vcc_ldc_read()
Completed in 10 milliseconds