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:ATM_AAL0_SDU
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
atm.h
30
#define
ATM_AAL0_SDU
52 /* AAL0 SDU size */
macro
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
atm.h
30
#define
ATM_AAL0_SDU
52 /* AAL0 SDU size */
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
atm.h
28
#define
ATM_AAL0_SDU
52
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
atm.h
28
#define
ATM_AAL0_SDU
52
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
atm.h
17
#define
ATM_AAL0_SDU
52
macro
/kernel/linux/linux-5.10/drivers/atm/
H
A
D
nicstar.h
114
#define NS_AAL0_HEADER (
ATM_AAL0_SDU
- ATM_CELL_PAYLOAD) /* 4 bytes */
H
A
D
he.c
1742
skb->len =
ATM_AAL0_SDU
;
in he_service_rbrq()
2504
((vcc->qos.aal == ATM_AAL0) && (skb->len !=
ATM_AAL0_SDU
))) {
in he_send()
2550
skb_pull(skb,
ATM_AAL0_SDU
- ATM_CELL_PAYLOAD);
in he_send()
H
A
D
horizon.c
2038
tp->max_sdu =
ATM_AAL0_SDU
;
in check_max_sdu()
2039
} else if (tp->max_sdu !=
ATM_AAL0_SDU
) {
in check_max_sdu()
H
A
D
fore200e.c
978
if ((vcc->qos.aal == ATM_AAL0) && (vcc->qos.rxtp.max_sdu ==
ATM_AAL0_SDU
)) {
in fore200e_push_rpd()
1505
if ((vcc->qos.aal == ATM_AAL0) && (vcc->qos.txtp.max_sdu ==
ATM_AAL0_SDU
)) {
in fore200e_send()
/kernel/linux/linux-6.6/drivers/atm/
H
A
D
nicstar.h
114
#define NS_AAL0_HEADER (
ATM_AAL0_SDU
- ATM_CELL_PAYLOAD) /* 4 bytes */
H
A
D
he.c
1739
skb->len =
ATM_AAL0_SDU
;
in he_service_rbrq()
2501
((vcc->qos.aal == ATM_AAL0) && (skb->len !=
ATM_AAL0_SDU
))) {
in he_send()
2547
skb_pull(skb,
ATM_AAL0_SDU
- ATM_CELL_PAYLOAD);
in he_send()
H
A
D
fore200e.c
976
if ((vcc->qos.aal == ATM_AAL0) && (vcc->qos.rxtp.max_sdu ==
ATM_AAL0_SDU
)) {
in fore200e_push_rpd()
1503
if ((vcc->qos.aal == ATM_AAL0) && (vcc->qos.txtp.max_sdu ==
ATM_AAL0_SDU
)) {
in fore200e_send()
Completed in 21 milliseconds