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:IS_R2_F
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/h/
H
A
D
skfbi.h
323
#define
IS_R2_F
(1L<<9) /* Bit 9: (DV) End of Frame (q2) */
macro
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/h/
H
A
D
skfbi.h
323
#define
IS_R2_F
(1L<<9) /* Bit 9: (DV) End of Frame (q2) */
macro
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/
H
A
D
skge.h
188
IS_R2_F
= 1<<13, /* Q_R2 End of Frame */
enumerator
211
IS_PORT_2 = IS_XA2_F|
IS_R2_F
| IS_TO_PORT2 | IS_MAC2,
H
A
D
skge.c
109
static const u32 rxirqmask[] = { IS_R1_F,
IS_R2_F
};
111
static const u32 napimask[] = { IS_R1_F|IS_XA1_F,
IS_R2_F
|IS_XA2_F };
3408
if (status & (IS_XA2_F|
IS_R2_F
)) {
in skge_intr()
3409
hw->intr_mask &= ~(IS_XA2_F|
IS_R2_F
);
in skge_intr()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/
H
A
D
skge.h
188
IS_R2_F
= 1<<13, /* Q_R2 End of Frame */
enumerator
211
IS_PORT_2 = IS_XA2_F|
IS_R2_F
| IS_TO_PORT2 | IS_MAC2,
H
A
D
skge.c
108
static const u32 rxirqmask[] = { IS_R1_F,
IS_R2_F
};
110
static const u32 napimask[] = { IS_R1_F|IS_XA1_F,
IS_R2_F
|IS_XA2_F };
3416
if (status & (IS_XA2_F|
IS_R2_F
)) {
in skge_intr()
3417
hw->intr_mask &= ~(IS_XA2_F|
IS_R2_F
);
in skge_intr()
Completed in 28 milliseconds